get_followers
Retrieve follower lists for Weibo users to analyze audience connections, manage relationships, or gather user data through paginated results.
Instructions
Get a Weibo user's followers.
Returns:
list[dict]: List of dictionaries containing follower informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The unique identifier of the Weibo user | |
| limit | No | Maximum number of followers to return, defaults to 15 | |
| page | No | Page number for pagination, defaults to 1 |