# Compare TikTok sound adoption and top videos

**Use case:** 

Batch-check two public TikTok sounds and export sound adoption totals plus representative creator and video engagement records.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tiktok.com/music/original-sound-7149523537730997035"
    }
  ],
  "soundIds": [
    "6889520563052645121",
    "7149523537730997035"
  ],
  "maxVideosPerSound": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "soundId": {
    "label": "Sound ID",
    "format": "string"
  },
  "artist": {
    "label": "Artist",
    "format": "string"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "authorHandle": {
    "label": "Author",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "playCount": {
    "label": "Plays",
    "format": "integer"
  },
  "videoCount": {
    "label": "Sound videos",
    "format": "integer"
  },
  "videoUrl": {
    "label": "Video",
    "format": "string"
  },
  "isPlayable": {
    "label": "Playable",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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