# Collect TikTok ad examples for a topic

**Use case:** 

Gather a topic-focused set of TikTok Top Ads that can be cited in research, briefs, or training data preparation.

## Input

```json
{
  "period": "180",
  "country": "US",
  "industry": "All Industries",
  "objective": "All Objectives",
  "adFormat": "All Formats",
  "orderBy": "CTR",
  "keyword": "running shoes",
  "maxResults": 10,
  "responseFormat": "detailed",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "string"
  },
  "brand_name": {
    "label": "Brand / Advertiser Name",
    "format": "string"
  },
  "ad_title": {
    "label": "Ad Title / Copy",
    "format": "string"
  },
  "likes": {
    "label": "Like Count",
    "format": "number"
  },
  "ctr_tier": {
    "label": "CTR Tier",
    "format": "string"
  },
  "is_spark_ad": {
    "label": "Is Spark Ad",
    "format": "boolean"
  },
  "video_url": {
    "label": "Video URL",
    "format": "string"
  },
  "cover_url": {
    "label": "Cover / Thumbnail URL",
    "format": "string"
  },
  "industry": {
    "label": "Industry Filter",
    "format": "string"
  },
  "objective": {
    "label": "Campaign Objective",
    "format": "string"
  },
  "countries": {
    "label": "Countries Shown In",
    "format": "array"
  }
}
```

## About this Actor

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