Twitter Scrapper avatar
Twitter Scrapper

Deprecated

Pricing

$1.00 / 1,000 tweets

Go to Store
Twitter Scrapper

Twitter Scrapper

Deprecated

Developed by

Deeper Scrapper

Deeper Scrapper

Maintained by Community

Scraper for twitter starting from profiles or tweet urls.

0.0 (0)

Pricing

$1.00 / 1,000 tweets

1

Total users

91

Monthly users

27

Last modified

a year ago

You can access the Twitter Scrapper 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.

$echo '{
< "startUrls": [
< {
< "url": "https://twitter.com/elonmusk"
< }
< ],
< "max_posts": 20,
< "proxySettings": {
< "useApifyProxy": false
< }
<}' |
<apify call deeper/twitter-scraper --silent --output-dataset

Twitter Scrapper API through CLI

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

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: