Weibo Profile Posts Scraper avatar

Weibo Profile Posts Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Weibo Profile Posts Scraper

Weibo Profile Posts Scraper

Collect posts published by one public Weibo user, paginated.

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

6 hours ago

Last modified

Share

Collect posts published by one public Weibo user, paginated automatically.

Input

FieldUse it for
profileWeibo's numeric user ID, or a profile URL (https://weibo.com/u/<id>). Required.
pagePage to start from. Default 1.
maxItemsMaximum rows to save. 0 collects until the source runs out. Default 100.
{
"profile": "1699432410",
"maxItems": 50
}

No login, cookie, or session token needed.

Output

One row per post.

FieldContents
id, idstr, midNumeric post ID (all the same value in different forms)
mblogidWeibo's base62 post ID, used in share URLs
text, text_rawPost text, with and without HTML markup
created_atPost timestamp, as Weibo reports it
reposts_count, comments_count, attitudes_countEngagement counts
userThe author's profile, nested
pic_ids, pic_numAttached image IDs and count
source_uidThe user ID this run collected
{
"id": 5327962377289859,
"mid": "5327962377289859",
"mblogid": "RbJqBuAqn",
"created_at": "Mon Aug 03 22:51:21 +0800 2026",
"source": "微博视频号",
"reposts_count": 3,
"comments_count": 10,
"attitudes_count": 18
}

Questions

Why did I get fewer posts than maxItems? Pagination stops when Weibo returns an empty page -- an account with fewer public posts than your limit returns everything it has, not padded to your number.

Does attitudes_count mean likes? Yes -- Weibo's own field name for a like count is attitudes_count, kept as-is rather than renamed, since that's the real field the source returns.

ActorPurpose
Weibo Profile ScraperThis account's own profile details
Weibo Post ScraperFull detail for one specific post found here
Weibo Comments ScraperComments on any post found here