# TikTok keyword research

**Use case:** 

Transcribe TikTok videos in any niche and extract the exact words creators use. Spot recurring topics, trending terms, and keywords to fuel your SEO strategy.

## Input

```json
{
  "postURLs": [
    "https://www.tiktok.com/@1zzies/video/7651011564799036702",
    "https://www.tiktok.com/@sasainseoul/video/7652938134392491285",
    "https://www.tiktok.com/@ya.mirr/video/7653579429678959903",
    "https://www.tiktok.com/@dermatologysurgeon/video/7649826088390085918",
    "https://www.tiktok.com/@_skincarewithroyce/video/7649188076698209549",
    "https://www.tiktok.com/@draleksandrabrown/video/7652306118663884045",
    "https://www.tiktok.com/@doctoryoun/video/7650628909595102495"
  ],
  "downloadSubtitlesOptions": "TRANSCRIBE_ALL_VIDEOS"
}
```

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