Weibo Comments Scraper avatar

Weibo Comments Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Weibo Comments Scraper

Weibo Comments Scraper

Collect public comments on a Weibo post, or fetch replies to one specific Weibo comment: comment text, floor number, publish time, like count, total comment count, and the commenter profile on every row. Export results, run via API, or schedule recurring Weibo comment monitoring.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Collect public comments for a Weibo post, or fetch the replies under one specific comment. scraperType picks the mode.

Input

FieldUse it for
scraperTypepostComments or postSubComments. Required.
idThe post's numeric ID for comments, or the comment's own ID for replies. Required.
continueFromContinuation token from an earlier run's response, to resume a paginated list.
maxItemsMaximum rows to save. 0 collects until exhausted. Default 100.
{
"scraperType": "postComments",
"id": "5327962377289859",
"maxItems": 50
}

No login, cookie, or session token needed.

Output

One row per comment or reply.

FieldContents
idComment ID
contentComment text
created_atComment timestamp
floor_numberThe comment's position in the thread
userCommenter's profile, nested
likedWhether the viewer has liked this comment (always false here -- no session)
like_countsLike count for this comment
total_numberTotal comments/replies available on this thread, reported by Weibo
max_idContinuation token -- feed into continueFrom to resume
source_idThe post or comment ID this run collected
{
"id": "5327962977337608",
"floor_number": 8,
"content": "鱼和豆腐绝配...",
"like_counts": 1
}

Questions

Why did postSubComments return zero rows? Most comments genuinely have no replies -- an empty result is Weibo's real answer for that thread, not a failed request. Check the parent comment's own reply indicator before assuming something broke.

How do I get a comment ID for postSubComments? From a postComments row's id field on a prior run.

ActorPurpose
Weibo Post ScraperThe post these comments belong to
Weibo Post Engagement ScraperLikers and reposts for the same post

Support

Questions, bugs, or feature requests: contact@toolzerhub.com

Browse the rest: apify.com/toolzerhub