Twitter Tweets and Profiles Scraper

  • web.harvester/twitter-scraper
  • Modified
  • Users 399
  • Runs 9.3k
  • Created by Author's avatarWeb Harvester

Effortlessly search profiles and extract their tweets, or directly by a URL. Additionally, scrape tweets along with their replies. Download your data in any format (JSON, CSV, XML, RSS, HTML Table). Seamless integration with apps, reports, and databases.

Free trial for 12 hours

Then $14.00/month

No credit card required now

Twitter Tweets and Profiles Scraper

Free trial for 12 hours

Then $14.00/month

Disclaimer

Important: This Apify actor interacts with Twitter's APIs to retrieve data. However, please be aware that Twitter's APIs and platform are subject to frequent updates and changes. These changes can sometimes result in unexpected behavior or cause the actor to stop working entirely.

Due to the dynamic nature of Twitter's ecosystem recently, there is a possibility that this actor might cease to function as intended or be shut down entirely in the future if it becomes incompatible with Twitter's API changes.

What does Twitter Profile & Tweets Scraper do?

Effortlessly search profiles and extract their tweets, or directly scrape profiles by simply providing a URL. Additionally, scrape tweets along with their replies. Download your data in diverse formats such as JSON and Excel, ensuring compatibility with various applications, reports, and databases.

Limitations:

  • Scraping a profile without replies will only get the first ~800 tweets.
  • Scraping a profile with replies will only get the first ~3200 tweets.

Twitter Profile & Tweets Scraper data output

The output for the scrape is stored in the dataset. After the run is finished, you can download the dataset in various data formats (JSON, CSV, XML, RSS, HTML Table).

Input example

Here's an input example in JSON:

{ "startUrls": [], "handles": ["Apify"], "tweetsDesired": 100, "withReplies": false, "includeUserInfo": true }

Output example

{ "id": "1678374008914423809", "url": "https://twitter.com/apify/status/1678374008914423809", "verified": false, "username": "@apify", "fullname": "Apify", "images": [ "https://pbs.twimg.com/media/F0rIRAIWwAEv9Qw.jpg" ], "timestamp": "2023-07-10T09:02:00.000Z", "text": "With the new Extended GPT Scraper, you can use your own OpenAI API key and choose the version of the GPT model 馃挰 Unlike GPT Scraper, this Actor is free and you'll only be charged for the Apify platform usage 馃捀 Try it out now on Apify Store 馃憞\n馃敆 apify.it/3O9ttHj", "isQuote": false, "isRetweet": false, "likes": 3, "replies": 0, "retweets": 1, "quotes": 0, "user": { "avatar": "https://pbs.twimg.com/profile_images/1354484488697425920/aQ5dSaTK.jpg", "username": "@apify", "userFullName": "Apify", "description": "Your beloved cloud platform for web scraping and browser automation. Apify turns websites into APIs.", "location": "The Interweb", "website": "apify.com", "joinDate": "2015-09-01T05:38:00.000Z", "verified": false, "totalLikes": 423, "totalTweets": 1132, "totalFollowing": 182, "totalFollowers": 1756, "url": "https://twitter.com/apify" } }