# YouTube Video Transcript Generator — Free, Fast, Accurate

**Use case:** 

Free YouTube video transcript generator. Extract captions in seconds — plain text, timestamps, JSON, SRT, or VTT. 20+ languages. No api key needed.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=kBJwE9h2qNA"
  ],
  "languages": [
    "en"
  ],
  "outputFormat": "text",
  "preserveFormatting": false
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text](https://apify.com/scraperhive/youtube-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraperhive/youtube-transcript-scraper) to learn more, explore other use cases, and run it yourself.