Playground

Search TikTok users API playground

Searches TikTok users by keyword with cursor-based pagination.

GETapiKey8 credits/requesttiktok.searchUserResponseDoc

Selected endpoint

GET /tiktok/search/user

Searches TikTok users by keyword with cursor-based pagination.

Group
TikTok
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
0
Query parameters
2
Body parameters
0
GETapiKey8 credits/requestsearchUserResponseDoc

Search TikTok users

Searches TikTok users by keyword with cursor-based pagination.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "type": 1,
    "user_list": [
      {
        "challenges": null,
        "effects": null,
        "items": null,
        "mix_list": null,
        "musics": null,
        "position": null
      }
    ],
    "challenge_list": null,
    "music_list": null,
    "cursor": 10,
    "has_more": 1
  }
}