# Top TikTok lead generation ads

**Use case:** 

Find high-converting TikTok lead-gen ads worldwide. Export top creatives, CVR, CTR, and video assets from Creative Center Top Ads.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ads.tiktok.com/business/creativecenter/inspiration/topads/pc/en?period=30"
    }
  ],
  "country": [
    "US"
  ],
  "objective": [
    "8"
  ],
  "orderBy": "cvr",
  "period": "30",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brandName": {
    "label": "Brand name",
    "format": "string"
  },
  "countryCodes": {
    "label": "Country codes",
    "format": "array"
  },
  "landingPage": {
    "label": "Landing page",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "industryKey": {
    "label": "Industry key",
    "format": "string"
  },
  "objectiveKey": {
    "label": "Objective key",
    "format": "string"
  },
  "objectives": {
    "label": "Objectives",
    "format": "array"
  },
  "ctr": {
    "label": "Ctr",
    "format": "number"
  },
  "cost": {
    "label": "Cost",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "favorite": {
    "label": "Favorite",
    "format": "boolean"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "patternLabels": {
    "label": "Pattern labels",
    "format": "array"
  },
  "highlightText": {
    "label": "Highlight text",
    "format": "string"
  },
  "hasSummary": {
    "label": "Has summary",
    "format": "boolean"
  },
  "voiceOver": {
    "label": "Voice over",
    "format": "boolean"
  },
  "videoId": {
    "label": "Video id",
    "format": "string"
  },
  "videoDuration": {
    "label": "Video duration",
    "format": "number"
  },
  "videoCover": {
    "label": "Video cover",
    "format": "string"
  },
  "videoUrls": {
    "label": "Video urls",
    "format": "object"
  },
  "videoWidth": {
    "label": "Video width",
    "format": "number"
  },
  "videoHeight": {
    "label": "Video height",
    "format": "number"
  },
  "retainCvr": {
    "label": "Retain cvr",
    "format": "object"
  },
  "retainCtr": {
    "label": "Retain ctr",
    "format": "object"
  },
  "clickCount": {
    "label": "Click count",
    "format": "object"
  },
  "conversionCount": {
    "label": "Conversion count",
    "format": "object"
  },
  "playRetainCount": {
    "label": "Play retain count",
    "format": "object"
  }
}
```

## About this Actor

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