# Turn TikTok video to text

**Use case:** 

Convert TikTok videos to text. Fetch native captions where available, generate transcripts for the rest - ready for AI analysis, trend research, or repurposing.

## Input

```json
{
  "postURLs": [
    "https://www.tiktok.com/@nilered/video/7020062522069781766",
    "https://www.tiktok.com/@maxeuceda7/video/6918060049420029190",
    "https://www.tiktok.com/@bbcnews/video/7636098097940073750",
    "https://www.tiktok.com/@janellezharmenovaa/video/7652360834307329302",
    "https://www.tiktok.com/@emm.milo5402/video/7141815724087069995"
  ],
  "downloadSubtitlesOptions": "DOWNLOAD_AND_TRANSCRIBE_VIDEOS_WITHOUT_SUBTITLES"
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "string"
  },
  "text": {
    "label": "Caption",
    "format": "string"
  },
  "webVideoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "videoMeta.subtitleLinks": {
    "label": "Subtitle Links",
    "format": "array"
  },
  "videoMeta.transcriptionLink": {
    "label": "Transcription Link",
    "format": "string"
  }
}
```

## About this Actor

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