X (Twitter) List Members Scraper โ No Login
Pricing
from $1.20 / 1,000 user returneds
X (Twitter) List Members Scraper โ No Login
Extract members or followers of any public X (Twitter) list. Get bio, location, verification, and follower count for every account on the list.
Pricing
from $1.20 / 1,000 user returneds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
11 days ago
Last modified
Categories
Share
Extract every account on any public X (Twitter) list โ name, bio, location, verification, follower counts, and profile URL. No login or cookies required.
What you get
For every user on a list, the scraper returns one row with:
Profile fields
- Username, display name, user ID
- Bio / description
- Location, personal URL
- Profile picture and cover picture URLs
- Account creation date
protectedflag
Verification & status
isVerified(legacy blue check)isBlueVerified(X Premium)verifiedType(Business, Government, etc.)canDm,isAutomated
Engagement metrics
- Followers, following, tweets, media, likes
List context
scrapedFromListIdโ the list you queriedmembershipโmember(curated into the list) orfollower(subscribed to the list)
Pagination
NEXT_PAGE_IDcursor saved to the Key-value store so large lists can be chained across runs
Use cases
- Targeted lead generation โ curated lists are pre-qualified audiences (e.g. "AI Founders 2026", "Crypto VCs"). Pull the full member list as warm leads.
- Audience research โ see who industry experts curate as their must-follow accounts
- Competitor analysis โ discover the audience following a niche curated list
- Recruiting & sourcing โ many recruiters maintain public talent lists; convert them into a candidate spreadsheet
- Influencer discovery โ community-maintained "best in niche" lists surface creators you'd otherwise miss
- Network mapping โ combine
membersandfollowersmodes to reconstruct community graphs
How to use
- Enter the List ID or URL โ either the numeric ID (e.g.
84839422) or the full URL (https://x.com/i/lists/84839422) - Choose the Mode โ Members (accounts curated into the list) or Followers (accounts subscribed to the list)
- Set Max Items โ default 500 per run, or 0 for unlimited (stops just before the actor timeout)
- Run the actor โ results appear in the Dataset tab, one user per row
- To fetch the next page, copy
NEXT_PAGE_IDfrom the Key-value store tab and paste it into Page ID on the next run
Output format
{"scrapedFromListId":"84839422","membership":"member","userId":"1319036828964454402","username":"CommunityNotes","name":"Community Notes","description":"Empowering users to create a better-informed world.","location":"","url":"","isVerified":false,"isBlueVerified":true,"verifiedType":"Business","protected":false,"followersCount":1184432,"followingCount":0,"tweetsCount":472,"mediaCount":113,"likesCount":219,"createdAt":"2020-10-21T22:04:47.000000Z","profilePicture":"https://pbs.twimg.com/profile_images/...","coverPicture":"https://pbs.twimg.com/profile_banners/...","canDm":true,"isAutomated":false,"profileUrl":"https://x.com/CommunityNotes"}
Pagination
X list APIs return ~20 users per page. For lists with hundreds or thousands of members, use the cursor to fetch more across multiple runs:
- Run the actor โ when it finishes,
NEXT_PAGE_IDis saved in the Key-value store tab - Copy the
NEXT_PAGE_IDvalue - Start a new run with the same list and mode and paste it into the Page ID field
- Repeat until
NEXT_PAGE_IDisnull(list fully exhausted)
If a single run takes you to the actor timeout, the cursor still gets written before the run ends so you can resume on the next run.
Related X (Twitter) actors
Part of a complete X (Twitter) toolkit โ explore the rest of the suite:
- X (Twitter) Profile Scraper โ Public profile data โ bio, counts, links
- X (Twitter) User Tweets Scraper โ Full timeline of any account by username
- X (Twitter) Tweet Scraper โ Search and export tweets by query, hashtag, user
- X (Twitter) Tweet Replies Scraper โ Every reply under a post for sentiment analysis
- X (Twitter) Quote Tweets Scraper โ Every quote tweet of a post with engagement
- X (Twitter) Followers & Following Scraper โ Full followers and following lists, no login
- X (Twitter) Active Hours Analyzer โ Posting heatmap, peak hours, and time zone
- X (Twitter) MCP Server โ All X tools for AI agents via MCP
