Search Top follows the top-tab result set, while Search Keyword follows the video keyword tab.
Top-tab TikTok search results
Search TikTok top results for a query and return the normalized public post payloads currently exposed on the top tab snapshot.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/search-top', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"query": "gym motivation"
})
});
const { data } = await response.json();
console.log(data.posts[0]?.postUrl, data.pagination.hasMore);Everything you need for reliable tiktok search top workflows.
Pull public results from the top search tab instead of the keyword video tab.
Results map directly into the same normalized TikTok post shape.
Returns the currently exposed top-tab result set as a single batch.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"success": true,
"data": {
"query": "gym motivation",
"posts": [
{
"id": "749201930333",
"postUrl": "https://www.tiktok.com/@workoutlab/video/749201930333",
"description": "No zero days.",
"mediaType": "video"
}
],
"pagination": {
"cursor": null,
"hasMore": false
},
"timing": {
"total": 2493
},
"creditsUsed": 1,
"creditsRemaining": 92
}
}Common applications for TikTok Search Top.
Benchmark what TikTok ranks most prominently for a query.
Track how top results evolve around brands, topics, or niches.
Find highly surfaced posts for downstream analysis or review.
Everything you need to know about the TikTok Search Top API.
Search Top follows the top-tab result set, while Search Keyword follows the video keyword tab.
The response returns normalized TikTok post objects in data.posts.
No. Search Top is exposed as a snapshot of the currently rendered top-tab results.
TikTok Search Top uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.