# YouTube Transcript Extractor - Bulk Caption Export

**Use case:** 

Run YouTube Transcript Extractor - Bulk Caption Export 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://youtu.be/jNQXAC9IVRw",
    "https://www.youtube.com/watch?v=kJQP7kiw5Fk",
    "https://www.youtube.com/watch?v=hT_nvWreIhg"
  ],
  "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.