X (Twitter) Retweeter Scraper โ€” Enriched Profiles avatar

X (Twitter) Retweeter Scraper โ€” Enriched Profiles

Pricing

from $9.60 / 1,000 retweeter profiles

Go to Apify Store
X (Twitter) Retweeter Scraper โ€” Enriched Profiles

X (Twitter) Retweeter Scraper โ€” Enriched Profiles

Get everyone who retweeted any public X/Twitter post as enriched profiles: bio, follower/following/tweet counts, verification, account age, ratio, avatar & banner. Tweet URL or ID. Export data, run via API, schedule runs, or integrate with other tools.

Pricing

from $9.60 / 1,000 retweeter profiles

Rating

0.0

(0)

Developer

Korado Labs

Korado Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Get everyone who retweeted any public X/Twitter post, returned as fully enriched profiles โ€” not just handles. Paste a tweet URL (or ID), add your X auth_token cookie, and the actor pages through the entire retweeter list and returns one rich record per person: handle, display name, expanded bio, follower / following / tweet / media counts, verification status, account age, follower-to-following ratio, full-resolution avatar & banner, pinned tweet, location, website and more.

Perfect for influencer discovery, audience research, amplifier analysis, competitive intelligence, and community outreach.

Why this scraper

This actorTypical retweeter scrapers
Fields per retweeter25+ enriched fieldshandle + a few raw counts
Biot.co links expanded to real URLsraw t.co shortlinks
Computed signalsaccount age, follower/following ratioโ€”
VerificationBlue and legacy, split outsingle flag or missing
Imagesfull-resolution avatar + banner48px _normal thumbnail
Inputtweet URL or IDID only
Reliabilityself-healing GraphQL query discovery + proxy rotation + retriesbreaks when X rotates its internal API
Billingonly per retweeter delivered, deduped, nothing on failureoften per-run or per-start fees

Two engines โ€” pick one

Retweeter lists are login-only on X in 2026 (guest/anonymous access was removed). This actor gets them one of two ways:

  1. Pool engine (recommended, cookieless). Provide a GetXAPI key and the actor reads retweeters through their pool-based service โ€” no cookies, no X account needed on your side. Get a key in <5 min at getxapi.com (email sign-up, free credits, no card). Provider cost is $0.001 per page of up to ~100 retweeters.
  2. Cookie engine (self-hosted). Provide your own X auth_token cookie and the actor drives X's internal API directly, with no third party.

Supply one of apiKey or authToken. If both are set, the pool engine wins.

Input

FieldRequiredDescription
tweetUrlโ€“Tweet URL (https://x.com/user/status/123โ€ฆ) or just the numeric ID.
apiKeyone ofGetXAPI key (recommended, cookieless).
authTokenone ofYour X auth_token cookie (self-hosted engine).
maxResultsโ€“Cap the number of retweeters (default 100).
csrfTokenโ€“Optional ct0 cookie for the cookie engine; auto-derived if omitted.
includeRawโ€“Also attach the raw user object under raw.
proxyโ€“Proxy config; residential recommended.
  1. Go to getxapi.com โ†’ Signup (email + password, no credit card, free credits included).
  2. Verify your email, then in the dashboard hit Create Key and copy it into the API key field. Done โ€” no cookies.

Getting your auth_token (self-hosted engine)

  1. Log in to x.com in your browser (use a secondary / burner account โ€” this grants read access as that account).
  2. Open DevTools โ†’ Application โ†’ Cookies โ†’ https://x.com.
  3. Copy the value of the auth_token cookie into the Auth token field. The ct0 (CSRF) cookie is derived automatically.

Output

One item per unique retweeter:

{
"userId": "44196397",
"username": "elonmusk",
"url": "https://x.com/elonmusk",
"name": "Elon Musk",
"bio": "http://Terafab.AI",
"location": null,
"website": null,
"followersCount": 241409683,
"followingCount": 1392,
"tweetsCount": 107261,
"mediaCount": 4705,
"isVerified": true,
"isBlueVerified": true,
"isLegacyVerified": false,
"isProtected": false,
"professionalType": "Creator",
"createdAt": "2009-06-02T20:12:29+00:00",
"accountAgeDays": 6286,
"followerFollowingRatio": 173426.496,
"profileImageUrl": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG.jpg",
"bannerImageUrl": "https://pbs.twimg.com/profile_banners/44196397/1774145451",
"pinnedTweetId": "2090079231783120975",
"tweetId": "1585341984679469056",
"retweeterRank": 1
}

Pricing

Pay-per-result: $0.012 per retweeter profile delivered. You are charged once per unique profile actually returned โ€” never for retweeters you didn't receive, and nothing at all on a failed or blocked run. No per-run or per-start fee.

Example: scraping 500 retweeters of a viral post โ†’ 500 ร— $0.012 = $6.00.

Notes & limits

  • Retweeters come back newest-first, paginated automatically up to maxResults.
  • Protected/suspended accounts among the retweeters are skipped automatically.
  • Pool engine: you fund your own TwitterAPI.io balance (~$0.00015/retweeter); it's separate from Apify charges. Cookie engine: use a burner X account โ€” scraping activity is attributed to it.