# TikTok Sound API: Song Metadata from a Music URL

**Use case:** 

TikTok sound metadata lookup: title, artist, album, duration, cover, and total usage count. Accepts a music URL or clip ID, single lookup or bulk.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "album": {
    "label": "Album",
    "format": "string"
  },
  "duration_seconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "user_count": {
    "label": "Total videos using",
    "format": "number"
  },
  "cover_large": {
    "label": "Cover",
    "format": "string"
  },
  "play_url": {
    "label": "Play URL",
    "format": "string"
  },
  "is_original_sound": {
    "label": "Original",
    "format": "boolean"
  },
  "_metadata.input_identifier": {
    "label": "Clip ID",
    "format": "text"
  },
  "_metadata.input_source": {
    "label": "Input",
    "format": "text"
  }
}
```

## 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.