User profile detail
Fetch public profile identity, biography, verification, and engagement totals.
Capability ID
tiktok.profile.get
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
handle
string
required
Handle supplied for this request.
Example
tiktok
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
avatar_url |
string |
https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de4… |
bio |
string |
One TikTok can make a big impact |
display_name |
string |
TikTok |
followers |
integer |
95400000 |
following |
integer |
0 |
handle |
string |
tiktok |
likes |
integer |
462900000 |
profile_url |
string |
https://www.tiktok.com/@tiktok |
verified |
boolean |
true |
video_count |
integer |
1492 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.