TikTok Popular Hashtags API

Creative Center hashtag ranking API

Read public TikTok Creative Center hashtag rankings by country, period, and page with view and publish counts.

1 CreditCost
Creative CenterSurface
Ranked HashtagsOutput

Quick Start

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);

Key Features

Everything you need for reliable tiktok popular hashtags workflows.

Hashtag Rankings

Return ranked hashtag rows with publish and view counts.

Trend Arrays

Use trend arrays to visualize relative momentum over the selected period.

Country + Period Controls

Switch market and timeframe without changing your downstream parser.

How It Works

Get started in minutes with our simple API.

1

Get Your API Key

Sign up for free and get your API key instantly. No credit card required.

2

Make Your First Request

Use our simple REST API with your favorite programming language.

3

Get Structured Data

Receive clean JSON responses ready to use in your application.

API Response

Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.

  • Consistent JSON structure
  • Detailed timing metrics
  • Credit usage tracking
  • Error handling built-in
Response
{
  "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
  }
}

Use Cases

Common applications for TikTok Popular Hashtags.

Hashtag Research

Track which topics are rising in a region.

Campaign Planning

Source high-visibility hashtags before launch.

Category Monitoring

Watch public hashtag momentum over time.

Frequently Asked Questions

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.

Start Using TikTok Popular Hashtags API Today

Get 100 free credits to test the API. No credit card required.