All sites
Data API
TikTok Data API
Videos, profiles, hashtags and search from TikTok.
22endpointsRate Limit · TLS Fingerprint · Captcha handled for you
Example (captured live)
tiktok.com
ExampleJSON responseclick the page to trace a field
{
"query": "chef",
"results": [
{
"username": "chefmarco",
"nickname": "Chef Marco",
"followers": 2400000,
"verified": "Verified account"
},
{
"username": "homechefanna",
"nickname": "Anna at Home",
"followers": 512000,
"verified": ""
}
]
}
GET
/v1/data/tiktok/search/users1 credit / run VerifiedSearch Users
Search for users by keyword.
Handled for you:Rate LimitTLS FingerprintCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search keyword. |
| Advanced filters | |||
| count | integer | no | Items to return per page (1 to 50). (default: 20) |
| cursor | integer | no | Pagination offset; pass the prior nextCursor to page. (default: 0) |
| region | string | no | Region code. (default: us) |