# Monitor Nike TikTok ads in Spain

**Use case:** 

Track Nike's paid ad campaigns on TikTok in Spain. Get ad creatives, video links, start/end dates and estimated audience size for competitor monitoring.

## Input

```json
{
  "startUrl": "https://library.tiktok.com/ads?region=ES&search_key=nike&query_type=1",
  "mode": "search_ads",
  "searchQuery": "nike",
  "queryType": "keyword",
  "region": "ES",
  "maxResults": 10,
  "startDate": "31 days",
  "endDate": "0 days",
  "includeDetails": false,
  "sortBy": "last_shown_date,desc",
  "requestDelay": 500
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "adType": {
    "label": "Type",
    "format": "string"
  },
  "adStartDate": {
    "label": "First shown",
    "format": "string"
  },
  "adEndDate": {
    "label": "Last shown",
    "format": "string"
  },
  "adEstimatedAudience": {
    "label": "Est. audience",
    "format": "string"
  },
  "adImpressions": {
    "label": "Impressions",
    "format": "string"
  },
  "adVideoUrl": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

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