TikTok Popular Songs API

Creative Center song ranking API

Read public TikTok Creative Center song rankings by country, period, and page for audio trend research.

1 CreditCost
Creative CenterSurface
Country + Period + PageFilters

Quick Start

Get started with a simple API call.

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

Key Features

Everything you need for reliable tiktok popular songs workflows.

Country + Period Filters

Query rankings by country code and rolling time window.

Sound Ranking Data

Returns clipId, title, author, trend line, and video counts.

Creative Center Surface

Built from TikTok’s public Creative Center ranking pages.

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,
        "clipId": "749001920120",
        "title": "Original sound - fitchef",
        "author": "fitchef",
        "musicUrl": "https://www.tiktok.com/music/original-sound-749001920120",
        "coverUrl": "https://p16-sign.tiktokcdn.com/...",
        "videoCount": 12840,
        "trend": [
          12,
          19,
          27
        ],
        "relatedItems": []
      }
    ],
    "timing": {
      "total": 2570
    },
    "creditsUsed": 1,
    "creditsRemaining": 87
  }
}

Use Cases

Common applications for TikTok Popular Songs.

Audio Trend Research

Track which sounds are climbing in a market.

Creative Planning

Source sounds before ideation or campaign production.

Competitive Monitoring

Compare ranked sounds across countries and time windows.

Frequently Asked Questions

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

No. This endpoint has no primary query input. Send countryCode, period, and page as explicit parameters.

Use 1, 7, 30, or 120 depending on the time window you want.

Yes. Send a two-letter countryCode such as US, TR, or GB.

TikTok Popular Songs uses 1 credit per request.

Start Using TikTok Popular Songs API Today

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