# YouTube Transcript Generator with Timestamps

**Use case:** 

Generate YouTube transcripts with precise timestamps in Plain text, SRT, VTT and JSON.Batch process videos, 20+ languages, no API key. Try free.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=9PXluC2FMD0"
  ],
  "languages": [
    "en"
  ],
  "outputFormat": "json",
  "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.