# Download Viral TikTok Videos for Repurposing on Other Platfo

**Use case:** 

Identify and download high-performing or viral TikTok content for repurposing on platforms like Instagram Reels, YouTube Shorts, or Facebook. Maximize content r

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@unilad/video/7308728957448344865",
    "https://www.tiktok.com/@goodnews_movement/video/7308375630252565793",
    "https://www.tiktok.com/@cat.funny.video1/video/7308697554900595998"
  ],
  "assetTypes": [
    "video",
    "cover"
  ],
  "preferredQuality": "best",
  "filenameTemplate": "viral_{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.