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
List TikTok explore categories API Playground
Returns the category list exposed by the TikTok Explore page.
GETapiKey8 credits/requesttiktok.categoryResponseDocTikTok
Endpoint details
Returns the category list exposed by the TikTok Explore page.
- Method
- GET
- Path
- /tiktok/category
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata[].namedata[].typemsg
Sample response summary
{
"name": "All",
"type": "120"
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/category" \
-H "x-api-key: <api-key>"