# Download Tiktok Videos

**Use case:** 

Download TikTok videos by profile, url, efficiently. Access high-speed downloads with non-expiring storage for your media.

## Input

```json
{
  "videoUrls": [
    "https://www.tiktok.com/@billieeilish/video/7050551461734042926"
  ],
  "ttl": "none"
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "data.title": {
    "label": "Title",
    "format": "text"
  },
  "data.cover": {
    "label": "Cover Image",
    "format": "image"
  },
  "storageUrl": {
    "label": "Storage URL",
    "format": "link"
  },
  "fileSizeBytes": {
    "label": "File Size (Bytes)",
    "format": "text"
  },
  "fileSizeMB": {
    "label": "File Size (MB)",
    "format": "text"
  },
  "ttl": {
    "label": "Time to Live",
    "format": "text"
  },
  "expiresAt": {
    "label": "Expires At",
    "format": "text"
  },
  "data.hdplay": {
    "label": "HD URL (Expires)",
    "format": "link"
  },
  "data.play": {
    "label": "Standard URL (Expires)",
    "format": "link"
  },
  "data.music": {
    "label": "Music URL (Expires)",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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