scraping-twitter-list-members
Installation
SKILL.md
Scraping Twitter List Members
Exports all member profiles from any public Twitter/X list. Useful for curated industry lists, competitor watchlists, or pre-built audiences.
Prerequisites
APIFY_TOKENenvironment variable set- Optional: Apify MCP server installed
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
Twitter list URLs (e.g. https://x.com/i/lists/12345) |
listIds |
array | Optional | [] |
Twitter list IDs |
maxItems |
number | Optional | Unlimited | Maximum tweets to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |