zhihu_comments
Retrieve paginated comments on Zhihu answers using an answer ID and login cookie. Enables extraction of comment data for analysis.
Instructions
获取知乎回答的评论(支持分页)。需要登录 cookie。
answer_id 来自 zhihu_search 结果中 type 为 "answer" 的 item 的 id 字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数 (默认 20) | |
| offset | No | 分页偏移 (默认 0,即第一页) | |
| answer_id | Yes | 回答 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||