# Transcript YouTube Video to Text — Free Online Converter

**Use case:** 

Transcript any YouTube video to text in seconds. Clean, readable output — no captions needed, no sign-up. Export TXT, JSON, or CSV. Try free.

## Input

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