🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper

Pricing

from $0.40 / 1,000 tweets

Go to Store
🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper

🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper

Developed by

API Dojo

API Dojo

Maintained by Community

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

2.3 (75)

Pricing

from $0.40 / 1,000 tweets

733

Total users

17K

Monthly users

2.3K

Runs succeeded

>99%

Issues response

5.1 hours

Last modified

6 hours ago

CF

Paid plan clarification

Closed

cosmic_fanfare opened this issue
a year 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

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:

"searchTerms": [
"from:NASA since:2024-06-01 until:2024-07-01",
"from:NASA since:2024-05-01 until:2024-06-01",
"from:NASA since:2024-04-01 until:2024-05-01",
"from:NASA since:2024-03-01 until:2024-04-01"
]

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!