/tiktok/categoryapiKey8 credits/requestList TikTok explore categories
Returns the category list exposed by the TikTok Explore page.
Required params: None
API Reference
Use Crawlora's TikTok API endpoints to extract supported public TikTok data as structured JSON. This documentation covers 14 active endpoints including List TikTok explore categories, Retrieve TikTok video comments, Retrieve the TikTok explore feed for a category, Retrieve TikTok hashtag details, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as aweme_id, id, name, secUid, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/tiktok/category" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/tiktok/categoryapiKey8 credits/requestReturns the category list exposed by the TikTok Explore page.
Required params: None
/tiktok/commentsapiKey8 credits/requestReturns top-level TikTok video comments with cursor-based pagination.
Required params: aweme_id:query
/tiktok/explore/{id}apiKey8 credits/requestReturns explore videos for a TikTok category id from the category endpoint.
Required params: id:path
/tiktok/hashtag/{name}apiKey8 credits/requestReturns the metadata payload for a TikTok hashtag page.
Required params: name:path
/tiktok/hashtagsapiKey8 credits/requestReturns the videos listed for a TikTok hashtag id with cursor-based pagination.
Required params: id:query
/tiktok/popular-trend/country-industry-metaapiKey8 credits/requestReturns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.
Required params: None
/tiktok/popular-trend/creatorapiKey8 credits/requestReturns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.
Required params: None
/tiktok/post/{id}apiKey8 credits/requestReturns the TikTok video detail payload for a video id.
Required params: id:path
/tiktok/postsapiKey8 credits/requestReturns posts from a TikTok profile by `secUid`, with optional cursor pagination and sort mode.
Required params: secUid:query
/tiktok/profile/{handler}apiKey8 credits/requestReturns the TikTok profile payload for a public handle.
Required params: handler:path
/tiktok/searchapiKey8 credits/requestSearches TikTok videos by keyword with cursor-based pagination.
Required params: keyword:query
/tiktok/search/hashtagapiKey8 credits/requestSearches TikTok hashtags/challenges by keyword with cursor-based pagination.
Required params: keyword:query
/tiktok/search/userapiKey8 credits/requestSearches TikTok users by keyword with cursor-based pagination.
Required params: keyword:query
/tiktok/trendingapiKey8 credits/requestReturns the current TikTok trending feed.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| List TikTok explore categories | /tiktok/category | GET | 8 credits/request | None | View docs | Try endpoint |
| Retrieve TikTok video comments | /tiktok/comments | GET | 8 credits/request | aweme_id:query | View docs | Try endpoint |
| Retrieve the TikTok explore feed for a category | /tiktok/explore/{id} | GET | 8 credits/request | id:path | View docs | Try endpoint |
| Retrieve TikTok hashtag details | /tiktok/hashtag/{name} | GET | 8 credits/request | name:path | View docs | Try endpoint |
| Retrieve TikTok hashtag posts | /tiktok/hashtags | GET | 8 credits/request | id:query | View docs | Try endpoint |
| Retrieve TikTok popular-trend country and industry metadata | /tiktok/popular-trend/country-industry-meta | GET | 8 credits/request | None | View docs | Try endpoint |
| Retrieve TikTok popular-trend creators | /tiktok/popular-trend/creator | GET | 8 credits/request | None | View docs | Try endpoint |
| Retrieve TikTok video details | /tiktok/post/{id} | GET | 8 credits/request | id:path | View docs | Try endpoint |
| Retrieve posts from a TikTok profile | /tiktok/posts | GET | 8 credits/request | secUid:query | View docs | Try endpoint |
| Retrieve a TikTok profile | /tiktok/profile/{handler} | GET | 8 credits/request | handler:path | View docs | Try endpoint |
| Search TikTok videos | /tiktok/search | GET | 8 credits/request | keyword:query | View docs | Try endpoint |
| Search TikTok hashtags | /tiktok/search/hashtag | GET | 8 credits/request | keyword:query | View docs | Try endpoint |
| Search TikTok users | /tiktok/search/user | GET | 8 credits/request | keyword:query | View docs | Try endpoint |
| Retrieve TikTok trending posts | /tiktok/trending | GET | 8 credits/request | None | View docs | Try endpoint |