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

🏯 Tweet Scraper V2 - 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!
3.9 (83)
Pricing
from $0.40 / 1,000 tweets
763
Total users
18K
Monthly users
2.6K
Runs succeeded
>99%
Issues response
4.8 hours
Last modified
8 hours ago
Filter retweets
Closed
How do I make it so the scrapper does not collect retweets?
I want to collect the last 7 days of someones likes but the retweets messes up the data.
run_input = { "twitterHandles": [f"https://x.com/{username}"], "maxItems": 20, "tweetLanguage": "en", "sort": "Latest" }
Thanks in advance!

Hello,
You need to use Twitter queries in order to do that. We have a very detailed explanation on how to use them here:
- https://apify.com/apidojo/tweet-scraper#tldr
- https://github.com/igorbrigadir/twitter-advanced-search
Cheers!