🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

Pricing

$0.40 / 1,000 tweets

Go to Store
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

🏯 Tweet Scraper V2 (Pay Per Result) - 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.0 (66)

Pricing

$0.40 / 1,000 tweets

681

Total users

16K

Monthly users

1.9K

Runs succeeded

>99%

Issues response

4.5 hours

Last modified

21 hours ago

ST

Not able to get all types of tweets

Closed

sthita2010 opened this issue
11 days ago

I can get only replies with this

{ "maxItems": 5, "searchTerms": [ "conversation_id:1919618057645011107" ], "sort": "Latest" }

But when i want to get all types of tweets example like this, doesn't work , return 0 results

{ "maxItems": 5, "searchTerms": [ "(conversation_id:1919618057645011107) (is:reply OR is:quote OR is:retweet)" ], "sort": "Latest" }

apidojo avatar

Hello,

This type of usage is against the terms https://apify.com/apidojo/tweet-scraper#important-note as you must fetch min 50 tweets. Otherwise there is a very high possibility that you will get rate-limited (blocked).

Please switch to Twitter Scraper Unlimited (https://apify.com/apidojo/twitter-scraper-lite) if you want to fetch less.

For your question, the second query doesn't return anything from Twitter, probably this usage is not allowed in Twitter. Please try to adjust your query by removing the filters one by one.

Cheers