bilibili_comments
Retrieve top-level comments from Bilibili videos using cursor-based pagination. Returns comments sorted by popularity without requiring login or browser.
Instructions
获取 B 站视频一级评论,支持游标分页。无需登录或浏览器。
bvid 来自 bilibili_search 或 bilibili_popular;下一页传回上次结果中的 next_cursor。评论按 B 站热门评论模式返回。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bvid | Yes | B 站 BV 号 | |
| limit | No | 返回条数上限(默认 20) | |
| cursor | No | 上一页返回的 next_cursor;第一页留空 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||