# TikTok Video Downloader With Transcript (WEBVTT)

**Use case:** 

Get the clean TikTok MP4 URL plus a WEBVTT transcript per video. Drop the captions into your editor or use them for search and accessibility.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@randomspamvideos25/video/7251387037834595630"
  ],
  "get_transcript": true,
  "region": "PH"
}
```

## Output

```json
{
  "input_url": {
    "label": "Input URL",
    "format": "link"
  },
  "aweme_id": {
    "label": "Video ID"
  },
  "clean_url": {
    "label": "Clean MP4 URL",
    "format": "link"
  },
  "clean_url_source": {
    "label": "Source field"
  },
  "has_watermark": {
    "label": "Watermarked?"
  },
  "url_expires_estimate": {
    "label": "URL validity"
  },
  "desc": {
    "label": "Caption"
  },
  "create_time": {
    "label": "Created (unix)"
  },
  "region": {
    "label": "Video region"
  },
  "content_type": {
    "label": "Content type"
  },
  "share_url": {
    "label": "Share URL",
    "format": "link"
  },
  "statistics": {
    "label": "Statistics"
  },
  "author": {
    "label": "Author"
  },
  "music": {
    "label": "Music"
  },
  "video": {
    "label": "Video object"
  },
  "transcript_webvtt": {
    "label": "Transcript (WEBVTT)"
  },
  "_metadata": {
    "label": "Metadata"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Video Downloader API - Clean URL [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-no-watermark-url-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-no-watermark-url-extractor) to learn more, explore other use cases, and run it yourself.