# Discover New Artists via Trending TikTok Sounds

**Use case:** 

Identify emerging artists and creators by tracking the original sounds they've produced that are gaining significant traction on TikTok. This helps talent scout

## Input

```json
{
  "musicUrls": [
    "https://www.tiktok.com/music/Indie-Pop-Track-by-Artist-X-7212345678901234567",
    "https://www.tiktok.com/music/Acoustic-Melody-by-Artist-Y-7167890123456789012",
    "https://www.tiktok.com/music/Electronic-Beat-by-Artist-Z-7089012345678901234"
  ],
  "musicIds": [
    "7595604258835401494"
  ],
  "maxPostsPerSound": 150,
  "includeMusicMetadata": true,
  "includePosts": true
}
```

## Output

```json
{
  "rowType": {
    "label": "Type",
    "format": "text"
  },
  "musicTitle": {
    "label": "Music Title",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "matchedMusicId": {
    "label": "Music ID",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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