# TikTok Creative Center scraper for trending sounds in the UK

**Use case:** 

Collect trending TikTok sounds from Creative Center for the UK market, including rankings and sound metadata for content planning.

## Input

```json
{
  "trendType": "sound",
  "countryCode": "GB",
  "period": 30,
  "maxResults": 40
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "publishedVideoCount": {
    "label": "Videos",
    "format": "number"
  },
  "videoViews": {
    "label": "Views",
    "format": "number"
  },
  "trend": {
    "label": "Trend",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "period": {
    "label": "Period (days)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Trends Scraper](https://apify.com/automation-lab/tiktok-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tiktok-trends-scraper) to learn more, explore other use cases, and run it yourself.