TikTok

Followers

Retrieves the follower list of a TikTok account by handle or user_id — useful for seeing who follows a creator or getting subscriber data. Returns followers, an array of user objects each with nickname, unique_id, uid, follower_count, following_count, and avatar URLs; also returns total follower count. Paginate with min_time from the previous response.

get/v1/tiktok/user/followers

Query parameters

handlestring

TikTok handle

user_idstring

User id. Use this for faster response times.

min_timenumber

Used to paginate. Get 'min_time' from previous response.

trimboolean

Set to true to get a trimmed response

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.