
Twitter (X.com) Tweets & Profiles Scraper
Pricing
$30.00/month + usage

Twitter (X.com) Tweets & Profiles Scraper
Extract tweets and full profile data from any Twitter (X.com) account with our powerful scraper. Search profiles, scrape tweets with replies, or extract data via URL or username. Download in JSON, CSV, Excel, XML, or HTML—ideal for social media monitoring, content analysis, and competitive research.
2.6 (7)
Pricing
$30.00/month + usage
68
Total users
4.9K
Monthly users
516
Runs succeeded
97%
Issues response
42 days
Last modified
8 days ago
Not getting replies
Closed
I just rented this actor, still in my trial phase, I decided to give it a little test run, and got the tweets etc. but after setting the replies depth to 1, I'm still not getting the reply text, only the reply count.

Hey,
Could you please provide an example run or run input, thanks.
wes_cape_supersonic
here's the run id: p6QAFtc5wHGPEFGJS
run input: { "handles": [ "Samuel_real1" ], "includeUserInfo": true, "profilesDesired": 10, "proxyConfig": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "repliesDepth": 1, "tweetsDesired": 5, "withReplies": true, "startUrls": [] }

Replies are tweets that are added to the queue after scraping each "main" tweet. You have set the "Maximum number of tweets" (tweetsDesired) to 5, so only 5 tweets were scraped, and they didn't include the replies in the queue.
wes_cape_supersonic
so "maximum number of tweets" points to a combination of "main tweets" and replies? and how do I make sure replies are added to the queue, in the case of pulling 5 tweets and their comments

Right now the only way is to provide the Actor with the tweet URL(s), for example:
{ "repliesDepth": 1, "startUrls": [ { "url": "https://x.com/ElonMuskAOC/status/1802808437660885275" } ] }
wes_cape_supersonic
okay, I'll do some tests and give a feedback