X (Twitter) Retweeters Scraper avatar

X (Twitter) Retweeters Scraper

Pricing

Pay per event + usage

Go to Apify Store
X (Twitter) Retweeters Scraper

X (Twitter) Retweeters Scraper

Scrape who retweeted any public X/Twitter post — retweeter username, display name, bio, followers, verification status. Provider-backed (SociaVault), cookieless, no login. MCP-ready.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

16 hours ago

Last modified

Share

Scrape who retweeted any public X/Twitter post — username, display name, bio, follower count, verification status, location, and more. Give it one or more tweet URLs (or raw tweet IDs); get back a flat dataset of retweeter profiles, ready for lead gen, audience analysis, or influencer outreach.

  • No X login or API key required — provider-backed via SociaVault, cookieless
  • Auto-pagination — fetches up to 100 retweeters per request, auto-pages until your maxRetweetersPerTweet cap
  • MCP-ready — works as a tool call for Claude, GPT, and any OpenAI-compatible agent

What data do you get?

FieldDescriptionExample
tweet_idSource tweet numeric ID1895656695831191692
tweet_urlSource tweet URLhttps://x.com/…/status/…
user_idRetweeter's numeric X ID229110314
usernameHandle (no @)johndoe
display_nameFull display nameJohn Doe
bioProfile bio textGrowth hacker @ Acme
follower_countNumber of followers12 400
following_countAccounts they follow853
tweet_countTotal tweets posted4 200
like_countTotal likes given31 000
is_blue_verifiedX Blue (paid) verificationtrue
verifiedLegacy blue tickfalse
is_privateProtected/private accountfalse
locationSelf-reported locationNew York, NY
profile_image_urlFull-size profile photo URLhttps://pbs.twimg.com/…
banner_urlProfile banner URLhttps://pbs.twimg.com/…
created_atAccount creation dateMon Jan 01 00:00:00 +0000 2020
profile_urlDirect link to profilehttps://x.com/johndoe
scraped_atScrape timestamp (ISO 8601)2026-08-19T12:34:56.789Z

Use cases

  • Lead generation — find people who engaged with a competitor's viral post
  • Influencer discovery — who amplifies content in your niche
  • Audience research — profile breakdown of a post's amplifiers
  • PR monitoring — track who shares your brand announcements
  • B2B outreach — identify decision-makers retweeting industry news

Input

{
"tweetUrls": ["https://x.com/elonmusk/status/1895656695831191692"],
"maxRetweetersPerTweet": 100
}
FieldTypeDefaultDescription
tweetUrlsstring[]Full X/Twitter post URLs
tweetIdsstring[]Numeric tweet IDs (alternative to URLs)
maxRetweetersPerTweetinteger500Cap per tweet (1–10 000)

Provide tweetUrls OR tweetIds — both work; duplicates are de-duped by ID.

Pricing

Pay per event + platform usage:

EventPrice
Actor start$0.00005
Retweeter found$0.006

Typical costs: 100 retweeters = ~$0.60 + ~$0.05 platform usage ≈ $0.65 total.

API / cURL example

curl -X POST \
"https://api.apify.com/v2/acts/khadinakbar~x-retweeters-scraper/runs?token=YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"tweetUrls": ["https://x.com/elonmusk/status/1895656695831191692"],
"maxRetweetersPerTweet": 50
}'

Agent prompt card (Claude / GPT)

Use the apify--x-retweeters-scraper tool to get a list of users who retweeted a tweet. Input: tweetUrls (array of X post URLs), maxRetweetersPerTweet (integer, default 500). Output: one row per retweeter with username, follower count, bio, and profile URL. Charged $0.006 per retweeter returned.

Limitations

  • Returns public retweeters only — private/protected accounts are not surfaced by the provider
  • Provider returns up to 100 retweeters per page; pagination is automatic up to your cap
  • X's API occasionally returns fewer retweeters than the true count for very large threads — this is a platform-side limit, not a bug
  • Liker identities (not retweeters) are not available in public no-login data

This actor scrapes publicly available data from X (Twitter) in the same way a logged-out visitor would see it. Use only for lawful purposes and in compliance with X's Terms of Service and applicable data-protection laws (GDPR, CCPA). Do not use to harass, spam, or build prohibited databases of personal data.