# Analyze Competitor TikTok Ads for Marketing Strategy

**Use case:** 

Scrape all active TikTok ads from key competitors to understand their current marketing messages, creative angles, and targeting strategies. Gain competitive in

## Input

```json
{
  "query": "skincare",
  "adIds": [],
  "advertiserName": "the ordinary",
  "region": "GB",
  "startDate": "2024-01-01",
  "endDate": "2024-03-31",
  "sortBy": "impression,desc",
  "quickSearch": true,
  "maxItems": 50,
  "regionFilter": [
    "GB",
    "IE"
  ],
  "minImpressions": 1000,
  "industryFilter": [
    "Beauty",
    "Cosmetics"
  ],
  "languageFilter": [
    "en"
  ],
  "ctaFilter": [],
  "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.