get_fans
Retrieve a list of followers for a specified Weibo user. Control the number of results with limit and page parameters.
Instructions
获取微博用户粉丝列表。
返回: list[dict]: 包含粉丝信息的字典列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | 微博用户唯一标识 | |
| limit | No | 返回粉丝数量上限,默认 15 | |
| page | No | 分页页码,默认 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |