# TikTok sound video count: SugarCrash!, MONTERO, Rise Up

**Use case:** 

How many TikTok videos use a sound, one row per sound: the video count as TikTok shows it with its rounding step, the title, author, length and original-sound flag (and the album when TikTok gives one), and the top videos on the sound's card with their views. Sounds: SugarCrash!, MONTERO (Call Me By Your Name), Come and Get Your Love, Deep End and Rise Up. Export as JSON, CSV or Excel.

## Input

```json
{
  "sounds": [
    "https://www.tiktok.com/music/SugarCrash-6920125567752734722",
    "https://www.tiktok.com/music/MONTERO-Call-Me-By-Your-Name-6942551356402042881",
    "https://www.tiktok.com/music/Come-and-Get-Your-Love-6688272830112566021",
    "https://www.tiktok.com/music/Deep-End-6854654862202784517",
    "https://www.tiktok.com/music/Rise-Up-6704991063053961218"
  ],
  "maxResults": 10,
  "includeSoundDetails": true,
  "monitoringMode": false,
  "resetMonitoringState": false,
  "useProxy": true
}
```

## Output

```json
{
  "soundUrl": {
    "label": "Sound Url",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authorName": {
    "label": "Author Name",
    "format": "string"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "string"
  },
  "videoCountRoundingUnit": {
    "label": "Video Count Rounding Unit",
    "format": "string"
  },
  "topVideosCount": {
    "label": "Top Videos Count",
    "format": "string"
  },
  "isOriginal": {
    "label": "Is Original",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration Seconds",
    "format": "string"
  },
  "change": {
    "label": "Change",
    "format": "string"
  },
  "videoCountDelta": {
    "label": "Video Count Delta",
    "format": "string"
  },
  "videosPerHour": {
    "label": "Videos Per Hour",
    "format": "string"
  },
  "tiktokRegion": {
    "label": "Tiktok Region",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "inputSound": {
    "label": "Input Sound",
    "format": "string"
  },
  "soundId": {
    "label": "Sound Id",
    "format": "string"
  },
  "embedUrl": {
    "label": "Embed Url",
    "format": "string"
  },
  "embedArtist": {
    "label": "Embed Artist",
    "format": "string"
  },
  "album": {
    "label": "Album",
    "format": "string"
  },
  "coverUrl": {
    "label": "Cover Url",
    "format": "string"
  },
  "soundDetailsStatus": {
    "label": "Sound Details Status",
    "format": "string"
  },
  "soundDetailsFromVideoId": {
    "label": "Sound Details From Video Id",
    "format": "string"
  },
  "videoCountIsRounded": {
    "label": "Video Count Is Rounded",
    "format": "string"
  },
  "videoCountAtLeast": {
    "label": "Video Count At Least",
    "format": "string"
  },
  "videoCountAtMost": {
    "label": "Video Count At Most",
    "format": "string"
  },
  "tiktokDataCenter": {
    "label": "Tiktok Data Center",
    "format": "string"
  },
  "topVideos": {
    "label": "Top Videos",
    "format": "string"
  },
  "isFirstCheck": {
    "label": "Is First Check",
    "format": "string"
  },
  "previousCheckedAt": {
    "label": "Previous Checked At",
    "format": "string"
  },
  "previousCountReadAt": {
    "label": "Previous Count Read At",
    "format": "string"
  },
  "previousVideoCount": {
    "label": "Previous Video Count",
    "format": "string"
  },
  "previousTiktokRegion": {
    "label": "Previous Tiktok Region",
    "format": "string"
  },
  "hoursSincePreviousCount": {
    "label": "Hours Since Previous Count",
    "format": "string"
  },
  "videoCountDeltaAtLeast": {
    "label": "Video Count Delta At Least",
    "format": "string"
  },
  "videoCountDeltaAtMost": {
    "label": "Video Count Delta At Most",
    "format": "string"
  },
  "requestUrl": {
    "label": "Request Url",
    "format": "string"
  },
  "tiktokErrorCode": {
    "label": "Tiktok Error Code",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Sound Scraper & Monitor - Video Count & Audio Growth](https://apify.com/neverempty/tiktok-sound-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/tiktok-sound-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/tiktok-sound-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
