Weibo Video Scraper avatar

Weibo Video Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Weibo Video Scraper

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

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Share

Collect videos posted by a Weibo user, or fetch detail for one specific video. scraperType picks the mode.

Input

FieldUse it for
scraperTypeuserVideoList or videoDetail. Required.
profileWeibo's numeric user ID, or a profile URL. userVideoList only.
postThe video's numeric post ID, or a post URL (https://m.weibo.cn/detail/<id>). videoDetail only.
cursorContinuation cursor, userVideoList only.
maxItemsMaximum 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.

FieldContents
id, idstr, midNumeric post ID
mblogidBase62 post ID
text, text_rawPost text
created_atPost timestamp
attitudes_count, comments_countEngagement counts
userAuthor's profile
next_cursorContinuation token, list mode only -- feed into cursor to resume
source_uidThe 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.

ActorPurpose
Weibo Profile Posts ScraperThis account's full post history, not just videos
Weibo Post ScraperThe general post-detail lookup