Twitter Scraper

ENDPOINTS
GET/tweets/embed

Tweet Embed

Get the official embed HTML for a tweet, ready to drop into any web page.

QUERY PARAMS

Post ID or any x.com / twitter.com post link.

Examples:

  • ID: 1585841080431321088
  • URL: https://x.com/elonmusk/status/1585841080431321088
{
  "id": "1585841080431321088",
  "link": "https://x.com/elonmusk/status/1585841080431321088",
  "author_name": "Elon Musk",
  "author_link": "https://x.com/elonmusk",
  "html": "<blockquote class=\"twitter-tweet\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">the bird is freed</p>&mdash; Elon Musk (@elonmusk) <a href=\"https://x.com/elonmusk/status/1585841080431321088?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n\n",
  "width": 550,
  "height": null
}