🏯 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

717

Total users

17K

Monthly users

2.1K

Runs succeeded

>99%

Issues response

5.2 hours

Last modified

4 hours ago

YE

time range is not accurate

Closed

yeroki opened this issue
4 months ago

Hi, I am extracting one twitter account's tweets in a specific time range, however what i get is beyond this time range.

apidojo avatar

API Dojo (apidojo)

4 months ago

Hello,

The reason is, you are using lots of unnecessary filters. Please remove all filters (including startUrls, author, start, end) and only use searchTerms with your Twitter query.

Cheers

YE

yeroki

4 months ago

what if i want to search multiple accounts for the same time range? is this the correct command? {

"searchTerms": [
"since:2022-01-01 until:2022-03-01",
"since:2022-03-01 until:2022-05-01",
"since:2022-05-01 until:2022-07-01",
"since:2022-07-01 until:2022-09-01",
"since:2022-09-01 until:2022-11-01",
"since:2022-11-01 until:2022-12-31"
],
"startUrls": [
"@FederalReserve",
"@ClevelandFed",
"@NYFed",
"@KansasCityFed",
"@AtlantaFed",
"@ChicagoFed",
"@RichmondFed",
"@DallasFed",
"@MinneapolisFed",
"@StLouisFed",
"@SanFranciscoFed",
"@PhiladelphiaFed",
"@BostonFed"
],
"tweetLanguage": "en"

}

apidojo avatar

API Dojo (apidojo)

4 months ago

Hello,

No it is not, if you are using searchTerms, you shouldn't use any other things (no startUrls, no tweetLanguage). Please read the documentation since we have a very detailed explanation there https://apify.com/apidojo/tweet-scraper#fetching-the-tweets-of-a-profile.

Also keep in mind that, batching this amount of queries is forbidden, you can batch maximum 5 queries to a single run. Please refer to the corresponding section in the documentation https://apify.com/apidojo/tweet-scraper#important-note

Cheers