get_fans
Retrieve a Weibo user's followers by providing their unique ID, with options to control pagination and limit results for efficient data collection.
Instructions
Get a Weibo user's fans.
Returns:
list[dict]: List of dictionaries containing fan informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The unique identifier of the Weibo user | |
| limit | No | Maximum number of fans to return, defaults to 15 | |
| page | No | Page number for pagination, defaults to 1 |