TikTok Popular Videos API

Creative Center video ranking API

Read public TikTok Creative Center video rankings by country, period, and page for trend discovery and benchmarking.

1 CreditCost
Creative CenterSurface
Ranked VideosOutput

Quick Start

Get started with a simple API call.

const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/popular-videos', {
  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]?.url, data.items[0]?.title);

Key Features

Everything you need for reliable tiktok popular videos workflows.

Ranked Video Feed

Return Creative Center’s ranked video rows with URLs and metadata.

Trend-friendly Metadata

Includes author, duration, and hashtag lists for each ranking item.

Market Filters

Filter by country, period, and ranking page.

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,
        "itemId": "749001930120",
        "url": "https://www.tiktok.com/@fitcoachdaily/video/749001930120",
        "title": "The easiest high-protein breakfast.",
        "coverUrl": "https://p16-sign.tiktokcdn.com/...",
        "authorName": "Fit Coach Daily",
        "region": "US",
        "duration": 27,
        "hashtags": [
          "fitness",
          "protein"
        ]
      }
    ],
    "timing": {
      "total": 2498
    },
    "creditsUsed": 1,
    "creditsRemaining": 85
  }
}

Use Cases

Common applications for TikTok Popular Videos.

Trend Spotting

Surface highly ranked public videos in a market.

Creative Benchmarking

Compare titles, formats, and duration patterns among ranked videos.

Editorial Research

Seed watchlists from the most visible ranked items.

Frequently Asked Questions

Everything you need to know about the TikTok Popular Videos API.

No. This endpoint uses explicit filters only: countryCode, period, and page.

It returns ranking metadata and URLs. Use TikTok Post for a single post’s full normalized detail.

Send countryCode, period, and page.

TikTok Popular Videos uses 1 credit per request.

Start Using TikTok Popular Videos API Today

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