weibo_comments
Fetch paginated comments for a Weibo post by its unique ID (mid). Pass the mid to retrieve comments, and use max_id to access additional pages.
Instructions
获取微博帖子的评论(支持分页)。需要登录 cookie(SUB token)。
mid 来自 weibo_search 或 weibo_user_timeline 结果中 item 的 id 字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mid | Yes | 微博帖子 ID | |
| limit | No | 返回条数 (默认 20) | |
| max_id | No | 分页游标,从上一页的 next_max_id 字段获取(空 = 第一页) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||