Efficiently scrape and extract Twitter lists data. Find curated lists by keywords, including list names, URLs, subscriber counts, and descriptions. Perfect for social media researchers, marketers, and content creators looking to discover targeted Twitter communities. 🔍
This actor helps you discover and extract Twitter lists data. It's perfect for social media researchers, marketers, and anyone interested in finding curated Twitter lists around specific topics or keywords.
keyword
- The search term to find relevant Twitter listsmaxItems
(optional) - Limit the number of resultsproxyConfiguration
(optional) - Proxy settings for the scraperA full explanation of an input example in JSON.
1{ 2 "keyword": "btc", 3 "maxItems": 100 4}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "name": "@KyleFromOhioCom/btc-enthusiasts", 4 "url": "https://twitter.com/KyleFromOhioCom/lists/btc-enthusiasts", 5 "subscribers": "46", 6 "members": "2805", 7 "description": "" 8 }, 9 { 10 "name": "@CElston/cryptocurrency", 11 "url": "https://twitter.com/CElston/lists/cryptocurrency", 12 "subscribers": "33", 13 "members": "742", 14 "description": "BTC, Bitcoin, LTC. Litecoin, Altcoins, etc." 15 }, 16 ... 17]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!