X (Twitter) Quote Tweets Scraper — Engagement & Reach avatar

X (Twitter) Quote Tweets Scraper — Engagement & Reach

Under maintenance

Pricing

from $3.00 / 1,000 quote tweet results

Go to Apify Store
X (Twitter) Quote Tweets Scraper — Engagement & Reach

X (Twitter) Quote Tweets Scraper — Engagement & Reach

Under maintenance

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.

Pricing

from $3.00 / 1,000 quote tweet results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

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

  1. Enter a Tweet ID or URL (numeric ID or https://x.com/user/status/...)
  2. Set Max Quote Tweets (default 100; 0 for unlimited)
  3. Run the actor — one quote tweet per row in the Dataset tab
  4. To fetch more quote tweets, open the Key-value store tab → copy the NEXT_PAGE_ID value → 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.

  1. Open the Key-value store tab on the run page
  2. Copy the value of NEXT_PAGE_ID
  3. Start a new run and paste it into Page ID

When NEXT_PAGE_ID is null, all quote tweets have been fetched.

Input options

FieldTypeDescription
Tweet ID or URLstringNumeric ID or full tweet URL (required)
Max Quote TweetsintegerCap per run — default 100, 0 for unlimited
Page IDstringNEXT_PAGE_ID from the previous run's Key-value store, to resume pagination