# Download TikTok Marketing Campaign Videos & Thumbnails

**Use case:** 

Effortlessly download videos and cover images from your recent TikTok marketing campaigns for internal review or cross-platform promotion. This streamlines cont

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@apify/video/7307902598818823456",
    "https://www.tiktok.com/@apify/video/7292211995874403616",
    "https://www.tiktok.com/@apify/video/7279165270155609376"
  ],
  "assetTypes": [
    "video",
    "cover"
  ],
  "preferredQuality": "best",
  "filenameTemplate": "{postId}_{type}.{ext}"
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "assetType": {
    "label": "Asset Type",
    "format": "text"
  },
  "ordinal": {
    "label": "Index",
    "format": "number"
  },
  "mimeType": {
    "label": "MIME Type",
    "format": "text"
  },
  "byteSize": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "kvsUrl": {
    "label": "Download URL",
    "format": "link"
  },
  "definition": {
    "label": "Quality",
    "format": "text"
  },
  "downloadedAt": {
    "label": "Downloaded At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Downloader Api](https://apify.com/crawlerbros/tiktok-downloader-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-downloader-api) to learn more, explore other use cases, and run it yourself.