Twitter (X.com) Tweets & Profiles Scraper avatar
Twitter (X.com) Tweets & Profiles Scraper

Pricing

$30.00/month + usage

Go to Store
Twitter (X.com) Tweets & Profiles Scraper

Twitter (X.com) Tweets & Profiles Scraper

Developed by

Web Harvester

Web Harvester

Maintained by Community

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

WC

Not getting replies

Closed

wes_cape_supersonic opened this issue
a year ago

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.

web.harvester avatar

Hey,

Could you please provide an example run or run input, thanks.

WC

wes_cape_supersonic

a year ago

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

web.harvester avatar

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.

WC

wes_cape_supersonic

a year ago

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

web.harvester avatar

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

WC

wes_cape_supersonic

a year ago

okay, I'll do some tests and give a feedback