X (Twitter) Retweeters Scraper
Pricing
Pay per event + usage
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
16 hours ago
Last modified
Categories
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
maxRetweetersPerTweetcap - MCP-ready — works as a tool call for Claude, GPT, and any OpenAI-compatible agent
What data do you get?
| Field | Description | Example |
|---|---|---|
tweet_id | Source tweet numeric ID | 1895656695831191692 |
tweet_url | Source tweet URL | https://x.com/…/status/… |
user_id | Retweeter's numeric X ID | 229110314 |
username | Handle (no @) | johndoe |
display_name | Full display name | John Doe |
bio | Profile bio text | Growth hacker @ Acme |
follower_count | Number of followers | 12 400 |
following_count | Accounts they follow | 853 |
tweet_count | Total tweets posted | 4 200 |
like_count | Total likes given | 31 000 |
is_blue_verified | X Blue (paid) verification | true |
verified | Legacy blue tick | false |
is_private | Protected/private account | false |
location | Self-reported location | New York, NY |
profile_image_url | Full-size profile photo URL | https://pbs.twimg.com/… |
banner_url | Profile banner URL | https://pbs.twimg.com/… |
created_at | Account creation date | Mon Jan 01 00:00:00 +0000 2020 |
profile_url | Direct link to profile | https://x.com/johndoe |
scraped_at | Scrape 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}
| Field | Type | Default | Description |
|---|---|---|---|
tweetUrls | string[] | — | Full X/Twitter post URLs |
tweetIds | string[] | — | Numeric tweet IDs (alternative to URLs) |
maxRetweetersPerTweet | integer | 500 | Cap per tweet (1–10 000) |
Provide tweetUrls OR tweetIds — both work; duplicates are de-duped by ID.
Pricing
Pay per event + platform usage:
| Event | Price |
|---|---|
| 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-scrapertool 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
Related actors
- x-tweet-scraper — scrape tweets by search, hashtag, or user
- twitter-profile-followers-scraper — get followers/following of any X profile
- x-community-members-scraper — extract members of an X Community
Legal disclaimer
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.