zhihu_list_followees
Retrieve paginated list of users followed by a specified Zhihu user, defaulting to the current user. Pass next_cursor to fetch subsequent pages.
Instructions
分页读取某用户「关注的人」列表。url_token 省略时查当前登录用户。首页不传 cursor;用返回的 next_cursor 取下一页,has_more=false 表示读完。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 每页条数,默认 20 | |
| cursor | No | 上一页返回的 next_cursor,首页省略 | |
| url_token | No | 用户的 url_token(个人主页 URL 中 /people/ 后的部分),省略则为当前登录用户 |