zhihu_list_comments
Fetch top-level comments from Zhihu posts or articles with pagination. Use the returned next_cursor to load subsequent pages until has_more is false.
Instructions
分页读取知乎想法或专栏文章的一级评论。首页不传 cursor;用返回的 next_cursor 取下一页,has_more=false 表示读完。楼中楼回复请用 zhihu_list_replies。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 知乎想法或专栏文章链接 | |
| limit | No | 每页条数,默认 20(接口上限 20) | |
| cursor | No | 上一页返回的 next_cursor,首页省略 |