# TikTok content repurposing transcripts

**Use case:** 

Turn public TikTok videos into transcript rows for blog drafts, newsletters, summaries, and creator content workflows.

## Input

```json
{
  "videoUrls": [
    "https://www.tiktok.com/@tiktok/video/7655092881387998494",
    "https://www.tiktok.com/@tiktok/video/7649091368656194847"
  ],
  "maxItems": 2,
  "preferredLanguage": "en",
  "includeMetadata": true,
  "maxConcurrency": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Input URL",
    "format": "link"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "transcriptText": {
    "label": "Transcript",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "transcriptionSource": {
    "label": "Source",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "errorReason": {
    "label": "Error / skip reason",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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