🏯 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

682

Total users

16K

Monthly users

1.9K

Runs succeeded

>99%

Issues response

5 hours

Last modified

3 hours ago

BT

self_threads bug

Closed

blossoming_telescope opened this issue
a year ago

Hi there thank you for your previous reply. When I use the usage you said, it returns me the replies in the whole tweet. I want to get only the tweet thread as a tweet thread, but it also gets the answers. I only want to pull the thread data of 23 tweets @OpenAI wrote. How can I do it?

{ "maxItems":30 , "searchTerms": [ "conversation_id:1778574613813006610", "filter:self_threads"

]

}

apidojo avatar

Hello,

If you want to use a couple of queries, you need to combine them together like the following, not giving them separetly.

{
"maxItems":30 ,
"searchTerms": [
"conversation_id:1778574613813006610 filter:self_threads"
]
}

Cheers!