get_tiktok_user_followings
Retrieve the list of accounts a TikTok user follows, including details like username, bio, and follower count. Paginate with page_token and min_time for full results.
Instructions
Get the list of accounts a TikTok user follows as JSON. Each entry 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. |