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

Pricing

$0.40 / 1,000 tweets

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

🏯 Tweet Scraper V2 (Pay Per Result) - 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!

3.2 (70)

Pricing

$0.40 / 1,000 tweets

670

Total users

15.4k

Monthly users

1.7k

Runs succeeded

>99%

Issues response

5 hours

Last modified

15 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