bilibili_user_followers
Retrieve the list of followers for a specified Bilibili user by providing their UID. Supports pagination with configurable page size.
Instructions
查询指定用户的粉丝列表(谁关注了 TA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | 用户 UID | |
| page | No | 页码,默认 1 | |
| pageSize | No | 每页数量,默认 20 |