# Track a TikTok UGC Campaign Sound's Reach and Creators

**Use case:** 

List every creator using your TikTok campaign sound. Get handles, follower counts, plays, and likes to measure viral reach across UGC creators.

## Input

```json
{
  "clips": [
    "https://www.tiktok.com/music/Trending-Sound-7439295283975702544"
  ],
  "max_video_pages": 3,
  "include_song_details": true
}
```

## Output

```json
{
  "cover_url": {
    "label": "Cover",
    "format": "string"
  },
  "creator_handle": {
    "label": "Creator",
    "format": "string"
  },
  "creator_name": {
    "label": "Name",
    "format": "string"
  },
  "creator_followers": {
    "label": "Followers",
    "format": "number"
  },
  "creator_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "play_count": {
    "label": "Plays",
    "format": "number"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  },
  "share_count": {
    "label": "Shares",
    "format": "number"
  },
  "created_at": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Video URL",
    "format": "string"
  },
  "title": {
    "label": "Sound title",
    "format": "string"
  },
  "author": {
    "label": "Sound author",
    "format": "string"
  },
  "_metadata.input_identifier": {
    "label": "Clip ID",
    "format": "text"
  },
  "_metadata.page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Sound Tracker - Song Details + Videos [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-sound-tracker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-sound-tracker-scraper) to learn more, explore other use cases, and run it yourself.