# Trending TikTok Sounds Tracker - Videos Using a Song

**Use case:** 

Paste a TikTok song URL and get every creator using that sound plus song metadata. For music labels, A&R, sync licensing scouts, brand sound pairing.

## Input

```json
{
  "mode": "song_intel",
  "queries": [],
  "hashtags": [],
  "songUrls": [
    "https://www.tiktok.com/music/original-sound-7012345678901234567"
  ],
  "region": "US",
  "maxResults": 50,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "songId": {
    "label": "Song ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author": {
    "label": "Artist",
    "format": "string"
  },
  "duration": {
    "label": "Sec",
    "format": "integer"
  },
  "videoCount": {
    "label": "Videos using",
    "format": "integer"
  },
  "isOriginalSound": {
    "label": "Original",
    "format": "boolean"
  },
  "thumbnailUrl": {
    "label": "Cover",
    "format": "string"
  },
  "playUrl": {
    "label": "Audio",
    "format": "string"
  },
  "tiktokUrl": {
    "label": "TikTok URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Trends Scraper [NO COOKIES] ✅](https://apify.com/unseenuser/tiktok-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-search-scraper) to learn more, explore other use cases, and run it yourself.