# TikTok EU Ad Library — Advertiser Deep-Drill

**Use case:** 

Pull every TikTok ad an advertiser runs across EU regions with uncapped pagination and per-region targeting. DSA transparency data.

## Input

```json
{
  "keywords": [],
  "advertiserNames": [
    "Temu",
    "Sephora"
  ],
  "advertiserIds": [],
  "regions": [
    "DE",
    "FR",
    "ES",
    "IT",
    "GB",
    "NL",
    "PL"
  ],
  "dateRange": {
    "start": "2024-01-01",
    "end": ""
  },
  "mediaType": "all",
  "includeTargetingDetail": true,
  "maxItems": 2000,
  "useProxy": false
}
```

## Output

```json
{
  "advertiserBizIds": {
    "label": "Advertiser biz ids"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "advertiserRegistryLocation": {
    "label": "Advertiser registry location"
  },
  "advertiserSponsor": {
    "label": "Advertiser sponsor"
  },
  "advertiserTtUser": {
    "label": "Advertiser tt user"
  },
  "queryRegion": {
    "label": "Query region"
  },
  "adId": {
    "label": "Ad id"
  },
  "estimatedAudience": {
    "label": "Estimated audience"
  },
  "totalImpressions": {
    "label": "Total impressions"
  },
  "totalRegions": {
    "label": "Total regions"
  }
}
```

## About this Actor

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