bilibili_comment_get
Retrieve Bilibili comments for videos, dynamics, or articles with lazy-loaded pagination. Specify object ID to fetch main or hot comments and use offset for next pages.
Instructions
获取评论列表(新版懒加载模式)
Args: oid: 对象ID(视频aid/动态id/文章cv号) type_: 评论类型 mode: 获取模式 (main-主列表, hot-热门) offset: 偏移量,首次请求为空字符串,后续请求使用上次返回的 next_offset
Returns: 评论列表,包含 cursor 字段用于获取下一页
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | Yes | ||
| mode | No | main | |
| type_ | No | video | |
| offset | No |