X Twitter Replies Scraper - [No Cookies]
Pricing
from $8.00 / 1,000 x/twitter reply scrapeds
X Twitter Replies Scraper - [No Cookies]
Scrape public X/Twitter replies from tweet URLs or IDs with author profiles, metrics, media, language, and cursors. MCP optimized. $8.00/1K replies.
Pricing
from $8.00 / 1,000 x/twitter reply scrapeds
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
X Twitter Replies Scraper
Extract public replies from X/Twitter tweet URLs or numeric tweet IDs. The actor is provider-backed, requires no cookies, and returns clean reply records for sentiment analysis, conversation monitoring, social listening, creator research, support triage, and AI-agent workflows.
What it does
This actor scrapes the public reply timeline for specific X/Twitter posts. It accepts full tweet URLs or tweet IDs, paginates through reply results, dedupes repeated replies, and saves one normalized dataset row per reply.
Use it for:
- Brand and campaign reply monitoring
- Sentiment analysis on public tweet conversations
- Customer support and escalation discovery
- Creator, influencer, and community research
- Lead and intent discovery from public replies
- MCP optimized AI-agent research pipelines
Do not use it for keyword search, profile timelines, quote tweets, retweeters, private accounts, deleted tweets, DMs, or login-only data.
Input
Important fields:
tweetUrls- one or more X/Twitter tweet URLs or numeric tweet IDsrankingMode-Relevance,Recency, orLikesmaxReplies- total reply rows to save across all tweetsmaxPagesPerTweet- pagination depth per tweetstartCursor- optional continuation cursor fromRUN_SUMMARY.nextCursorsincludeRaw- include raw provider payloads for debuggingdedupeReplies- skip duplicate reply tweets across pages
Example:
{"tweetUrls": ["https://x.com/OpenAI/status/2065225362544726371"],"rankingMode": "Relevance","maxReplies": 100,"maxPagesPerTweet": 10,"dedupeReplies": true}
Output
Each dataset item is a flat, AI-agent-friendly reply record:
parentTweetId,parentTweetUrl,rankingModereplyId,replyUrl,text,createdAt,languageconversationId,inReplyToTweetIdauthorUsername,authorName,authorId,authorUrlauthorVerified,authorFollowers,authorFollowing,authorBio,authorProfileImageUrlreplyCount,retweetCount,quoteCount,likeCount,viewCount,bookmarkCounthashtags,mentions,urls,mediaUrls,sourceprovider,providerPage,scrapedAt
The actor also writes:
OUTPUT- concise machine-readable run summaryRUN_SUMMARY- detailed telemetry, warnings, provider status codes, and next cursors
Public data only
This actor collects public reply data visible through the provider-backed X/Twitter reply endpoint. It does not unlock private accounts, hidden replies that are not exposed upstream, deleted posts, DMs, private follower graphs, or login-only fields.
Pricing
The actor uses pay-per-event pricing:
- Actor start:
$0.00005 - X/Twitter reply saved:
$0.008
Reliability
The actor uses provider retries, cursor pagination, status-code telemetry, duplicate detection, cost-cap status messages, clean empty-result handling, and graceful terminal summaries. Missing provider credentials or upstream failures are written to OUTPUT and RUN_SUMMARY with actionable status messages.
Tips
- Use
Relevancefor the default conversation view. - Use
Recencyfor fresh monitoring. - Use
Likeswhen you want high-engagement replies first. - Use
startCursoronly when continuing the same tweet and ranking mode from a prior run. - Keep
includeRawdisabled unless debugging field drift.