# TikTok Top Ads UK Scraper

**Use case:** 

Scrape top conversion ads from TikTok Creative Center for the UK. Export ad, brand, objective and performance metrics for ad research.

## Input

```json
{
  "maxItems": 25,
  "countryCode": "GB",
  "period": 7,
  "objectiveKey": "campaign_objective_conversion",
  "sortBy": "popular",
  "includeDetails": false
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "videoDuration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "industryCode": {
    "label": "Industry Code",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "allCountries": {
    "label": "All Countries",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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