# Create Podcast & YouTube Snippets from TikTok Transcripts

**Use case:** 

Generate timestamped transcripts from long-form TikToks or other video content to easily identify impactful quotes and soundbites. This streamlines the process 

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@thefutur/video/7329544477810609440",
    "https://www.tiktok.com/@valuableinformation/video/7330655667788990001",
    "https://www.tiktok.com/@expertinsights/video/7331766778899001122"
  ]
}
```

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