Twitter (X.com) Scraper Unlimited: No Limits avatar
Twitter (X.com) Scraper Unlimited: No Limits

Pricing

Pay per event

Go to Store
Twitter (X.com) Scraper Unlimited: No Limits

Twitter (X.com) Scraper Unlimited: No Limits

Developed by

API Dojo

API Dojo

Maintained by Community

Introducing Twitter Scraper Unlimited, the most comprehensive Twitter data extraction solution available. Our enterprise-grade scraper offers unmatched capabilities with a transparent event-based pricing model, making it perfect for both small-scale and large-scale data extraction needs.

3.8 (43)

Pricing

Pay per event

272

Total users

9.5K

Monthly users

1.8K

Runs succeeded

>99%

Issues response

7.5 hours

Last modified

14 hours ago

JR

Date filtering not working

Closed

jacob.rudolph opened this issue
3 days ago

I placed a date filter on my run (see below), but I'm just receiving the most recent tweets instead of those within the range.

"end": "2024-07-04", "maxItems": 20, "start": "2024-05-30", "twitterHandles": [ "SKinnock"

apidojo avatar

Hello,

start/end filters don't for with twitterHandles. If you want to fetch a tweets of a profile by date, please refer to the examples at https://apify.com/apidojo/twitter-scraper-lite#fetching-the-tweets-of-a-profile

For your case, you can use a query like:

{
"searchTerms": [
"from:Skinnock until:2024-07-04 since:2025-05-30"
]
}

Cheers