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

BU

Is `onlyQuote` working?

Closed

build_up opened this issue
15 days ago

In this run onlyQuote is true but there are 48 objects with isQuote: false

apidojo avatar

Hello,

If you are using twitterHandles, other filters won't work with it. If you want to fetch a user's profile with a quote filter, you must to use Twitter Queries.

You can find more information from our documentation on how to use Twitter Queries:

Here is an example input for your case:

{
"searchTerms": [
"from:catturd2 filter:quote"
]
}

Cheers