Twitter Scraper avatar
Twitter Scraper

Deprecated

Pricing

$1.50 / 1,000 tweets

Go to Store
Twitter Scraper

Twitter Scraper

Deprecated

Developed by

Caleb David

Maintained by Community

Twitter Scraper searches and extracts data from Twitter (with historic data from 2006) - parses and converts the data to structured formats: HTML table, JSON, CSV, Excel and XML.

5.0 (1)

Pricing

$1.50 / 1,000 tweets

61

Total users

13.2k

Monthly users

41

Runs succeeded

>99%

Last modified

7 months ago

You can access the Twitter Scraper programmatically from your own applications by using the Apify API. You can also 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": 1000,
7  "maxTweetsPerQuery": 1000,
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 --silent --output-dataset

Twitter Scraper API through CLI

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

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: