# Top TikTok Ads in the United Kingdom Last 30 Days

**Use case:** 

Scrape the top TikTok ads in the UK over the last 30 days. Get ad creatives, brands, industries, likes and engagement stats.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "country": "GB",
  "period": "30",
  "orderBy": "like",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Cover",
    "format": "image"
  },
  "title": {
    "label": "Ad Title",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "ctr": {
    "label": "CTR",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "landingPage": {
    "label": "Landing Page",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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