# Extract TikTok Transcripts for RAG and LLM Pipelines

**Use case:** 

Pull TikTok video transcripts as timestamped WEBVTT for RAG, LLM fine-tuning, and AI summarization. Bulk-friendly with per-cue citation anchors.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@nasa/video/7385000000000000030",
    "https://www.tiktok.com/@khanacademy/video/7385000000000000031",
    "https://www.tiktok.com/@bbcnews/video/7385000000000000032",
    "https://www.tiktok.com/@duolingo/video/7385000000000000033"
  ],
  "language": "en",
  "use_ai_as_fallback": false,
  "max_concurrency": 4
}
```

## 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.