# TikTok EU Ads by Advertiser Biz ID — Scraper

**Use case:** 

Fetch all EU Ad Library ads for a known TikTok advertiser biz ID with uncapped pagination and per-region targeting detail.

## Input

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

## Output

```json
{
  "adId": {
    "label": "Ad id"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "queryRegion": {
    "label": "Query region"
  },
  "isActive": {
    "label": "Is active"
  },
  "firstShownDate": {
    "label": "First shown",
    "format": "date"
  },
  "lastShownDate": {
    "label": "Last shown",
    "format": "date"
  },
  "daysActive": {
    "label": "Days active"
  },
  "mediaType": {
    "label": "Media type"
  },
  "videoUrl1": {
    "label": "Video url1"
  },
  "coverImage1": {
    "label": "Creative",
    "format": "image"
  },
  "estimatedAudience": {
    "label": "Estimated audience"
  },
  "totalImpressions": {
    "label": "Total impressions"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## 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.