🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper
Try for free

Pay $0.30 for 1,000 tweets

View all Actors
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

apidojo/tweet-scraper
Try for free

Pay $0.30 for 1,000 tweets

⚡️ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.30 per 1000 tweets, and 30-80 tweets per second, it is ideal for researchers, entrepreneurs, and businesses! Get comprehensive insights from Twitter (X) now!

CF

Paid plan clarification

Closed

cosmic_fanfare opened this issue
2 months ago

Hi, thanks for building this bot!

Before paying and upgrading my plan, i want to understand how it works.

  1. So i will essentially pay 49$ for the starter plan and then i also need to pay $0.30 per 1000 tweets if use the actor.

Is this correct?

  1. Are there any other limitations? I would like to use it to scrape 100k+ tweets

Thanks! It worked awesome until now!

apidojo avatar

API Dojo (apidojo)

2 months ago

Hey hey,

1- When you subscribe to the Apify, it is a prepaid usage so you can spend your $49 as you wish in the platform so no need to extra pay $0.3, it will deduct from your prepaid $49 until you reach it.

2- There are no limits however Twitter can return max ~800 tweets per query so you need to build your queries in a way that you can fetch all of the target. For instance, if you want to fetch a profile, and that profile tweets less than 800 per month, you can divide your run into 4 queries like the following:

1"searchTerms": [
2    "from:NASA since:2024-06-01 until:2024-07-01",
3    "from:NASA since:2024-05-01 until:2024-06-01",
4    "from:NASA since:2024-04-01 until:2024-05-01",
5    "from:NASA since:2024-03-01 until:2024-04-01"
6]

If you think there are more tweets, you can divide it into weeks, days or even hours. Our scraper supports all of the Twitter queries, you can get more information at https://github.com/igorbrigadir/twitter-advanced-search

Cheers!

Developer
Maintained by Community
Actor metrics
  • 1.4k monthly users
  • 166 stars
  • 98.5% runs succeeded
  • 6.5 hours response time
  • Created in Nov 2023
  • Modified about 22 hours ago