get_fans
Retrieve a Weibo user's fan details by providing their unique ID. Returns a list of fan data with options to specify pagination and result limits for efficient data collection.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of fans to return, defaults to 15 | |
page | No | Page number for pagination, defaults to 1 | |
uid | Yes | The unique identifier of the Weibo user |