Weibo Profile Posts Scraper
Pricing
from $1.20 / 1,000 results
Go to Apify Store
Pricing
from $1.20 / 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
Collect posts published by one public Weibo user, paginated automatically.
Input
| Field | Use it for |
|---|---|
profile | Weibo's numeric user ID, or a profile URL (https://weibo.com/u/<id>). Required. |
page | Page to start from. Default 1. |
maxItems | Maximum 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.
| Field | Contents |
|---|---|
id, idstr, mid | Numeric post ID (all the same value in different forms) |
mblogid | Weibo's base62 post ID, used in share URLs |
text, text_raw | Post text, with and without HTML markup |
created_at | Post timestamp, as Weibo reports it |
reposts_count, comments_count, attitudes_count | Engagement counts |
user | The author's profile, nested |
pic_ids, pic_num | Attached image IDs and count |
source_uid | The 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.
Related Actors
| Actor | Purpose |
|---|---|
| Weibo Profile Scraper | This account's own profile details |
| Weibo Post Scraper | Full detail for one specific post found here |
| Weibo Comments Scraper | Comments on any post found here |