# Bulk TikTok Sound Analytics for Music Catalogs

**Use case:** 

Run many TikTok music URLs at once and get per-track usage stats plus top videos. Built for music label A&R and spotting viral songs early.

## Input

```json
{
  "clips": [
    "https://www.tiktok.com/music/Trending-Sound-7439295283975702544",
    "7439295283975702544"
  ],
  "max_video_pages": 2,
  "include_song_details": true
}
```

## Output

```json
{
  "type": {
    "label": "Row type",
    "format": "string"
  },
  "_metadata.input_identifier": {
    "label": "Clip ID",
    "format": "text"
  },
  "_metadata.input_source": {
    "label": "Input",
    "format": "text"
  },
  "_metadata.page": {
    "label": "Page",
    "format": "number"
  },
  "_metadata.fetched_at": {
    "label": "Fetched at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Sound Tracker - Song Details + Videos [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-sound-tracker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-sound-tracker-scraper) to learn more, explore other use cases, and run it yourself.