Twitter Scraper Cheap avatar

Twitter Scraper Cheap

Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Twitter Scraper Cheap

Twitter Scraper Cheap

microworlds/twitter-scraper-cheap

Tweet Scraper Cheap searches tweets at the speed of light (with historical data from 2006) - and parses and converts the data to structured formats: HTML table, JSON, CSV, Excel, and XML.

You can access the Twitter Scraper Cheap programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "searchTerms": [
3    "apify"
4  ],
5  "searchMode": "live",
6  "maxTweets": 200,
7  "maxTweetsPerQuery": 200,
8  "maxRequestRetries": 6,
9  "handle": [
10    "@cnn"
11  ],
12  "urls": [
13    "https://twitter.com/search?q=gpt&src=typed_query&f=live"
14  ]
15}' |
16apify call microworlds/twitter-scraper-cheap --silent --output-dataset

Twitter Scraper Cheap API through CLI

The Apify CLI is the official tool that allows you to use Twitter Scraper Cheap locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community