# Bulk TikTok Transcripts for Content Research

**Use case:** 

Turn lists of TikTok videos into text transcripts for hook and trend research. $0.005 per captioned video.

## Input

```json
{
  "tiktokUrls": [
    "https://www.tiktok.com/@its_a_farmily_farm/video/7641730197636549901",
    "https://www.tiktok.com/@sparksofjoyco/video/7461349894411013422",
    "https://www.tiktok.com/@aespa_official/video/7401509513653734664"
  ],
  "languages": [
    "en"
  ],
  "includeTimestamps": false,
  "includeSrt": false,
  "transcribeMissingCaptions": false
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  },
  "srt": {
    "label": "SRT",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Transcripts - Captions, SRT, Speech-to-Text](https://apify.com/kaz_kakyo/tiktok-transcripts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/tiktok-transcripts) to learn more, explore other use cases, and run it yourself.