# TikTok original sounds: how many videos use them

**Use case:** 

Video counts of TikTok original sounds made by creators, with the title and author TikTok gives each sound, TikTok's original-sound flag, the length, and the top videos on each sound's card with their views. Sounds by The neep fam, MaybeBElater, Justin McElroy, Beth McCarthy and TheAnimeSage. Each count comes with the rounding step TikTok applies.

## Input

```json
{
  "sounds": [
    "6901709806998981382",
    "7399755528731233066",
    "6914482197470792453",
    "6935532511254612741",
    "6838610154679012102"
  ],
  "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`).
