# Repurpose TikTok Transcripts for Blog Posts & Social Media

**Use case:** 

Quickly extract full transcripts from top-performing TikTok videos to repurpose into blog posts, LinkedIn articles, or short-form social media updates. This hel

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@garyvee/video/7332219808620576043",
    "https://www.tiktok.com/@motivationmadness/video/7329544477810609440",
    "https://www.tiktok.com/@seth_the_programmer/video/7311756519125304606"
  ]
}
```

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