No. This endpoint uses explicit filters only: countryCode, period, and page.
Creative Center hashtag ranking API
Read public TikTok Creative Center hashtag rankings by country, period, and page with view and publish counts.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/popular-hashtags', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"countryCode": "US",
"period": "7",
"page": 1
})
});
const { data } = await response.json();
console.log(data.items[0]?.hashtagName, data.items[0]?.videoViews);Everything you need for reliable tiktok popular hashtags workflows.
Return ranked hashtag rows with publish and view counts.
Use trend arrays to visualize relative momentum over the selected period.
Switch market and timeframe without changing your downstream parser.
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": {
"page": 1,
"period": "7",
"countryCode": "US",
"items": [
{
"rank": 1,
"hashtagId": "315930120",
"hashtagName": "mealprep",
"videoViews": 1480000000,
"publishCount": 82000,
"trend": [
12,
19,
27
],
"creators": [],
"industry": null,
"countryInfo": null
}
],
"timing": {
"total": 2542
},
"creditsUsed": 1,
"creditsRemaining": 84
}
}Common applications for TikTok Popular Hashtags.
Track which topics are rising in a region.
Source high-visibility hashtags before launch.
Watch public hashtag momentum over time.
Everything you need to know about the TikTok Popular Hashtags API.
No. This endpoint uses explicit filters only: countryCode, period, and page.
The endpoint returns ranked hashtag items with counts and trend arrays.
Yes. Supported periods are 1, 7, 30, and 120.
TikTok Popular Hashtags uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.