Weibo Comments Scraper
Pricing
from $1.20 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Collect public comments for a Weibo post, or fetch the replies under one specific comment. scraperType picks the mode.
Input
| Field | Use it for |
|---|---|
scraperType | postComments or postSubComments. Required. |
id | The post's numeric ID for comments, or the comment's own ID for replies. Required. |
continueFrom | Continuation token from an earlier run's response, to resume a paginated list. |
maxItems | Maximum 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.
| Field | Contents |
|---|---|
id | Comment ID |
content | Comment text |
created_at | Comment timestamp |
floor_number | The comment's position in the thread |
user | Commenter's profile, nested |
liked | Whether the viewer has liked this comment (always false here -- no session) |
like_counts | Like count for this comment |
total_number | Total comments/replies available on this thread, reported by Weibo |
max_id | Continuation token -- feed into continueFrom to resume |
source_id | The 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.
Related Actors
| Actor | Purpose |
|---|---|
| Weibo Post Scraper | The post these comments belong to |
| Weibo Post Engagement Scraper | Likers and reposts for the same post |
Support
Questions, bugs, or feature requests: contact@toolzerhub.com
Browse the rest: apify.com/toolzerhub