# Generate TikTok Ad Campaign Sound Ideas

**Use case:** 

Identify popular and emerging music and sounds on TikTok that align with your brand's message or product. This helps in selecting effective audio elements for y

## Input

```json
{
  "musicUrls": [
    "https://www.tiktok.com/music/Upbeat-Marketing-Jingle-7234567890123456789",
    "https://www.tiktok.com/music/Product-Launch-Anthem-7189012345678901234"
  ],
  "musicIds": [
    "7595604258835401494"
  ],
  "maxPostsPerSound": 75,
  "includeMusicMetadata": true,
  "includePosts": false
}
```

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