🏯 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.6 (72)

Pricing

from $0.40 / 1,000 tweets

719

Total users

17K

Monthly users

2.1K

Runs succeeded

>99%

Issues response

5.3 hours

Last modified

14 hours ago

YO

Search terms and limits

Closed

yoy48kes opened this issue
17 days ago

I have a list of 300 search terms for my data collection

Let’s say I want to scrape around 17.5k tweets from a 4 months time span (so tweets from january until april that contain those search terms), how could I do that efficiently? I don’t really understand how it would work, is the amount of tweets scraped per search term equally distributed or it could happen that the first 10 terms already reach 17k tweets and the scraping stops without considering the other search terms?)

apidojo avatar

Hello,

There is no guarantee on how the actor will work if you input 300 keywords to the same run as a separate search term. It will start from the beginning but then it will just try to fetch max tweets as possible for all of them.

You can approach this in several ways up to you. You can use twitter queries to combine your terms like keyword OR keyword_2 OR keyword_3 and the actor will search for all of them at the same time. Or you can initiate different runs for all of them, it is really up to you.

But please keep in mind that we don't allow batching more than 5 keywords in this actor, if you want to do so, please use Twitter Scraper Unlimited (https://apify.com/apidojo/twitter-scraper-lite) as it doesn't have any limitations.

You can also refer to the documentation/readme to learn more on how you can leverage Twitter queries to fetch the data you want. As a rule of thumb, you should always try your queries on Twitter before running them on the actor to avoid high costs.

You can read more at https://apify.com/apidojo/twitter-scraper-lite#how-to-use

I hope these help

Cheers!

YO

yoy48kes

17 days ago

What do you mean by "we don't allow batching more than 5 keywords in this actor"? 5 keywords in general or cobined like word OR word OR word etc?

Because when I do trials it let’s me put as many keywords as I want

apidojo avatar

Hello,

You shouldn't batch more than 5 queries to a single run. If you OR a couple of words together, it is a single query. Please check the readme/documentation to learn more about the terms https://apify.com/apidojo/tweet-scraper#important-note

Cheers