# Research Viral TikTok Sounds for Licensing Opportunities

**Use case:** 

Discover viral and trending sounds on TikTok by analyzing their usage frequency and engagement metrics. This data is crucial for music labels and artists lookin

## Input

```json
{
  "musicUrls": [
    "https://www.tiktok.com/music/original-sound-7595604258835401494"
  ],
  "musicIds": [
    "7289012345678901234",
    "7301234567890123456",
    "7256789012345678901"
  ],
  "maxPostsPerSound": 200,
  "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.