Twitter Scraper

ENDPOINTS
GET/tweets/details

Tweet Details

Get a tweet in one call: full text, photos, video links, views, likes, retweets, quoted tweet, poll and author.

QUERY PARAMS

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

Examples:

  • ID: 1585841080431321088
  • URL: https://x.com/elonmusk/status/1585841080431321088
{
  "tweet": {
    "id": "1585841080431321088",
    "link": "https://x.com/elonmusk/status/1585841080431321088",
    "text": "the bird is freed",
    "language": "en",
    "created_at": "2022-10-28T03:49:11Z",
    "author": {
      "id": "44196397",
      "username": "elonmusk",
      "name": "Elon Musk",
      "link": "https://x.com/elonmusk",
      "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
      "is_blue_verified": true,
      "is_verified": false,
      "followers_count": 241708050
    },
    "is_pinned": false,
    "is_reply": false,
    "reply_to": null,
    "is_quote": false,
    "quoted_tweet": null,
    "is_retweet": false,
    "retweeted_tweet": null,
    "conversation_id": "1585841080431321088",
    "media": [],
    "links": [],
    "hashtags": [],
    "mentions": [],
    "cashtags": [],
    "card": null,
    "poll": null,
    "community": null,
    "community_note": null,
    "place": null,
    "stats": {
      "replies": 121367,
      "retweets": 292894,
      "likes": 2165688,
      "quotes": 51733,
      "bookmarks": 8227,
      "views": null
    },
    "is_long_form": false,
    "is_possibly_sensitive": null,
    "is_edited": false,
    "edit_tweet_ids": [],
    "source": "Twitter for iPhone"
  }
}