# Download TikTok Ad Video URLs in Bulk

**Use case:** 

Get pre-signed downloadable video and cover-image CDN URLs for thousands of TikTok ads, no login needed. Export to CSV, JSON or Excel.

## Input

```json
{
  "regions": [
    "FR",
    "DE",
    "ES",
    "IT"
  ],
  "startDate": "2025-06-01",
  "endDate": "2025-12-31",
  "query": "fashion",
  "advertiserBusinessIds": [],
  "adType": "video",
  "sortOrder": "first_shown_date,desc",
  "maxResults": 2000,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "fetchDetails": false
}
```

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