keyword source · tiktok

TikTok Trends API

TikTok hashtag volume over time, growth rates, and live trending hashtags, searches and TikTok Shop products from one REST endpoint. No TikTok developer approval, no OAuth, no scraping.

get_growth · tiktok
# one POST, every source
POST https://api.trendsapi.ai/api
Authorization: Bearer YOUR_API_KEY

{ "mode": "get_growth",
  "source": "tiktok",
  "keyword": "booktok",
  "percent_growth": ["3M", "12M"] }
200 OKnormalized 0-100
response
  {
    "search_term": "booktok",
    "data_source": "tiktok",
    "results": [
      {
        "period": "3M",
        "growth": 12.6,
        "direction": "increase"
      },
      {
        "period": "12M",
        "growth": 58.3,
        "direction": "increase"
      }
    ]
  }
application/jsontimestamped
Why it exists

TikTok trend data, without the plumbing

TikTok's own developer API requires app review, exposes no hashtag volume history, and still leaves you scraping the trending page. Trends API gives you the demand side directly: how often a hashtag is used, how fast that is growing, and what is trending right now.

The practical edge is timing. TikTok spikes typically lead Google Search interest by two to four weeks, so a hashtag growing 40% week over week on TikTok is often a Google trend that has not happened yet. Because both sources share the same 0-100 scale here, that comparison is one line of code.

Use cases

What people build with it

Content strategy

Spot hashtags rising before they saturate the For You page.

Brand monitoring

Track a brand or product hashtag's volume over time and against competitors.

Ecommerce

Catch TikTok Shop product trends while they are still early.

Agencies

Show clients which hashtags actually grew, with numbers instead of vibes.

Comparison

How it compares

TikTok developer APITrends API
App approvalrequired, slownot needed
Hashtag volume historynot exposedweekly + daily series
Trending hashtags feedmanualone call
Cross-platform comparenosame 0-100 scale as Google, YouTube, Amazon
Free tiern/a100 requests/month
Three modes, one endpoint
get_time_series

Historical trend series for a keyword on this source, normalized 0-100.

get_growth

Growth percentages over 3M / 6M / 12M / 5Y windows.

get_top_trends

21 live trending feeds across platforms, no keyword needed.

FAQ

Common questions

What TikTok data does Trends API provide?

Hashtag volume over time (normalized 0-100), growth percentages over 3M/6M/12M/5Y windows, and three live feeds: trending hashtags, trending searches and TikTok Shop hot products.

Do I need a TikTok developer account?

No. There is no OAuth flow, no app review and no approval wait. One Trends API key covers TikTok and every other source.

How early can I detect a TikTok trend?

Daily data for the last 30 days plus weekly history lets you catch early growth spikes before a hashtag reaches mainstream saturation.

Are hashtags case-sensitive?

No. "booktok", "BookTok" and "#booktok" all resolve to the same signal.

Can I compare TikTok against other platforms?

Yes, that is the point of the product. Query tiktok, youtube and google search for the same keyword and compare normalized scores directly.

Keep exploring

Related trend sources

Start pulling TikTok trends in 60 seconds.

100 requests a month free. No credit card, no sales call. One key works for every source.

Get a free API key