# Monitor TikTok Ads for DSA Compliance by Region

**Use case:** 

Collect TikTok ads targeting specific EU/EEA regions to monitor for Digital Services Act (DSA) compliance and transparency. Ensure your ads or competitor ads ad

## Input

```json
{
  "query": "technology",
  "adIds": [],
  "region": "DE",
  "startDate": "2024-05-01",
  "endDate": "2024-05-31",
  "sortBy": "create_time,desc",
  "quickSearch": false,
  "maxItems": 200,
  "regionFilter": [
    "DE",
    "AT"
  ],
  "minImpressions": 100,
  "industryFilter": [],
  "languageFilter": [
    "de"
  ],
  "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.