# Scrape TikTok Cooking Videos by Trending Sound

**Use case:** 

Collect up to 80 videos using a specific trending cooking sound on TikTok. Get insights on popular content linked to your chosen song.

## Input

```json
{
  "sounds": [
    "https://www.tiktok.com/music/original-sound-7400832065108038913"
  ],
  "maxVideosPerSound": 80,
  "sortBy": "relevance",
  "region": "US",
  "language": "",
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "soundTitle": {
    "label": "Sound title",
    "format": "text"
  },
  "description": {
    "label": "Caption",
    "format": "text"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

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