TikTok Song Videos API

Videos associated with a TikTok sound

Fetch normalized TikTok posts that use a specific sound or clip ID with cursor pagination.

1 CreditCost
CursorPagination
Normalized PostsOutput

Quick Start

Get started with a simple API call.

const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/song-videos', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
  "clipId": "7016547803243027205",
  "cursor": 0,
  "options": {
    "timeout": 30000
  }
})
});

const { data } = await response.json();
console.log(data.posts.length, data.pagination.hasMore);

Key Features

Everything you need for reliable tiktok song videos workflows.

Sound-to-Video Join

Move from a clip ID to the public videos using that sound.

Normalized Post Data

Results come back as the same post objects used by other TikTok content endpoints.

Cursor Pagination

Page through associated sound usage over multiple requests.

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": {
    "clipId": "7016547803243027205",
    "posts": [
      {
        "id": "749201930555",
        "postUrl": "https://www.tiktok.com/@fitchef/video/749201930555",
        "description": "Meal prep with trending sound.",
        "mediaType": "video"
      }
    ],
    "pagination": {
      "cursor": 12,
      "hasMore": true
    },
    "timing": {
      "total": 2863
    },
    "creditsUsed": 1,
    "creditsRemaining": 89
  }
}

Use Cases

Common applications for TikTok Song Videos.

Audio Trend Tracking

Measure which public posts are using a sound over time.

Creative Benchmarking

Compare how different creators apply the same soundtrack.

Content Discovery

Seed further analysis from a sound-first perspective.

Frequently Asked Questions

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

Send a numeric clip ID or a TikTok music URL.

Yes. Use pagination.cursor to continue the sound feed.

TikTok Song Videos uses 1 credit per request.

Start Using TikTok Song Videos API Today

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