
Twitter Followers Scraper
Pricing
$4.99 / 1,000 results
Go to Store

Twitter Followers Scraper
Fetch the list of followers for any Twitter account, 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
3
Monthly users
3
Runs succeeded
>99%
Last modified
5 days ago
🐦 Twitter Followers Scraper
This actor allows you to fetch the list of followers for a specified Twitter account. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of users you specify.
Features
- Fetches the followers list for any public Twitter user.
- Supports automatic pagination to retrieve large lists.
- Allows you to specify the maximum number of results (
maxResults
). - Returns detailed user information for each follower.
Input
- screenname (string, required): The Twitter username whose followers list you want to fetch.
- maxResults (integer, optional): Maximum number of followers to fetch.
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
created_at
location
blue_verified
verified
website
name
affiliates
business_account
Example Input
{"screenname": "elonmusk","maxResults": 50}
Example Output
[{"user_id": "95092020","screen_name": "jordanbpeterson","description": "Best-Selling Author | Clinical Psychologist | #1 Education Podcast | Co-founder of @petersonacademy | Order my new book \"We Who Wrestle With God\" here:","profile_image": "https://pbs.twimg.com/profile_images/1407056014776614923/TKBC60e1_normal.jpg","statuses_count": 51560,"followers_count": 6093945,"friends_count": 1660,"media_count": 7358,"created_at": "Sun Dec 06 23:33:02 +0000 2009","location": "","blue_verified": true,"verified": null,"website": "http://jordanbpeterson.com/books","name": "Dr Jordan B Peterson","affiliates": null,"business_account": false,"scrapedAt": "2025-05-30T01:04:22.320Z"},...]
Notes
- The actor will stop fetching once it reaches the specified
maxResults
or there are no more users to fetch. - Make sure the target account is public and not protected.