bilibili_video
Fetch metadata, hot comments, or part list for one Bilibili video by providing its BV ID or URL. Choose the desired operation to get the needed data.
Instructions
Inspect a single Bilibili video: metadata, comments, or part list.
Return Format
{"success": bool, "operation": str, "data": {...}, "message": str}
Examples
bilibili_video(operation="info", bvid="BV1xx411c7mD") bilibili_video(operation="comments", bvid="BV1xx411c7mD", limit=10) bilibili_video(operation="pages", bvid="BV1xx411c7mD")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aid | No | Alternative numeric video aid (avN). | |
| bvid | No | Video id or full bilibili.com/video/... URL (starts with BV). | |
| limit | No | Max comments (1-50). | |
| operation | Yes | Operation: 'info' returns full metadata + stats for one video; 'comments' returns the hot top comments (needs the video aid); 'pages' returns the multi-part page list (first page cid is used for transcript). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| message | No | ||
| success | No | ||
| operation | No | ||
| error_type | No | ||
| suggestions | No |