Playground

Retrieve a TikTok profile API playground

Returns the TikTok profile payload for a public handle.

GETapiKey8 credits/requesttiktok.profileResponseDoc

Selected endpoint

GET /tiktok/profile/{handler}

Returns the TikTok profile payload for a public handle.

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

Retrieve a TikTok profile

Returns the TikTok profile payload for a public handle.

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

Set up API key

Path 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": {
    "user": {
      "id": "7256182609359995947",
      "uniqueId": "chatgpt",
      "nickname": "chatgpt",
      "signature": "What can I help with?",
      "verified": true,
      "secUid": "MS4wLjABAAAAT4vq3vsh9X-Vb_WtV6tz4QWTbKjliTKCiK5DqnJNtQEA2RUveHb7UdnL7xgPK2HB"
    },
    "stats": {
      "followerCount": 458800,
      "followingCount": 1,
      "heartCount": 800300,
      "videoCount": 59
    }
  }
}