🏯 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

13 hours ago

NU

Not retrieving old tweets

Closed

NuMe opened this issue
15 days ago

I am trying to get tweets from an old period (march - april 2020). Though If i run the actor with the since - before options i only get tweets from 2023 onwards. I checked manually and the twitter user has older tweets.

apidojo avatar

Hello,

startUrls and start/end filters don't work together. If you want to fetch a profile's tweets by date, you should use twitter queries. For your case, you can use something like:

"searchTerms": [
"from:GradZagrebHr since:2020-01-01"
]

You can refer to our docs to get more information on how to use it efficiently (also with an end filter) https://apify.com/apidojo/tweet-scraper#fetching-the-tweets-of-a-profile

Cheers