Twitter Profile Scraper avatar
Twitter Profile Scraper

Pricing

$10.00/month + usage

Go to Store
Twitter Profile Scraper

Twitter Profile Scraper

Developed by

epctex

epctex

Maintained by Community

Scrape any Twitter profile of any user. Extract tweets, replies, favorites, retweets, conversation threads and many more without any limit. Gather user related information such as verification, location, profile image, friends, followers, following and much more! No limits on Twitter!

1.4 (3)

Pricing

$10.00/month + usage

35

Total users

2.6K

Monthly users

118

Runs succeeded

96%

Issues response

9.4 days

Last modified

11 hours ago

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

$echo '{
< "startUrls": [
< "https://twitter.com/apify"
< ],
< "maxTweetsPerUser": 100,
< "customMapFunction": "(object) => { return {...object} }",
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify call epctex/twitter-profile-scraper --silent --output-dataset

Twitter Profile Scraper API through CLI

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

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: