# Archive Competitor TikTok Ad Videos for Competitive Analysis

**Use case:** 

Monitor and archive key TikTok advertisements from competitors to analyze their creative strategies and campaign messaging. Gain valuable competitive intelligen

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@zapier/video/7313881372863640875",
    "https://www.tiktok.com/@monday.com/video/7311746244453535008",
    "https://www.tiktok.com/@airtable/video/7313797437731773729"
  ],
  "assetTypes": [
    "video"
  ],
  "preferredQuality": "720p",
  "filenameTemplate": "competitor_{postId}.{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.