# Download YouTube Transcript to CSV or JSON

**Use case:** 

Run Download YouTube Transcript to CSV or JSON 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"
  ],
  "preferredLanguages": [
    "en",
    "fr"
  ],
  "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.