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
Search TikTok videos API Playground
Searches TikTok videos by keyword with cursor-based pagination.
GETapiKey8 credits/requesttiktok.searchResponseDocTikTok
Endpoint details
Searches TikTok videos by keyword with cursor-based pagination.
- Method
- GET
- Path
- /tiktok/search
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 4 documented fields
Request parameters
x-api-key:headerkeyword:querycursor:querycount:query
Response schema fields
codedatadata.cursordata.datadata.extradata.feedback_typedata.has_moredata.input_keyworddata.itemListdata.log_pbdata.log_pb.impr_iddata.qc
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"type": 1,
"data": [
{
"item": {
"id": "7627480436649757959"
}
}
],
"cursor": 20,
"has_more": 1,
"status_code": 0
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/search?keyword=<keyword>" \
-H "x-api-key: <api-key>"