# Monitor TikTok UK trending videos by likes 30d

**Use case:** 

Scrape UK trending TikTok videos ranked by likes over 30 days with sound titles, share counts, and creator handles.

## Input

```json
{
  "countryCode": "GB",
  "sortBy": "like",
  "period": "30",
  "maxItems": 10,
  "includeDetailedVideoData": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "country_code": {
    "label": "Country Code",
    "format": "text"
  },
  "cover": {
    "label": "Cover",
    "format": "image"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "item_url": {
    "label": "Item URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Trending Videos Scraper](https://apify.com/lexis-solutions/tiktok-trending-videos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/tiktok-trending-videos-scraper) to learn more, explore other use cases, and run it yourself.