Twitter Retweets Scraper avatar
Twitter Retweets Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Twitter Retweets Scraper

Twitter Retweets Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Fetch the list of users who retweeted a specific tweet, with auto-pagination and detailed user info. Supports up to your specified maxResults.

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

5

Monthly users

5

Runs succeeded

>99%

Last modified

a month ago

🐦 Twitter Retweets Scraper

This actor allows you to fetch the list of users who retweeted a specific tweet. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of retweets you specify.

Features

  • Fetches the list of users who retweeted a specific tweet.
  • Supports automatic pagination to retrieve large lists.
  • Allows you to specify the maximum number of results (maxResults).
  • Returns detailed user information for each retweet.

Input

  • id (string, required): The ID of the tweet whose retweets you want to fetch.
  • maxResults (integer, optional): Maximum number of retweets to fetch. Default is 30.

Output

The output is an array of user objects, each containing:

  • user_id
  • screen_name
  • description
  • profile_image
  • statuses_count
  • followers_count
  • friends_count
  • media_count
  • name

Example Input

{
"id": "1700199139470942473",
"maxResults": 30
}

Example Output

[
{
"user_id": "1654498520282398722",
"screen_name": "LucyBennett111",
"description": "Someone who's about to fully retire, loves traveling, good food, golf, cycling, and swimming.",
"profile_image": null,
"statuses_count": 1340,
"followers_count": 29,
"friends_count": 21,
"media_count": 16,
"name": "Lucy Bennett",
"scrapedAt": "2025-05-30T01:30:12.417Z"
},
...
]

Notes

  • The actor will stop fetching once it reaches the specified maxResults or there are no more retweets to fetch.
  • Make sure the target tweet is public and not protected.