# Download TikTok Subtitles - Accessibility & Bulk WEBVTT

**Use case:** 

Download TikTok subtitles as WEBVTT files for accessibility tooling and bulk archiving. Eight languages. Save as .vtt or convert to SRT for any video player.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@bbcnews/video/7385000000000000040",
    "https://www.tiktok.com/@washingtonpost/video/7385000000000000041"
  ],
  "language": "en",
  "use_ai_as_fallback": false,
  "max_concurrency": 2
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "transcript": {
    "label": "WEBVTT Transcript",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Transcript Extractor - Bulk Captions [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-transcript-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-transcript-extractor) to learn more, explore other use cases, and run it yourself.