
🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper
Pricing
from $0.40 / 1,000 tweets

🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper
⚡️ 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!
2.9 (68)
Pricing
from $0.40 / 1,000 tweets
702
Total users
17K
Monthly users
2K
Runs succeeded
>99%
Issues response
5.3 hours
Last modified
3 hours ago
Retweets not being returned
Closed
The attached file shows the difference in tweets returned from the X-API and APIFY.
The input statement used was: run_input = { "searchTerms": [f"from:{handle} since:{since} until:{until}" ], "maxItems": 1000, # max numbrt per handle "sort": "Latest", "tweetLanguage": "en", }
The same non-Retweets were returned but none of the 3 'RT' items were.

Hello,
When you use Twitter queries, native retweets are excluded by default, please refer to include:nativeretweets
section at https://github.com/igorbrigadir/twitter-advanced-search.
Also please don't forget that this is a scraper and not an API, it tries to fetch whatever it can get from Twitter but there can be differences if you cannot build your query well. You can also try your query in the Twitter web UI before running it with the actor.
Cheers!