TikTok Hashtags Popular API
Scrape TikTok Hashtags Popular data with one API call. Returns the hashtags TikTok itself ranks as trending in a market over the last 7, 30 or 90 days, from the hashtag board TikTok publishes for advertisers. Each row is one hashtag: `content.text` is the tag (no `#`), `id` is TikTok's hashtag id and `url` its TikTok page. What the board says about it is on `ext.trend`: `rank` on the board it was read from, `posts` and `views` for the window (not the tag's lifetime totals, which is why `engagement.views` is null), `industry` / `industry_id` / `industry_label` naming that board (null for the overall board), `popularity_curve` as one relative value per day (0 to 100, peak = 100), and `top_creators` with handle, name, followers and country. **Depth: TikTok shows three hashtags per board to a reader who is not logged in, and that is what this endpoint reads.** One board is therefore three rows. Pass `industry=all` to read the overall board and all 15 industry boards in one call, typically 44 to 46 unique hashtags, which is where the niche signal is (in Germany the industry boards carried #adventskalender, #kürbis and #berufsschule while the overall board was three general tags). A hashtag that ranks on more than one board appears once and is billed once: its `rank` and `industry` fields name the first board it was read from (overall first, then the industries in TikTok's order), and `ext.trend.boards` lists every board it ranks on with its rank there, so a hashtag in the top 3 overall and on an industry board shows both. **Markets:** the 27 TikTok publishes this board for. **Not available any more:** the 120-day window, a second page, the new-to-top-100 filter, rank change, and the business-services, financial-services and life-services industries; each is refused with a 400 at no charge. **Pricing is metered at 2 credits per hashtag returned, minimum 6.** One board costs 6; `industry=all` holds 96 and settles to the rows returned (about 90). A board with no rows costs nothing.
Last updated September 2026Maintained by the SocialCrawl team
Returns TikTok's trending-hashtag board for one of 27 markets over 7, 30 or 90 days: each hashtag's rank, window post and view counts, daily popularity curve, industry board and top creators.
Use it for seed-free trend collection by market. One board is three hashtags; pass industry=all for the overall board plus all 15 industry boards in one call.
Searching 65 platforms in parallel
What can you do with the Hashtags Popular API?
The Hashtags Popular endpoint gives you structured TikTok data with computed fields in a single request. No scraping infrastructure to build or maintain.
Example Request
curl -H "x-api-key: YOUR_API_KEY" \
"https://www.socialcrawl.dev/v1/tiktok/hashtags/popular?countryCode=DE&period=7&industry=all"import requests
response = requests.get(
"https://www.socialcrawl.dev/v1/tiktok/hashtags/popular",
params={
'countryCode': 'DE',
'period': '7',
'industry': 'all',
},
headers={"x-api-key": "YOUR_API_KEY"},
)
data = response.json()const response = await fetch(
"https://www.socialcrawl.dev/v1/tiktok/hashtags/popular?countryCode=DE&period=7&industry=all",
{
headers: { "x-api-key": "YOUR_API_KEY" },
},
);
const data = await response.json();Parameters
| Parameter | Required | Description |
|---|---|---|
| countryCode | No | Market to read the board for, as an ISO country code. One of the 27 markets TikTok publishes the board for. Defaults to US. (US | FR | DE | IT | ES | GB | AR | AU | BR | CA | CO | EG | ID | IL | JP | KR | MY | MX | PH | SA | SG | ZA | TW | TH | TR | AE | VN) |
| period | No | Window in days: 7, 30 or 90. Defaults to 7. Each window is a different board, not a longer list. (7 | 30 | 90) |
| industry | No | Which board to read. Omit for the overall board (3 hashtags). Pass an industry slug for that industry's board (3 hashtags), or `all` for the overall board plus all 15 industry boards in one call. (all | education | vehicle-and-transportation | baby-kids-and-maternity | beauty-and-personal-care | tech-and-electronics | travel | household-products | pets | home-improvement | apparel-and-accessories | news-and-entertainment | games | food-and-beverage | sports-and-outdoor | health) |
What does the TikTok Hashtags Popular API return?
This example shows the endpoint's response shape and fields. Values are illustrative; this is not a live capture.
Example response
{
"success": true,
"platform": "tiktok",
"endpoint": "/v1/tiktok/hashtags/popular",
"data": {
"items": [
{
"post": {
"id": "7350401306668269570",
"url": "https://www.tiktok.com/tag/marvelrivals",
"content": {
"text": "marvelrivals",
"media_urls": null,
"thumbnail_url": null,
"duration_seconds": null
},
"author": {
"username": null,
"display_name": null,
"avatar_url": null,
"verified": null
},
"engagement": {
"views": null,
"likes": null,
"comments": null,
"shares": null,
"saves": null
},
"flags": {
"nsfw": null,
"spoiler": null,
"pinned": null,
"deleted": false
},
"published_at": null,
"ext": {
"trend": {
"rank": 3,
"country_code": "DE",
"period_days": 7,
"posts": 31505,
"views": 9983613,
"industry": null,
"industry_id": null,
"industry_label": null,
"boards": [
{
"industry": null,
"industry_id": null,
"industry_label": null,
"rank": 3
},
{
"industry": "games",
"industry_id": "25000000000",
"industry_label": "Games",
"rank": 1
}
],
"popularity_curve": [
{
"date": "2026-09-05",
"value": 0.25150066717997976
},
{
"date": "2026-09-06",
"value": 0.17747966183783023
},
{
"date": "2026-09-07",
"value": 0
},
{
"date": "2026-09-08",
"value": 9.707961029648722
},
{
"date": "2026-09-09",
"value": 19.501874523150537
},
{
"date": "2026-09-10",
"value": 20.96499734263637
},
{
"date": "2026-09-11",
"value": 100
}
],
"top_creators": [
{
"username": "flamejohnyt",
"display_name": "Flamejohn",
"followers": 5187,
"country_code": "DE",
"url": "https://www.tiktok.com/@flamejohnyt"
}
]
}
}
},
"computed": {
"engagement_rate": null,
"language": null,
"content_category": "other",
"estimated_reach": null
}
},
{
"post": {
"id": "1607680521348102",
"url": "https://www.tiktok.com/tag/fortnitedeutsch",
"content": {
"text": "fortnitedeutsch",
"media_urls": null,
"thumbnail_url": null,
"duration_seconds": null
},
"author": {
"username": null,
"display_name": null,
"avatar_url": null,
"verified": null
},
"engagement": {
"views": null,
"likes": null,
"comments": null,
"shares": null,
"saves": null
},
"flags": {
"nsfw": null,
"spoiler": null,
"pinned": null,
"deleted": false
},
"published_at": null,
"ext": {
"trend": {
"rank": 2,
"country_code": "DE",
"period_days": 7,
"posts": 14209,
"views": 6151372,
"industry": "games",
"industry_id": "25000000000",
"industry_label": "Games",
"boards": [
{
"industry": "games",
"industry_id": "25000000000",
"industry_label": "Games",
"rank": 2
}
],
"popularity_curve": [
{
"date": "2026-09-05",
"value": 12.367014372778716
},
{
"date": "2026-09-06",
"value": 21.449909109534023
},
{
"date": "2026-09-07",
"value": 52.11465027446083
},
{
"date": "2026-09-08",
"value": 72.59769202060639
},
{
"date": "2026-09-09",
"value": 100
},
{
"date": "2026-09-10",
"value": 7.596852750632019
},
{
"date": "2026-09-11",
"value": 0
}
],
"top_creators": [
{
"username": "pocax_pcx",
"display_name": "PocaX",
"followers": 452762,
"country_code": "DE",
"url": "https://www.tiktok.com/@pocax_pcx"
}
]
}
}
},
"computed": {
"engagement_rate": null,
"language": null,
"content_category": "other",
"estimated_reach": null
}
}
],
"total": null
},
"credits_used": 90,
"credits_remaining": 9910,
"request_id": "req-a1b2c3d4e5f6"
}Illustrative fixture for the documented response shape. Values are examples, not a production capture.
How does the TikTok Hashtags Popular API work?
Send a GET request with your API key and get back clean, structured JSON in our unified schema. Supported computed fields are populated when the source provides the required inputs.
Method
GET
Response
JSON
How do you scrape social media data in seconds?
The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 65 platforms covering 10B+ monthly active users.
One schema, every platform
Query 65 platforms with identical response structures. Write your integration once.
Computed fields, not just scraped
When an endpoint supports these metrics and the source provides the required inputs, the normalized record includes engagement_rate, estimated_reach, content_category, and language. Ready to use.
See your data before you code
Visual Data Explorer. Paste any URL, get rich result cards, sortable tables, CSV export.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}Ready to scrape TikTok Hashtags Popular data?
Get your API key and start pulling TikTok data in under 60 seconds.
