🏯 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.8 (87)

Pricing

from $0.40 / 1,000 tweets

796

Total users

19K

Monthly users

2.6K

Runs succeeded

>99%

Issues response

4.1 hours

Last modified

8 hours ago

RS

The start param doesnt work

Closed

rshabo opened this issue
10 days ago

Im trying to fetch tweets from the last 3 days but it return tweets before 3 days. it seems like the start param is being ignored

apidojo avatar

Hello,

Can you please share your run id so we can investigate this?

Cheers

apidojo avatar

Hello,

start / end filters don't for with startUrls and twitterHandles. If you want to fetch a tweets of a profile by date you need to use Twitter queries. Please refer to the examples at https://apify.com/apidojo/tweet-scraper#fetching-the-tweets-of-a-profile

@riccardo.angius for your case, you can use a query like:

{
"searchTerms: [
"from:username since:2023-06-01 until:2025-01-14"
]
}

@rshabo if your issue is different, feel free to re-open the issue.

Cheers

RA

riccardo.angius

10 days ago

Many thanks! And sorry for the time waste