Twitter Profile Scraper avatar

Twitter Profile Scraper

Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
Twitter Profile Scraper

Twitter Profile Scraper

epctex/twitter-profile-scraper
Try for free

3 days trial then $10.00/month - No credit card required now

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!

You can access the Twitter Profile Scraper 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  "startUrls": [
3    "https://twitter.com/apify"
4  ],
5  "maxTweetsPerUser": 100,
6  "customMapFunction": "(object) => { return {...object} }",
7  "proxy": {
8    "useApifyProxy": true
9  }
10}' |
11apify 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

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 55 monthly users
  • 9 stars
  • 100.0% runs succeeded
  • 7.6 hours response time
  • Created in Jul 2022
  • Modified about 4 hours ago