Both work. You can send diyet or #diyet.
Hashtag detail plus related public posts
Resolve a TikTok hashtag and return its public detail payload together with a normalized related-post feed.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/search-hashtag', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"hashtag": "diyet",
"cursor": 0,
"options": {
"timeout": 30000
}
})
});
const { data } = await response.json();
console.log(data.hashtag.title, data.posts.length);Everything you need for reliable tiktok search hashtag workflows.
Resolve title, cover, and public stat signals for a hashtag.
Return normalized posts connected to the hashtag query.
Continue through related content using pagination.cursor.
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": {
"hashtag": {
"id": "315930120",
"title": "diyet",
"description": "Popular TikTok hashtag",
"coverUrl": "https://p16-sign.tiktokcdn.com/...",
"stats": {
"videos": 82000,
"views": 1480000000
}
},
"posts": [
{
"id": "749201930444",
"postUrl": "https://www.tiktok.com/@fitchef/video/749201930444",
"description": "Low-calorie meal prep ideas.",
"mediaType": "video"
}
],
"pagination": {
"cursor": 12,
"hasMore": true
},
"timing": {
"total": 2840
},
"creditsUsed": 1,
"creditsRemaining": 91
}
}Common applications for TikTok Search Hashtag.
Monitor how public content evolves around a tracked hashtag.
Find top public post examples around a topic label.
Combine hashtag stats with related posts in one request.
Everything you need to know about the TikTok Search Hashtag API.
Both work. You can send diyet or #diyet.
Yes. data.posts returns normalized public posts related to the hashtag.
TikTok Search Hashtag uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.