get_tiktok_user_followers
Retrieve a TikTok user's follower list as JSON, including username, display name, bio, and more. Supports pagination with page_token and min_time.
Instructions
Get a TikTok user's follower list as JSON. Each follower includes username, display name, sec_uid, follower count, video count, bio, and avatar. Pass both page_token and min_time from previous response for pagination; stop when data.has_more is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sec_user_id | Yes | Secure user ID from the get_tiktok_profile response. | |
| count | No | Number of results per page (1-20). | |
| page_token | No | Pagination token from previous response. | |
| min_time | No | Pagination timestamp from previous response. Must be passed together with page_token. |