
Twitter Scraper
Deprecated
Pricing
$1.50 / 1,000 tweets

Twitter Scraper
Deprecated
Twitter Scraper searches and extracts data from Twitter (with historic data from 2006) - parses and converts the data to structured formats: HTML table, JSON, CSV, Excel and XML.
5.0 (1)
Pricing
$1.50 / 1,000 tweets
61
Total users
13.2k
Monthly users
35
Runs succeeded
>99%
Last modified
8 months ago
API endpoints bug
Closed
"Run Actor synchronously" part API endpoint is not working. Null result is returned.
"Run Actor synchronously and get dataset items" endpoint works. But the "scrapeTweetReplies": I tested it as false and true. false brings all tweets except the first tweet as replies. true brings the original tweet series, but when the limit is high, it also brings the replies. What I want is to be able to pull only the tweet series (thread). JSON Body: { "addUserInfo": false, "maxRequestRetries": 2, "maxTweets": 30, "maxTweetsPerQuery": 30, "scrapeTweetReplies": false, "searchMode": "top", "urls": [ "https://x.com/OpenAI/status/1790072174117613963" ] }
blossoming_telescope
Will you fix this bug?

Hi blossoming_telescope, unfortunately, there is no quick and easy fix to this because of how the page works. So many moving parts to change.