🏯 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.9 (83)

Pricing

from $0.40 / 1,000 tweets

766

Total users

18K

Monthly users

2.6K

Runs succeeded

>99%

Issues response

4.6 hours

Last modified

20 hours ago

MX

Crawling doesnt respect Only video and dates

Closed

mxKimiya opened this issue
3 days ago

So i toggled on the Only Video, and i put a start date and an end date, but the crawler just ignores those

For example on this run, you can clearly see things from other months even tho i just asked for June, and see this post: https://x.com/CanalRedLat/status/1931109302863073390 that is just a picture on the run even tho i toggle OnlyVideo

apidojo avatar

Hello,

start/end filters don't for with startUrls. 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

For your case, you can use a query like:

{
"searchTerms: [
"from:CanalRedLat filter:videos since:2025-06-01 until:2025-06-30"
]
}

Cheers