Weibo Profile Scraper avatar

Weibo Profile Scraper

Pricing

from $1.60 / 1,000 results

Go to Apify Store
Weibo Profile Scraper

Weibo Profile Scraper

Fetch one public Weibo user's profile by numeric user ID -- nickname, follower/following counts, bio, verification status, and profile statistics.

Pricing

from $1.60 / 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

Fetch one public Weibo user's profile by numeric user ID. You get nickname, bio, follower and following counts, verification status, and aggregate engagement totals across all their posts.

Input

FieldUse it for
profileWeibo's numeric user ID (e.g. 1699432410), or a profile URL (https://weibo.com/u/1699432410). Required.
{
"profile": "https://weibo.com/u/1699432410"
}

No login, cookie, or session token needed -- this Actor only calls Weibo's own public profile endpoint.

Output

One row per run.

FieldContents
id, idstrNumeric user ID
screen_nameDisplay name
descriptionBio text
gender, locationReported gender code and location
verified, verified_type, verified_reasonVerification status and reason
followers_count, followers_count_strFollower count, as a number and a display string (e.g. "1.14亿")
friends_countFollowing count
statuses_countTotal post count
status_total_counterAggregate comment/repost/like totals across every post
{
"id": 1699432410,
"screen_name": "新华社",
"description": "新华社官方微博,重大新闻权威首发平台。",
"verified": true,
"verified_type": 3,
"verified_reason": "新华社法人微博",
"followers_count": 113944165,
"followers_count_str": "1.14亿",
"friends_count": 3093,
"statuses_count": 203047
}

Questions

Does this need a Weibo login or cookie? No. It uses only Weibo's own public profile source -- no session cookie, no account, ever.

Is followers_count_str always populated? Yes for accounts with a large enough following that Weibo shortens the display -- for smaller accounts it may match followers_count exactly as a plain number string.

What if the account is private or doesn't exist? The request fails rather than returning an empty row -- check the run log for the exact upstream error.

ActorPurpose
Weibo Profile Posts ScraperThe posts published by this account
Weibo Followers & Following ScraperThis account's follower and following lists