Weibo Post Engagement Scraper
Pricing
from $2.00 / 1,000 results
Weibo Post Engagement Scraper
Collect the public liker list for a Weibo post, or its public repost list, in one combined Weibo scraper: category, type, the full liker or repost data payload, and the source post ID on every row for reliable joins. Run via API, export the dataset, or schedule repeated Weibo engagement checks.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Fetch the public liker list for a Weibo post, or its public repost list. scraperType picks the mode.
Input
| Field | Use it for |
|---|---|
scraperType | postLikes or postReposts. Required. |
post | The post's numeric ID, or a post URL (https://m.weibo.cn/detail/<id>). Required. |
max_id | Continuation token, postReposts only. |
maxItems | Maximum rows to save, postReposts only. Default 100. |
{"scraperType": "postLikes","post": "5327962377289859"}
No login, cookie, or session token needed.
Output
One row per liker or repost.
| Field | Contents |
|---|---|
category | Row category Weibo reports (e.g. like_attitude, like, forward, trend) |
type | Row type |
data | The real payload -- shape depends on type. A like_attitude row is a per-reaction-type count summary; a like row carries the liker's user and attitude; a forward row is a full repost post object with its own author |
source_id | The post ID this run collected |
{"category": "like_attitude","type": "like_attitude","data": { "attitudes_count": [{ "type": 0, "count": 28 }, { "type": 1, "count": 24 }] }}
Questions
Why is the first postLikes row different from the rest?
It's a summary row (like_attitude), one per run, breaking down like counts by reaction type. Every row after it is an individual like row with a real liker attached -- filter on type to separate the two.
Why does a repost's data.text say "转发微博" ("reposted Weibo")?
That's Weibo's own default caption when the person reposting didn't add a comment -- it's not a placeholder this Actor inserts.
Related Actors
| Actor | Purpose |
|---|---|
| Weibo Post Scraper | The post these likes/reposts belong to |
| Weibo Comments Scraper | Comments on the same post |
Support
Questions, bugs, or feature requests: contact@toolzerhub.com
Browse the rest: apify.com/toolzerhub