Weibo Video Scraper
Pricing
from $1.20 / 1,000 results
Weibo Video Scraper
Collect videos posted by a Weibo user, or fetch full detail for one specific Weibo video by numeric ID: video caption text, publish time, like count, comment count, and the author profile on every result. Export the dataset, run via API, or schedule recurring Weibo video monitoring.
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
12 hours ago
Last modified
Categories
Share
Collect videos posted by a Weibo user, or fetch detail for one specific video. scraperType picks the mode.
Input
| Field | Use it for |
|---|---|
scraperType | userVideoList or videoDetail. Required. |
profile | Weibo's numeric user ID, or a profile URL. userVideoList only. |
post | The video's numeric post ID, or a post URL (https://m.weibo.cn/detail/<id>). videoDetail only. |
cursor | Continuation cursor, userVideoList only. |
maxItems | Maximum rows to save, userVideoList only. Default 100. |
{"scraperType": "userVideoList","profile": "1699432410","maxItems": 30}
No login, cookie, or session token needed.
Output
One row per video (list mode) or one row for the requested video (detail mode) -- full post objects either way.
| Field | Contents |
|---|---|
id, idstr, mid | Numeric post ID |
mblogid | Base62 post ID |
text, text_raw | Post text |
created_at | Post timestamp |
attitudes_count, comments_count | Engagement counts |
user | Author's profile |
next_cursor | Continuation token, list mode only -- feed into cursor to resume |
source_uid | The user ID this run collected, list mode only |
{"id": 5327962377289859,"post": "5327962377289859","mblogid": "RbJqBuAqn"}
Questions
Does videoDetail need a different ID than post detail?
No -- the numeric mid a video list row reports works directly as post here, no lookup or conversion step needed.
Why does userVideoList return fewer items per page than expected?
Weibo paginates this list in modest batches -- follow next_cursor across multiple pages rather than expecting the full history in one request.
Related Actors
| Actor | Purpose |
|---|---|
| Weibo Profile Posts Scraper | This account's full post history, not just videos |
| Weibo Post Scraper | The general post-detail lookup |