# TikTok songs and sounds: video count, artist and top videos

**Use case:** 

Songs and sounds used on TikTok, one row per sound: the number of videos using it as TikTok shows it, the artist on TikTok's sound card and the author on the video page, the length, and the top videos using it with their view counts. Sounds: 10,000 Hours, Getaway, if its up then its yonce, Rags2Riches x 24 x Goosebumps and Collector Check.

## Input

```json
{
  "sounds": [
    "https://www.tiktok.com/music/10000-Hours-6745337843050151937",
    "https://www.tiktok.com/music/Getaway-6457430519331162893",
    "https://www.tiktok.com/music/if-its-up-then-its-yonce-6930750262617443077",
    "https://www.tiktok.com/music/Rags2Riches-x-24-x-Goosebumps-6853096309528791813",
    "https://www.tiktok.com/music/Collector-Check-6823765053741861637"
  ],
  "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`).
