🏯 Tweet Scraper V2 - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 - X / Twitter Scraper

Pricing

from $0.40 / 1,000 tweets

Go to Store
🏯 Tweet Scraper V2 - X / Twitter Scraper

🏯 Tweet Scraper V2 - 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.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

UN

collecting retweets?

Closed

una opened this issue
a year ago

Hello,

Thank you for solving my issue yesterday. I have another question. I'm currently using only searchTerm to collect tweets. In this way, aren't retweets collected at all, because they don't have their own original text?

apidojo avatar

Hey hey,

You can use Twitter queries (https://github.com/igorbrigadir/twitter-advanced-search) in order to fetch the retweets. Here is an example

"searchTerms": [
"from:NASA filter:nativeretweets",
]

You can also use include:nativeretweets if you want to fetch retweets as well as the regular tweets.

You can reach out to me via Discord DM if you need more help

Cheers!