# Monitor Competitor TikTok Sound Usage and Performance

**Use case:** 

Track the specific music and sounds your competitors are using in their successful TikTok campaigns to understand their content strategy. Gain insights into the

## Input

```json
{
  "musicUrls": [
    "https://www.tiktok.com/music/original-sound-7595604258835401494"
  ],
  "musicIds": [
    "7201234567890123456",
    "7150987654321098765",
    "7012345678901234567"
  ],
  "maxPostsPerSound": 100,
  "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.