# Workout Music TikTok Video Export Tool

**Use case:** 

Gather up to 100 TikTok videos featuring popular workout music. Extracted data is available in CSV/JSON format.

## Input

```json
{
  "sounds": [
    "https://www.tiktok.com/music/original-sound-7389284945897823490"
  ],
  "maxVideosPerSound": 100,
  "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.