🏯 Tweet Scraper V2 - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 - X / Twitter Scraper

Pricing

from $0.40 / 1,000 tweets

Go to Store
🏯 Tweet Scraper V2 - X / Twitter Scraper

🏯 Tweet Scraper V2 - 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.4 (86)

Pricing

from $0.40 / 1,000 tweets

787

19K

2.7K

Issues response

4.4 hours

Last modified

14 hours ago

NU

Not retrieving old tweets

Closed

NuMe opened this issue
2 months 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

API Dojo (apidojo)

2 months ago

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