X (Twitter) Tweet Replies Scraper — Comments & Sentiment
Pricing
from $1.00 / 1,000 reply results
X (Twitter) Tweet Replies Scraper — Comments & Sentiment
Extract every reply under any X (Twitter) post — full text, author, and engagement metrics. Perfect for sentiment analysis, brand monitoring, and community research.
Pricing
from $1.00 / 1,000 reply results
Rating
0.0
(0)
Developer
Andrew
Maintained by CommunityActor stats
0
Bookmarked
19
Total users
5
Monthly active users
a day ago
Last modified
Categories
Share
Extract every reply under any X (Twitter) post — full text, author, and engagement metrics. Perfect for sentiment analysis, community research, and brand monitoring.
What you get
- Reply text, ID, URL, and creation timestamp
- Engagement metrics — likes, retweets, replies, quotes, views, bookmarks
- Author details — username, display name, follower count, verification
- Conversation ID and inReplyTo context for thread reconstruction
- Cursor-based pagination — capture huge reply threads across multiple runs
Free tier vs. paid
Free runs are capped to help cover data costs:
- 25 replies per run
- 3 runs per day (UTC)
- 30-minute wait between runs
Upgrade to any paid plan on the actor's pricing page to lift all three limits — your Max Replies setting is honored in full and runs are unrestricted.
Use cases
- Sentiment analysis on a tweet, announcement, or product launch
- Find detractors or advocates in a brand conversation
- Lead generation — surface engaged users on a competitor's post
- Community research — map the audience reacting to a topic
- Crisis monitoring — capture reply storm before tweets get deleted
How to use
- Enter a Tweet ID or URL (numeric ID or
https://x.com/user/status/...) - Choose Sort Order —
Relevance(default),Latest, orLikes - Set Max Replies (default 100; 0 for unlimited)
- Run the actor — one reply per row in the Dataset tab
- To fetch more replies, open the Key-value store tab → copy the
NEXT_PAGE_IDvalue → paste it into Page ID on your next run
Output format
One reply per dataset row — perfect for direct CSV, Excel, or Google Sheets export:
{"parentTweetId": "1846987139428634858","tweetId": "1847001234567890","url": "https://x.com/replyuser/status/1847001234567890","text": "Reply text here…","createdAt": "Wed Jan 01 12:05:00 +0000 2026","lang": "en","likeCount": 42,"replyCount": 3,"viewCount": 1500,"inReplyToId": "1846987139428634858","inReplyToUsername": "elonmusk","conversationId": "1846987139428634858","authorUsername": "replyuser","authorIsBlueVerified": false,"authorFollowersCount": 1250}
Pagination
If the thread has more replies than Max Replies allows, the actor saves a resume cursor to the default Key-value store under the key NEXT_PAGE_ID.
- Open the Key-value store tab on the run page
- Copy the value of
NEXT_PAGE_ID - Start a new run and paste it into Page ID
When NEXT_PAGE_ID is null, all replies have been fetched.
Input options
| Field | Type | Description |
|---|---|---|
| Tweet ID or URL | string | Numeric ID or full tweet URL (required) |
| Sort Order | select | Relevance (default), Latest, or Likes |
| Max Replies | integer | Cap per run — default 100, 0 for unlimited |
| Page ID | string | NEXT_PAGE_ID from the previous run's Key-value store, to resume pagination |
Related X (Twitter) actors
Part of a complete X (Twitter) toolkit — explore the rest of the suite:
- X (Twitter) Profile Scraper — Public profile data — bio, counts, links
- X (Twitter) User Tweets Scraper — Full timeline of any account by username
- X (Twitter) Tweet Scraper — Search and export tweets by query, hashtag, user
- X (Twitter) Quote Tweets Scraper — Every quote tweet of a post with engagement
- X (Twitter) Followers & Following Scraper — Full followers and following lists, no login
- X (Twitter) List Members Scraper — Members or followers of any public list
- X (Twitter) Active Hours Analyzer — Posting heatmap, peak hours, and time zone
- X (Twitter) MCP Server — All X tools for AI agents via MCP