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. ๐
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. ๐
Parameter | Type | Required | Description |
---|---|---|---|
postUrls | string[] | โ | Array of X (Twitter) post URLs to extract replies from. |
resultsLimit | number | โ | Maximum number of results to retrieve. If not set, only a few of the first replies will be returned. |
1{ 2 "postUrls": [ 3 "https://x.com/ZippoJeje/status/1905584213761351970" 4 ], 5 "resultsLimit": 20 6}
The actor returns an array of JSON objects with extracted replies and related data.
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}]
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. โ
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:
โ๏ธ Having issues or suggestions? Open an issue or contact us at scraper1one@gmail.com.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!