# Video Content Repurposing Workflow

**Use case:** 

Batch extract video transcripts for content repurposing, SEO briefs, summaries, subtitles, and research workflows.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
    "https://www.youtube.com/watch?v=9bZkp7q19f0"
  ],
  "maxRetries": 2
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "transcriptText": {
    "label": "Transcript",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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