# YouTube Transcripts & Captions Scraper (Subtitles at...

**Use case:** 

YouTube Transcripts & Captions Scraper (Subtitles at Scale) configured for production export. The saved input exposes videoUrls, languageCode, preferManual,...

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=arj7oStGLkU"
  ],
  "videoIds": [],
  "channelUrls": [],
  "maxVideosPerChannel": 10,
  "languageCode": "en",
  "preferManual": true,
  "includeTimestamps": true,
  "includeAutoTranslate": true,
  "includeMetadata": true,
  "useResidentialProxy": true,
  "maxResults": 50
}
```

## Output

```json
{
  "video_id": {
    "label": "Video ID"
  },
  "video_url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "channel_name": {
    "label": "Channel"
  },
  "published_at": {
    "label": "Published"
  },
  "view_count": {
    "label": "Views"
  },
  "language_code": {
    "label": "Language"
  },
  "is_auto_generated": {
    "label": "Auto-generated"
  },
  "segment_count": {
    "label": "Segments"
  },
  "total_duration_seconds": {
    "label": "Duration (s)"
  },
  "transcript_text": {
    "label": "Transcript"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Video Transcript & Channel Scraper](https://apify.com/thirdwatch/youtube-transcripts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/youtube-transcripts-scraper) to learn more, explore other use cases, and run it yourself.