X (Twitter) Post Replies Scraper
Pricing
from $3.99 / 1,000 results
Go to Apify Store

X (Twitter) Post Replies Scraper
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
ScrapeFlow
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Twitter / X Reply Scraper (Apify Actor)
Scrapes Latest search results via X GraphQL SearchTimeline, then loads direct replies per tweet with TweetDetail (same flow as the standalone scraper: dynamic query IDs from main.*.js, x-client-transaction-id from XClientTransaction, controller_data from the first timeline page).
Input
| Field | Description |
|---|---|
startUrls | Start URLs — X search URLs (q= is parsed as the query). Legacy urls still accepted. |
maxSearchResults | Maximum Search Results — max tweets per start URL (default 5). |
maxReplies | Maximum Replies — max direct replies stored per tweet (default 5). |
authToken / ct0 | Session cookies, or env AUTH_TOKEN / CT0. |
proxyConfiguration | useApifyProxy: false → direct first, then DC → residential on blocks. true → Apify proxy from the start. |
Output (dataset)
Each item: tweetLink, tweetContent, tweetDate, handle, counts, repliesData (nested reply objects).
Run locally
cd Twitter-X-Reply-Scraperpip install -r requirements.txt# Set AUTH_TOKEN and CT0, then:apify run
Data is only from public X content; you are responsible for compliance with X’s terms and applicable law.