X (Twitter) Post Replies Scraper

X (Twitter) Post Replies Scraper

Extract replies/comments from X posts (tweets) provided as input URLs. Retrieve comment text, author, timestamp, reactions, and more. Ideal for social media monitoring, sentiment analysis, and engagement tracking. ๐Ÿš€

SOCIAL_MEDIADEVELOPER_TOOLSAUTOMATIONApify

Apify Actor

This Apify Actor extracts replies from X (Twitter) posts provided as input URLs. It retrieves reply content, authors, timestamps, media, and engagement metrics.
Perfect for social media monitoring, sentiment analysis, and trend tracking. ๐Ÿš€

Features

  • ๐Ÿ” Scrape replies from multiple tweets
  • ๐Ÿ‘ค Extract author profiles and metadata
  • ๐Ÿ•’ Retrieve timestamps, media, and conversation context
  • ๐Ÿ”ข Limit the number of replies per tweet

Input Parameters

ParameterTypeRequiredDescription
postUrlsstring[]โœ…Array of X (Twitter) post URLs to extract replies from.
resultsLimitnumberโŒMaximum number of results to retrieve. If not set, only a few of the first replies will be returned.

Example Input

1{
2  "postUrls": [
3    "https://x.com/ZippoJeje/status/1905584213761351970"
4  ],
5  "resultsLimit": 20
6}

Output Data

The actor returns an array of JSON objects with extracted replies and related data.

Example Output

1[{
2  "replyId": "1906884256397189461",
3  "replyUrl": "https://x.com/TheyCallMeMrYu/status/1906884256397189461",
4  "replyText": "@FunFootballPod https://t.co/gz6yT4D4wl",
5  "postUrl": "https://x.com/FunFootballPod/status/1906833084554650018",
6  "postId": "1906833084554650018",
7  "timestamp": 1743471609000,
8  "conversationId": "1906833084554650018",
9  "media": [
10    {
11      "mediaUrlHttps": "https://pbs.twimg.com/tweet_video_thumb/GnadH35XkAAcY0z.jpg",
12      "type": "animated_gif",
13      "id": "1906884250827198464"
14    }
15  ],
16  "author": {
17    "name": "โ€ผ๏ธ โ“‚๏ธโ„น๏ธ๐ฌ๐ญ๐Ÿ…ฐ ๐˜๐ฎโ€ผ๏ธ",
18    "screenName": "TheyCallMeMrYu",
19    "followersCount": 21960,
20    "favouritesCount": 67879,
21    "friendsCount": 22146,
22    "description": "๐ŸŽคPodcast Host of T3 (Thurs), Insp Station (M-W), BBL (Fri), One on One (M-F), His & Hers (4th Fri) #NYG #MICH #NYY #NYK ๐Ÿช™ #SportcoinCertified"
23  },
24  "replyCount": 1,
25  "quoteCount": 0,
26  "repostCount": 0,
27  "favouriteCount": 1,
28  "viewsCount": 15
29}]
Let me know if you need additional output fields! ๐Ÿค™

Usage

  1. Create an Apify account and open the actor page.
  2. Enter input parameters in the Apify UI or via API.
  3. Run the actor and monitor its progress.
  4. Export replies as JSON, CSV, or Excel for analysis.

Limitations & Notes

  • Scraping X (Twitter) must comply with their Terms of Service.
  • Avoid overuse to prevent rate limiting or bans.
  • Data availability may depend on tweet visibility, account privacy, and X's structure.

Works Best With

For best results, use this actor together with X Posts Search.

First, search for tweets matching your criteria using X Posts Search, then pass those tweet URLs into this X Comments Scraper to extract replies and enrich your dataset. โœ…

Best Use Case Flow

  • ๐Ÿ”Ž Run X Posts Search โ†’ Find relevant tweets based on keywords or hashtags
  • ๐Ÿ“ฅ Feed tweet URLs into X Comments Scraper โ†’ Get replies for each tweet
  • ๐Ÿ“Š Gain insights โ†’ Analyze engagement, sentiment, and conversation threads

This combination provides a powerful workflow for understanding discussions around specific topics on X. ๐Ÿš€

If you're working with multiple platforms or want additional data sources, check out these scrapers:

Support & Contact

โœ‰๏ธ Having issues or suggestions? Open an issue or contact us at scraper1one@gmail.com.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!