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

Twitter List Members Scraper
Fetch the members 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
1
Monthly users
1
Runs succeeded
>99%
Last modified
4 days ago
🐦 Twitter List Members Scraper
This actor allows you to fetch the list of members for a specific Twitter list. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of members you specify.
Features
- Fetches the members 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 member.
Input
- list_id (string, required): The ID of the Twitter list whose members you want to fetch.
- maxResults (integer, optional): Maximum number of members to fetch. Default is 20.
Output
The output is an array of member 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": 20}
Example Output
[{"user_id": "1231534927285493760","screen_name": "Ted290723","description": "Teddy - 27 ans - Ici on parle de foot mais surtout de l’OL ! Une formidable raison d’être heureux !","profile_image": null,"statuses_count": 17267,"followers_count": 778,"friends_count": 969,"media_count": 1115,"created_at": "Sun Feb 23 11:03:11 +0000 2020","location": "Eure-et-Loir, Centre","blue_verified": false,"verified": false,"website": null,"name": "Ted","affiliates": [],"business_account": null,"scrapedAt": "2025-05-30T04:05:36.364Z"},...]
Notes
- The actor will stop fetching once it reaches the specified
maxResults
or there are no more members to fetch. - Make sure the list is public and accessible.