Twitter Scraper

ENDPOINTS
GET/tweets/thread

Tweet Thread

Get a tweet with its parent chain above it and the author's own continuation below it.

QUERY PARAMS

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

Examples:

  • ID: 2102253452168511734
  • URL: https://x.com/Solvairo/status/2102253452168511734
{
  "tweet": {
    "id": "2102253452168511734",
    "link": "https://x.com/Solvairo/status/2102253452168511734",
    "text": "@elonmusk Bro why are you boosting your own posts",
    "language": "en",
    "created_at": "2026-09-22T04:27:35Z",
    "author": {
      "id": "1862950165277016065",
      "username": "Solvairo",
      "name": "☀️",
      "link": "https://x.com/Solvairo",
      "profile_image": "https://pbs.twimg.com/profile_images/2064279107026706433/Ce7NhaaW_400x400.jpg",
      "is_blue_verified": true,
      "is_verified": null,
      "followers_count": 268
    },
    "is_pinned": false,
    "is_reply": true,
    "reply_to": {
      "tweet_id": "2102207241101144450",
      "user_id": "44196397",
      "username": "elonmusk",
      "link": "https://x.com/elonmusk/status/2102207241101144450"
    },
    "is_quote": false,
    "quoted_tweet": null,
    "is_retweet": false,
    "retweeted_tweet": null,
    "conversation_id": null,
    "media": [
      {
        "type": "photo",
        "id": "2102253446950801408",
        "link": "https://x.com/Solvairo/status/2102253452168511734/photo/1",
        "image": "https://pbs.twimg.com/media/HSy0Xy1X0AAAmKU.jpg",
        "width": 801,
        "height": 194,
        "alt_text": null,
        "duration_ms": null,
        "video_link": null,
        "video_variants": null
      }
    ],
    "links": [],
    "hashtags": [],
    "mentions": [
      {
        "id": "44196397",
        "username": "elonmusk",
        "name": null,
        "link": "https://x.com/elonmusk"
      }
    ],
    "cashtags": [],
    "card": null,
    "poll": null,
    "community": null,
    "community_note": null,
    "place": null,
    "stats": {
      "replies": 21,
      "retweets": 2,
      "likes": 423,
      "quotes": 1,
      "bookmarks": 4,
      "views": 31335
    },
    "is_long_form": false,
    "is_possibly_sensitive": false,
    "is_edited": false,
    "edit_tweet_ids": [],
    "source": null
  },
  "parents_count": 1,
  "parents": [
    {
      "id": "2102207241101144450",
      "link": "https://x.com/elonmusk/status/2102207241101144450",
      "text": "Grok 4.7",
      "language": "en",
      "created_at": "2026-09-22T01:23:58Z",
      "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": null,
        "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": null,
      "media": [
        {
          "type": "photo",
          "id": "2102207237351464960",
          "link": "https://x.com/elonmusk/status/2102207241101144450/photo/1",
          "image": "https://pbs.twimg.com/media/HSyKWCqW4AA5Ubh.jpg",
          "width": 2048,
          "height": 1312,
          "alt_text": null,
          "duration_ms": null,
          "video_link": null,
          "video_variants": null
        }
      ],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 3105,
        "retweets": 2719,
        "likes": 31536,
        "quotes": 370,
        "bookmarks": 1697,
        "views": 22363696
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": null
    }
  ],
  "continuation_count": 0,
  "continuation": []
}