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.7 (52)

Pricing

Pay per event

282

Total users

10K

Monthly users

1.6K

Runs succeeded

>99%

Issues response

7.2 hours

Last modified

3 days ago

CJ

didnt work correctly

Closed

contented_juniper opened this issue
2 months ago

i input the starting date, it retrieved data prior to the date specified. created unnecessary information and unnecessary cost.

apidojo avatar

API Dojo (apidojo)

2 months ago

Hello,

twitterHandles and start/end filters don't work together. If you want to fetch a profile's tweets, you need to use twitter queries. You can check the documentation to learn more about it https://apify.com/apidojo/twitter-scraper-lite#fetching-the-tweets-of-a-profile

For your case, you need to use an input like:

"searchTerms": [
"from:WhatLayoff since:2025-06-15"
]

I hope this helps

Cheers