# Audit Competitor TikTok Content & Messaging

**Use case:** 

Extract transcripts from competitors' successful TikTok videos to analyze their key messages, calls-to-action, and storytelling techniques. Gain competitive int

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@competitorbrand_a/video/7322334455667788990",
    "https://www.tiktok.com/@competitorbrand_b/video/7311223344556677889",
    "https://www.tiktok.com/@competitorbrand_c/video/7300112233445566778"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "segmentCount": {
    "label": "Segments",
    "format": "integer"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "integer"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  },
  "url": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

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