Similar Users

Discover users related to a TikTok account by unique ID or user ID.

Endpoint

GET /api/tiktok/user/similar

Generate Code with AI

Copy a ready-made prompt with all the endpoint details, parameters, and example responses. Paste it into ChatGPT, Claude, or any AI assistant to instantly generate working code.

Parameters

unique_id string Optional

TikTok username, with or without @.

user_id string Optional

Numeric TikTok user ID.

count integer Optional

Number of users to return.

Response Schema

JSON Response 200 OK
{
    "msg": "success",
    "code": 0,
    "data": []
}

Try It Live

Test this endpoint in our interactive playground with real data.

Open in Playground