# YouTube & Podcast Transcript Extractor

**Use case:** 

YouTube — caption tracks (auto-generated or uploaded) from individual videos, whole playlists, or entire channels
Podcasts

## Input

```json
{
  "videos": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  ],
  "language": "en",
  "includeSegments": true,
  "maxVideosPerSource": 50,
  "maxEpisodesPerFeed": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  }
}
```

## About this Actor

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