# Research Trending TikTok Ad Creatives in Fashion

**Use case:** 

Extract top-performing TikTok ad creatives in the fashion industry to inform your content strategy and design. Discover what visual styles, ad copy, and calls-t

## Input

```json
{
  "query": "summer fashion",
  "adIds": [],
  "region": "all",
  "startDate": "2024-04-01",
  "endDate": "2024-06-30",
  "sortBy": "impression,desc",
  "quickSearch": true,
  "maxItems": 100,
  "regionFilter": [
    "FR",
    "DE",
    "IT",
    "ES"
  ],
  "minImpressions": 5000,
  "industryFilter": [
    "Fashion",
    "Apparel"
  ],
  "languageFilter": [],
  "ctaFilter": [
    "Shop Now",
    "Learn More"
  ],
  "useApifyProxy": true,
  "requestDelaySecs": 1,
  "timezone": "UTC"
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "adType": {
    "label": "Ad Type",
    "format": "text"
  },
  "adImpressions": {
    "label": "Impressions",
    "format": "text"
  },
  "adStartDate": {
    "label": "Start Date",
    "format": "text"
  },
  "adEndDate": {
    "label": "End Date",
    "format": "text"
  },
  "daysActive": {
    "label": "Days Active",
    "format": "number"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

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