# Download TikTok Ad Cover & Image URLs (EU)

**Use case:** 

Collect TikTok ads with downloadable cover and image creative URLs plus advertiser and registry data. Export to CSV, JSON or Excel.

## Input

```json
{
  "regions": [
    "NL",
    "BE",
    "DE"
  ],
  "startDate": "2025-01-01",
  "endDate": "2025-12-31",
  "query": "ecommerce",
  "advertiserBusinessIds": [],
  "adType": "all",
  "sortOrder": "last_shown_date,desc",
  "maxResults": 600,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "fetchDetails": true
}
```

## Output

```json
{
  "id": {
    "label": "Ad ID",
    "format": "string"
  },
  "advertiser": {
    "label": "Advertiser",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "first_shown": {
    "label": "First shown",
    "format": "string"
  },
  "last_shown": {
    "label": "Last shown",
    "format": "string"
  },
  "estimated_audience": {
    "label": "Audience",
    "format": "string"
  },
  "sponsor": {
    "label": "Sponsor",
    "format": "string"
  },
  "target_audience_size": {
    "label": "Target Audience Size",
    "format": "string"
  },
  "video_urls": {
    "label": "Video URLs",
    "format": "array"
  },
  "image_urls": {
    "label": "Image URLs",
    "format": "array"
  }
}
```

## About this Actor

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