Weibo Profile Scraper
Pricing
from $1.60 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
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
| Field | Use it for |
|---|---|
profile | Weibo'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.
| Field | Contents |
|---|---|
id, idstr | Numeric user ID |
screen_name | Display name |
description | Bio text |
gender, location | Reported gender code and location |
verified, verified_type, verified_reason | Verification status and reason |
followers_count, followers_count_str | Follower count, as a number and a display string (e.g. "1.14亿") |
friends_count | Following count |
statuses_count | Total post count |
status_total_counter | Aggregate 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.
Related Actors
| Actor | Purpose |
|---|---|
| Weibo Profile Posts Scraper | The posts published by this account |
| Weibo Followers & Following Scraper | This account's follower and following lists |