# TikTok Transcript Corpus on One Topic

**Use case:** 

Collect transcripts from many TikToks on a topic into one analysis-ready dataset. $0.005 per captioned video.

## Input

```json
{
  "tiktokUrls": [
    "https://www.tiktok.com/@humphreytalks/video/7563352394633891102",
    "https://www.tiktok.com/@humphreytalks/video/7184230834566663467",
    "https://www.tiktok.com/@humphreytalks/video/7388191486245965098",
    "https://www.tiktok.com/@jomacx/video/7433378256209956129",
    "https://www.tiktok.com/@smileycitrus/video/7399196679611649288"
  ],
  "languages": [
    "en"
  ],
  "includeTimestamps": true,
  "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.