Twitter Scraper avatar
Twitter Scraper

Deprecated

Pricing

$1.50 / 1,000 tweets

Go to Store
Twitter Scraper

Twitter Scraper

Deprecated

Developed by

Caleb David

Caleb David

Maintained by Community

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

BT

API endpoints bug

Closed

blossoming_telescope opened this issue
a year ago

"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" ] }

BT

blossoming_telescope

a year ago

Will you fix this bug?

microworlds avatar

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.