# Download YouTube Video Transcripts in Multiple Languages

**Use case:** 

Retrieve transcripts from YouTube videos in English, Spanish, French, German, and Hindi. Save the results in JSON format for easy access.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=pAnGwRiQ4-4"
  ],
  "preferredTranscriptLanguages": [
    "en",
    "es",
    "fr",
    "de",
    "hi"
  ],
  "transcriptOutputFormat": "json"
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Input url"
  },
  "videoId": {
    "label": "Video id"
  },
  "status": {
    "label": "Status"
  },
  "error": {
    "label": "Error"
  },
  "collectedAt": {
    "label": "Collected at"
  }
}
```

## About this Actor

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