# Track public ad timing windows

**Use case:** 

Monitor a named advertiser’s public TikTok ad dates within a bounded window to see when ads first and last appeared.

## Input

```json
{
  "libraryUrl": "https://library.tiktok.com/ads?region=DE&start_time=1767225600000&end_time=1769904000000&adv_name=adidas&adv_biz_ids=&query_type=1&sort_type=last_shown_date%2Cdesc",
  "country": "DE",
  "searchQuery": "zara",
  "searchType": "advertiser",
  "advertiserBusinessId": "6885261436319171329",
  "dateFrom": "2026-01-01",
  "dateTo": "2026-03-31",
  "maxResults": 5,
  "includeDetails": false,
  "requestTimeoutSecs": 60
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "title": {
    "label": "Creative title",
    "format": "string"
  },
  "auditStatus": {
    "label": "Audit status",
    "format": "string"
  },
  "creativeType": {
    "label": "Creative type",
    "format": "string"
  },
  "firstShownAt": {
    "label": "First shown at",
    "format": "string"
  },
  "lastShownAt": {
    "label": "Last shown at",
    "format": "string"
  },
  "estimatedAudience": {
    "label": "Estimated audience",
    "format": "string"
  },
  "adDetailUrl": {
    "label": "Ad detail URL",
    "format": "string"
  }
}
```

## About this Actor

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