# Collect TikTok Captions and Author Data

**Use case:** 

Export TikTok captions, author fields, cover images, music metadata, engagement stats, and direct media links.

## Input

```json
{
  "videoUrls": [
    {
      "url": "https://www.tiktok.com/@dearmebeauty/video/6893431881816149250"
    },
    {
      "url": "https://www.tiktok.com/@pingkyruslie/video/6879000804070558978"
    },
    {
      "url": "https://www.tiktok.com/@ivyfeb/video/6906771432286457090"
    }
  ],
  "mediaMode": "video"
}
```

## Output

```json
{
  "inputIndex": {
    "label": "Input index",
    "format": "integer"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "sourceUrl": {
    "label": "TikTok video URL",
    "format": "string"
  },
  "mediaUrl": {
    "label": "Media URL",
    "format": "string"
  },
  "fileName": {
    "label": "File name",
    "format": "string"
  },
  "contentType": {
    "label": "Content type",
    "format": "string"
  },
  "fileSizeBytes": {
    "label": "File size bytes",
    "format": "integer"
  },
  "authorUsername": {
    "label": "Author username",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  }
}
```

## About this Actor

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