Twitter Scraper

ENDPOINTS
GET/tweets/replies

Tweet Replies

Get the top reply threads under a tweet, plus the tweet itself and its total reply count.

QUERY PARAMS

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

Examples:

  • ID: 1585841080431321088
  • URL: https://x.com/elonmusk/status/1585841080431321088

Maximum number of replies to return.

Default: 20

Allowed values: 1-100

{
  "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": 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": [],
    "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": null
  },
  "count": 3,
  "total_replies": 121367,
  "has_more": false,
  "note": "X shows a logged-out visitor only the first reply threads of a post.",
  "replies": [
    {
      "id": "1585841941203537920",
      "link": "https://x.com/WatcherGuru/status/1585841941203537920",
      "text": "@elonmusk",
      "language": "qme",
      "created_at": "2022-10-28T03:52:36Z",
      "author": {
        "id": "1387497871751196672",
        "username": "WatcherGuru",
        "name": "Watcher.Guru",
        "link": "https://x.com/WatcherGuru",
        "profile_image": "https://pbs.twimg.com/profile_images/1641221212578754562/DfiC0KW2_400x400.png",
        "is_blue_verified": true,
        "is_verified": null,
        "followers_count": 4860797
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "1585841080431321088",
        "user_id": "44196397",
        "username": "elonmusk",
        "link": "https://x.com/elonmusk/status/1585841080431321088"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": null,
      "media": [
        {
          "type": "photo",
          "id": "1585841937285881856",
          "link": "https://x.com/WatcherGuru/status/1585841941203537920/photo/1",
          "image": "https://pbs.twimg.com/media/FgIK1v3XoAAckSf.jpg",
          "width": 544,
          "height": 680,
          "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": 590,
        "retweets": 6873,
        "likes": 78223,
        "quotes": 490,
        "bookmarks": 374,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": null
    },
    {
      "id": "1585853560540913664",
      "link": "https://x.com/KariLake/status/1585853560540913664",
      "text": "@elonmusk Hey @elonmusk — you have an open invitation to move @Twitter HQ to Arizona\n\nDM me and we’ll work it out!",
      "language": "en",
      "created_at": "2022-10-28T04:38:47Z",
      "author": {
        "id": "1082197856",
        "username": "KariLake",
        "name": "Kari Lake",
        "link": "https://x.com/KariLake",
        "profile_image": "https://pbs.twimg.com/profile_images/1600623137300750336/JAUThK8o_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": null,
        "followers_count": 3118966
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "1585841080431321088",
        "user_id": "44196397",
        "username": "elonmusk",
        "link": "https://x.com/elonmusk/status/1585841080431321088"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": null,
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [
        {
          "id": "44196397",
          "username": "elonmusk",
          "name": null,
          "link": "https://x.com/elonmusk"
        },
        {
          "id": "44196397",
          "username": "elonmusk",
          "name": null,
          "link": "https://x.com/elonmusk"
        },
        {
          "id": "1683696495198089217",
          "username": "twitter",
          "name": null,
          "link": "https://x.com/twitter"
        }
      ],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 1272,
        "retweets": 3264,
        "likes": 41042,
        "quotes": 226,
        "bookmarks": 90,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": null
    },
    {
      "id": "1585852249062113280",
      "link": "https://x.com/TimRunsHisMouth/status/1585852249062113280",
      "text": "@elonmusk If you listen closely, you can hear leftists screaming in the distance.",
      "language": "en",
      "created_at": "2022-10-28T04:33:34Z",
      "author": {
        "id": "34367582",
        "username": "TimRunsHisMouth",
        "name": "Tim Young",
        "link": "https://x.com/TimRunsHisMouth",
        "profile_image": "https://pbs.twimg.com/profile_images/1816146572725432320/Dibh2ArU_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": null,
        "followers_count": 1182987
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "1585841080431321088",
        "user_id": "44196397",
        "username": "elonmusk",
        "link": "https://x.com/elonmusk/status/1585841080431321088"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": null,
      "media": [],
      "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": 1156,
        "retweets": 1732,
        "likes": 39148,
        "quotes": 146,
        "bookmarks": 63,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": null
    }
  ]
}