# YouTube Transcript Downloader - Multi-Video Batch

**Use case:** 

Run YouTube Transcript Downloader - Multi-Video Batch on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "urls": [
    "https://www.youtube.com/watch?v=dQw4W9WgXcQ",
    "https://www.youtube.com/watch?v=9bZkp7q19f0",
    "https://www.youtube.com/watch?v=kJQP7kiw5Fk",
    "https://www.youtube.com/watch?v=fJ9rUzIMcZQ",
    "https://www.youtube.com/watch?v=YQHsXMglC9A",
    "https://www.youtube.com/watch?v=RgKAFK5djSk",
    "https://www.youtube.com/watch?v=OPf0YbXqDm0",
    "https://www.youtube.com/watch?v=CevxZvSJLk8"
  ],
  "preferredLanguages": [
    "en"
  ],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "language_code": {
    "label": "Language",
    "format": "text"
  },
  "n_segments": {
    "label": "Segments",
    "format": "text"
  },
  "full_text": {
    "label": "Full transcript",
    "format": "text"
  }
}
```

## About this Actor

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