X (Twitter) Quote Tweets Scraper — Engagement & Reach
Under maintenancePricing
from $3.00 / 1,000 quote tweet results
X (Twitter) Quote Tweets Scraper — Engagement & Reach
Under maintenanceExtract every quote tweet of any X (Twitter) post. Full text, author, and engagement metrics. Perfect for engagement analysis, brand monitoring, and finding the loudest voices amplifying a post.
Pricing
from $3.00 / 1,000 quote tweet results
Rating
0.0
(0)
Developer
Andrew
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Extract every quote tweet of any X (Twitter) post — full text, author, and engagement metrics. Perfect for engagement analysis, brand monitoring, and finding the loudest voices amplifying a post.
What you get
- Quote tweet text, ID, URL, and creation timestamp
- Engagement metrics — likes, retweets, replies, quotes, views, bookmarks
- Author details — username, display name, follower count, verification
- Conversation ID for thread reconstruction
- Cursor-based pagination — capture huge quote chains across multiple runs
Free tier vs. paid
Free runs are capped to help cover data costs:
- 25 quote tweets 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 Quote Tweets setting is honored in full and runs are unrestricted.
Use cases
- Track how influencers and power users amplified a tweet or announcement
- Brand monitoring — quote tweets often carry stronger sentiment than replies
- Competitive analysis — see who is reacting to a competitor's post and how
- Find the loudest detractors or supporters of any post
- Lead generation — quote-tweeters are highly engaged and often have large audiences
How to use
- Enter a Tweet ID or URL (numeric ID or
https://x.com/user/status/...) - Set Max Quote Tweets (default 100; 0 for unlimited)
- Run the actor — one quote tweet per row in the Dataset tab
- To fetch more quote tweets, open the Key-value store tab → copy the
NEXT_PAGE_IDvalue → paste it into Page ID on your next run
Output format
One quote tweet per dataset row — perfect for direct CSV, Excel, or Google Sheets export:
{"parentTweetId": "1846987139428634858","tweetId": "1847001234567890","url": "https://x.com/quoteuser/status/1847001234567890","text": "Quote tweet text here…","createdAt": "Wed Jan 01 12:05:00 +0000 2026","lang": "en","likeCount": 128,"replyCount": 7,"retweetCount": 14,"quoteCount": 2,"viewCount": 9800,"conversationId": "1847001234567890","authorUsername": "quoteuser","authorName": "Quote User","authorIsBlueVerified": true,"authorFollowersCount": 24500}
Pagination
If the post has more quote tweets than Max Quote Tweets 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 quote tweets have been fetched.
Input options
| Field | Type | Description |
|---|---|---|
| Tweet ID or URL | string | Numeric ID or full tweet URL (required) |
| Max Quote Tweets | 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 |