Twitter Lists Search Scraper ๐Ÿ” avatar
Twitter Lists Search Scraper ๐Ÿ”

Pricing

$19.99/month + usage

Go to Store
Twitter Lists Search Scraper ๐Ÿ”

Twitter Lists Search Scraper ๐Ÿ”

Developed by

EasyApi

EasyApi

Maintained by Community

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. ๐Ÿ”

0.0 (0)

Pricing

$19.99/month + usage

1

Total users

31

Monthly users

4

Runs succeeded

>99%

Last modified

7 months ago

๐Ÿค– What does Twitter Lists Search Scraper do?

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.

โœจ Features

  • ๐ŸŽฏ Search Twitter lists by keywords
  • ๐Ÿ“Š Extract list details including name, URL, subscriber count, and member count
  • ๐Ÿ“ Get list descriptions
  • โšก Fast and efficient data collection
  • ๐Ÿ”„ Automatic pagination handling
  • ๐Ÿ›ก๏ธ Built-in proxy support

๐Ÿ”ง Input Parameters

  • keyword - The search term to find relevant Twitter lists
  • maxItems (optional) - Limit the number of results
  • proxyConfiguration (optional) - Proxy settings for the scraper

๐Ÿ’ก Use Cases

  • ๐ŸŽฏ Market Research: Find influential Twitter lists in your industry
  • ๐Ÿ“Š Competitor Analysis: Discover curated lists of industry players
  • ๐Ÿ” Content Discovery: Find relevant content sources
  • ๐ŸŽจ Community Building: Identify potential community members

๐Ÿ’ช Benefits

  • Save hours of manual Twitter list research
  • Discover highly relevant, curated content sources
  • Build targeted audience lists
  • Stay updated with industry-specific information

Input Example

A full explanation of an input example in JSON.

{
"keyword": "btc",
"maxItems": 100
}

Output sample

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.

[
{
"name": "@KyleFromOhioCom/btc-enthusiasts",
"url": "https://twitter.com/KyleFromOhioCom/lists/btc-enthusiasts",
"subscribers": "46",
"members": "2805",
"description": ""
},
{
"name": "@CElston/cryptocurrency",
"url": "https://twitter.com/CElston/lists/cryptocurrency",
"subscribers": "33",
"members": "742",
"description": "BTC, Bitcoin, LTC. Litecoin, Altcoins, etc."
},
...
]