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

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

Try for free

Pay $0.40 for 1,000 tweets

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

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

apidojo/tweet-scraper
Try for free

Pay $0.40 for 1,000 tweets

⚡️ 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!

NF

can I use isRetweet:FALSE as an input?

Closed

nurtured_faculties opened this issue
4 months ago

I'd like to filter out RT, using the isRetweet paramter

CE

coherent_engine

4 months ago

Hi

This scraper works with the web versión of the filter, use the following in your query: -filter:retweets

Mind the - before the filter otherwise you'll get only RTs

HTH

apidojo avatar

API Dojo (apidojo)

4 months ago

Hey hey,

Thanks a lot coherent_engine!

As mentioned, you need to use Twitter queries to filter out stuff. You can refer to our readme to get more information https://apify.com/apidojo/tweet-scraper#some-more

Cheers!

NF

nurtured_faculties

4 months ago

Hi HTH,

Would it be the way to do it?

run_input = { "startUrls": [ ], "searchTerms": [ "-filter:retweets", # "scraping from:apify", ],

apidojo avatar

API Dojo (apidojo)

4 months ago

Hello,

It should be something like:

1searchTerms: [
2  "from:apify -filter:retweets"
3]

Cheers!

apidojo avatar

API Dojo (apidojo)

4 months ago

Also please refer to https://github.com/igorbrigadir/twitter-advanced-search to get more information about filtering. There is -filter:nativeretweets option as well.

NF

nurtured_faculties

4 months ago

I'm using:

Prepare the Actor input

run_input = { "startUrls": [ ], "searchTerms": [ "-filter:retweets", # "scraping from:apify", ],

but it still returns retweets.

In the results the "isRetweet" has a green mark so it makes no sense

apidojo avatar

API Dojo (apidojo)

4 months ago

Hello,

As I mentioned, you may need to add more queries, have you checked the documentation I've sent over? It has everything you need.

You can try something like the following:

1searchTerms: [
2  "from:apify -filter:retweets -filter:nativeretweets"
3]

Please check the readme and documentation and try your queries on Twitter Web UI before running the actor so you can be sure what you will fetch.

Thanks

Developer
Maintained by Community

Actor Metrics

  • 1.7k monthly users

  • 431 stars

  • 88% runs succeeded

  • 3.4 hours response time

  • Created in Nov 2023

  • Modified 3 hours ago