Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve a TikTok profile API Playground
Returns the TikTok profile payload for a public handle.
GETapiKey8 credits/requesttiktok.profileResponseDocTikTok
Endpoint details
Returns the TikTok profile payload for a public handle.
- Method
- GET
- Path
- /tiktok/profile/{handler}
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 2 documented fields
Request parameters
x-api-key:headerhandler:path
Response schema fields
codedatadata.statsdata.stats.diggCountdata.stats.followerCountdata.stats.followingCountdata.stats.friendCountdata.stats.heartdata.stats.heartCountdata.stats.videoCountdata.userdata.user.avatarLarger
Sample response summary
{
"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
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/profile/<handler>" \
-H "x-api-key: <api-key>"