Weibo Post Engagement Scraper avatar

Weibo Post Engagement Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Weibo Post Engagement Scraper

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

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Fetch the public liker list for a Weibo post, or its public repost list. scraperType picks the mode.

Input

FieldUse it for
scraperTypepostLikes or postReposts. Required.
postThe post's numeric ID, or a post URL (https://m.weibo.cn/detail/<id>). Required.
max_idContinuation token, postReposts only.
maxItemsMaximum 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.

FieldContents
categoryRow category Weibo reports (e.g. like_attitude, like, forward, trend)
typeRow type
dataThe 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_idThe 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.

ActorPurpose
Weibo Post ScraperThe post these likes/reposts belong to
Weibo Comments ScraperComments on the same post

Support

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

Browse the rest: apify.com/toolzerhub