# Analyze TikTok Trends & Viral Content Topics

**Use case:** 

Scrape transcripts from trending TikTok videos within a specific niche to identify emerging keywords, phrases, and discussion topics. This empowers market resea

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@brian_david_gilbert/video/7329712160935515438",
    "https://www.tiktok.com/@apifylabs/video/7312345678901234567",
    "https://www.tiktok.com/@digitalmarketingtips/video/7331122334455667788"
  ]
}
```

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