# Bulk Extract TikTok Transcripts to WEBVTT (No Login)

**Use case:** 

Convert TikTok videos to clean WEBVTT in bulk. One row per video, ready for players, search indexes, and RAG pipelines. No login, no cookies, no captcha.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@washingtonpost/video/7385000000000000000",
    "https://www.tiktok.com/@nasa/video/7385000000000000001",
    "https://www.tiktok.com/@gordonramsayofficial/video/7385000000000000002",
    "https://www.tiktok.com/@duolingo/video/7385000000000000003"
  ],
  "language": "en",
  "use_ai_as_fallback": false,
  "max_concurrency": 3
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "is_ai_generated": {
    "label": "AI Generated",
    "format": "boolean"
  },
  "transcript": {
    "label": "WEBVTT Transcript",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "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.