# Scrape the Most-Liked TikTok Ads

**Use case:** 

Scrape the most-liked TikTok ads from the Creative Center for creative inspiration: advertiser, industry, likes, CTR and the video creative URL.

## Input

```json
{
  "countryCodes": [
    "US"
  ],
  "period": "7",
  "orderBy": "like",
  "industries": [
    "Beauty & Personal Care",
    "Apparel & Accessories"
  ],
  "objectives": [
    "Conversions",
    "Lead Generation"
  ],
  "adLanguages": [
    "en"
  ],
  "includeAdDetails": false,
  "maxResults": 100,
  "maxResultsPerQuery": 0,
  "monitorMode": false,
  "monitorKey": "default",
  "includeVideoUrl": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "coverImageUrl": {
    "label": "Creative",
    "format": "image"
  },
  "adTitle": {
    "label": "Ad copy",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "ctr": {
    "label": "CTR",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "videoDurationSec": {
    "label": "Duration (s)",
    "format": "number"
  },
  "performanceScore": {
    "label": "Perf. score",
    "format": "number"
  },
  "creativeCenterUrl": {
    "label": "Creative Center",
    "format": "link"
  }
}
```

## About this Actor

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