Twitter/X Thread Reader
Pricing
from $2.00 / 1,000 results
Twitter/X Thread Reader
Read and extract full Twitter/X threads and conversations. Extract the original tweet, all replies, engagement metrics (likes, retweets, views), media, and author info. Supports cursor pagination for large threads. Export to JSON/CSV.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Sachin Kumar Yadav
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
๐ฆ Twitter/X Thread Reader โ Extract Complete Twitter Threads & Replies
Extract complete Twitter/X threads and sequential conversation replies with detailed metadata, engagement metrics, author profiles, and media. Perfect for archiving threads, content curation, social media analytics, research, and marketing analysis!
๐ Table of Contents
๐ Features
Complete Thread Extraction
- Sequential Replies - Extract the parent tweet and all subsequent replies in a thread.
- Author Information - Username, display name, user ID, avatar image, bio, verification status, and subscribers count.
- Engagement Metrics - Likes, retweets, replies, quotes, bookmarks, and views.
- Media Content - Retrieve image and video URLs embedded within the thread tweets.
- High-Res Avatars - Fetch high-quality profile picture URLs of all thread participants.
Advanced Functionality
- Automated Pagination - Automatically paginate replies using the cursor loop up to the defined maxPages limit.
- No Login Required - Scrape public threads without providing any account login credentials.
- Error Mapping - Structured logs and detailed error mapping in case of missing or private tweets.
๐ฏ Use Cases
| Use Case | Description | Benefits |
|---|---|---|
| Thread Archiving | Save full informational threads for offline reading or reference | Prevent data loss, store educational content |
| Content Curation | Collect highly viral Twitter threads on specific niches | Curate posts for newsletters, blogs, or reposting |
| Sentiment Analysis | Analyze replies and public feedback under specific threads | Understand community reaction and feedback |
| Competitor Monitoring | Monitor customer interaction and replies under competitor tweets | Gain insights into client engagement patterns |
| Academic Research | Collect long-form structured discussions on Twitter/X | Research social discourse, trending debates |
โก Quick Start
1๏ธโฃ Single Thread Scrape
{"tweetIds": ["1800000000000000000"],"maxPages": 2}
2๏ธโฃ Multiple Threads or URLs
{"tweetIds": ["https://x.com/jack/status/20","https://twitter.com/elonmusk/status/1800000000000000000"],"maxPages": 5}
๐ Input Parameters
Configuration Options
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
tweetIds | Array | Yes | List of Tweet IDs or URLs to scrape. Supports status URLs and raw numeric IDs. | |
maxPages | Integer | No | Max pages of replies to retrieve per tweet (1 page = 1 API call). Range: 1 to 20. | 1 |
๐ค Output Format
Thread Result Output Example
{"type": "original_tweet","tweet_id": "1800000000000000000","text": "This is the start of an awesome thread on technology trends.","display_text": "This is the start of an awesome thread on technology trends.","created_at": "Wed Jun 12 14:20:00 +0000 2026","likes": 12500,"retweets": 850,"replies": 320,"quotes": 45,"bookmarks": 120,"views": "250000","lang": "en","source": "Twitter for iPhone","conversation_id": "1800000000000000000","author_id": "44196397","author_name": "Tech Enthusiast","author_username": "tech_enthusiast","author_avatar": "https://pbs.twimg.com/profile_images/1234567890/photo_400x400.jpg","author_verified": true,"author_description": "Exploring next-generation tech and AI research.","author_subscribers": 12,"media": null,"scraped_at": "2026-07-08T10:45:00.000Z","input": "https://x.com/tech_enthusiast/status/1800000000000000000"}
๐ Data Fields Explained
Complete Field Reference
| Field | Type | Description |
|---|---|---|
type | String | Type of entry: original_tweet (root tweet) or thread_reply (thread response). |
tweet_id | String | Unique Twitter/X status ID. |
text | String | Unformatted text content of the tweet. |
display_text | String | Formatted/rendered text content of the tweet. |
created_at | String | Original post date and time (standard Twitter format). |
likes | Integer | Number of favorites / likes. |
retweets | Integer | Number of retweets. |
replies | Integer | Direct reply count on this specific tweet. |
quotes | Integer | Number of quote tweets. |
bookmarks | Integer | Number of times this tweet was bookmarked. |
views | String/Number | View count / impressions. |
lang | String | ISO language code of the tweet (e.g. en, es). |
conversation_id | String | Root conversation ID for grouping the thread. |
author_id | String | Unique Twitter user identifier. |
author_name | String | User display name. |
author_username | String | User handle (screen name). |
author_avatar | String | URL to the author profile picture. |
author_verified | Boolean | True if the author is blue verified. |
parent_tweet_id | String | Root tweet ID (present only in thread_reply records). |
scraped_at | String | Extraction timestamp. |
โ FAQ
Q: Do I need a Twitter API key or account?
A: No, you do not need any credentials. The actor runs entirely using internal API key.
Q: Can I fetch replies that are not part of the sequential thread?
A: This actor is designed specifically to read consecutive thread responses from the author and direct thread flow. To scrape all replies of a tweet regardless of who wrote them, use the Twitter X Recent Replies Scraper.
Q: How does the maxPages parameter work?
A: Twitter returns replies in pages. Setting a higher maxPages value will make the scraper request more pages of replies. Each page requires one API call.
Related Actors ๐ค
- Twitter X Recent Replies Scraper
- Twitter X Lists Timeline Scraper
- Twitter X Profile Scraper
- Twitter X Video Downloader
- X Profile Viewer
- X Follower Scraper
- X Following Scraper
- Twitter Affiliates X Scraper
๐ท๏ธ Keywords & Tags
twitter thread reader, x thread scraper, unroll twitter thread, read twitter thread, twitter replies extractor, twitter conversation scraper, twitter thread downloader, save twitter thread, twitter scraper, x.com thread reader, twitter api thread, export twitter replies, apify twitter scraper, social media archiver
๐ Get Started Now
- Click "Try for free" to run this actor in the Apify Console.
- Enter one or more Tweet URLs or IDs into the list.
- Configure
maxPagesdepending on the thread length. - Download the resulting JSON, CSV, or Excel file!
โญ If this actor is useful to your workflow, please leave a star!
Built by Sachin Kumar Yadav using Apify Platform