Twitter List Followers Scraper avatar
Twitter List Followers Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Twitter List Followers Scraper

Twitter List Followers Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Fetch the followers of any Twitter list, 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

2

Monthly users

2

Runs succeeded

80%

Last modified

4 days ago

🐦 Twitter List Followers Scraper

This actor allows you to fetch the list of followers for a specific Twitter list. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of followers you specify.

Features

  • Fetches the followers of a specific Twitter list.
  • Supports automatic pagination to retrieve large lists.
  • Allows you to specify the maximum number of results (maxResults).
  • Returns detailed information for each follower.

Input

  • list_id (string, required): The ID of the Twitter list whose followers you want to fetch.
  • maxResults (integer, optional): Maximum number of followers to fetch. Default is 20.

Output

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

  • user_id
  • screen_name
  • description
  • profile_image
  • statuses_count
  • followers_count
  • friends_count
  • media_count
  • created_at
  • location
  • blue_verified
  • verified
  • website
  • name
  • affiliates
  • business_account

Example Input

{
"list_id": "1177128103228989440",
"maxResults": 1000
}

Example Output

[
{
"user_id": "1917648533324455936",
"screen_name": "bendasaissa23",
"description": "",
"profile_image": null,
"statuses_count": 0,
"followers_count": 0,
"friends_count": 3,
"media_count": 0,
"created_at": "Wed Apr 30 18:35:34 +0000 2025",
"location": "",
"blue_verified": false,
"verified": false,
"website": null,
"name": "Aissa Bendas",
"affiliates": [],
"business_account": null,
"scrapedAt": "2025-05-30T04:00:09.262Z"
},
...
]

Notes

  • The actor will stop fetching once it reaches the specified maxResults or there are no more followers to fetch.
  • Make sure the list is public and accessible.