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": "cooking",
"results": [
{
"name": "cooking",
"views": 987654321
},
{
"name": "cookingtiktok",
"views": 456789012
},
{
"name": "cookinghacks",
"views": 234567890
}
]
}
GET
/v1/data/tiktok/search/hashtags1 credit / run VerifiedSearch Hashtags
Search for hashtags 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) |