# Active TikTok Ads by EU Region — Live Scraper

**Use case:** 

List currently active TikTok ads in any EU region with first-shown and last-shown dates. Track what competitors are running right now.

## Input

```json
{
  "keywords": [
    "insurance"
  ],
  "advertiserNames": [],
  "advertiserIds": [],
  "regions": [
    "FR"
  ],
  "dateRange": {
    "start": "2025-01-01",
    "end": ""
  },
  "mediaType": "all",
  "includeTargetingDetail": false,
  "maxItems": 300,
  "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.