Skip to main content
GET
/
v1
/
tiktok
/
trending
/
hashtags
Trending Hashtags
curl --request GET \
  --url https://scrapebadger.com/v1/tiktok/trending/hashtags \
  --header 'x-api-key: <api-key>'
{
  "hashtags": [
    {
      "name": "fyp",
      "id": "229207",
      "rank": 1,
      "rank_diff": 0,
      "country_code": "US",
      "industry": "Entertainment",
      "publish_count": 120000,
      "view_count": 55000000000,
      "user_count": 98000,
      "is_promoted": false,
      "is_new": false,
      "url": "https://www.tiktok.com/tag/fyp"
    }
  ],
  "region": "US"
}
Trending hashtags are served via an on-device signer path and ranked by real usage (view counts and distinct-creator counts), not the deprecated Creative Center trend lists.
Each request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Query Parameters

region
string
default:US

Content region (ISO 3166-1 alpha-2). Routes the request through a proxy and signer for that locale.

period
integer
default:7

Look-back window in days for the trend ranking (e.g. 7, 30, 120).

count
integer
default:20

Maximum number of items to return (1-50).

Required range: 1 <= x <= 50

Response

200 - application/json

Trending hashtags

region
string
required
hashtags
object[]