# Get Spanish TikTok Transcripts in Bulk to WEBVTT

**Use case:** 

Pull Spanish TikTok transcripts from a list of URLs. Returns timestamped WEBVTT for content repurposing, accessibility, and audience research.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@ibai/video/7385000000000000020",
    "https://www.tiktok.com/@kimberly.loaiza/video/7385000000000000021",
    "https://www.tiktok.com/@elrubiusomg/video/7385000000000000022"
  ],
  "language": "es",
  "use_ai_as_fallback": false,
  "max_concurrency": 3
}
```

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