X (Twitter) Retweeter Scraper โ Enriched Profiles
Pricing
from $9.60 / 1,000 retweeter 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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 actor | Typical retweeter scrapers | |
|---|---|---|
| Fields per retweeter | 25+ enriched fields | handle + a few raw counts |
| Bio | t.co links expanded to real URLs | raw t.co shortlinks |
| Computed signals | account age, follower/following ratio | โ |
| Verification | Blue and legacy, split out | single flag or missing |
| Images | full-resolution avatar + banner | 48px _normal thumbnail |
| Input | tweet URL or ID | ID only |
| Reliability | self-healing GraphQL query discovery + proxy rotation + retries | breaks when X rotates its internal API |
| Billing | only per retweeter delivered, deduped, nothing on failure | often 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:
- 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.
- Cookie engine (self-hosted). Provide your own X
auth_tokencookie 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
| Field | Required | Description |
|---|---|---|
tweetUrl | โ | Tweet URL (https://x.com/user/status/123โฆ) or just the numeric ID. |
apiKey | one of | GetXAPI key (recommended, cookieless). |
authToken | one of | Your 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. |
Getting a GetXAPI key (recommended)
- Go to getxapi.com โ Signup (email + password, no credit card, free credits included).
- 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)
- Log in to x.com in your browser (use a secondary / burner account โ this grants read access as that account).
- Open DevTools โ Application โ Cookies โ
https://x.com. - Copy the value of the
auth_tokencookie into the Auth token field. Thect0(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.