# YouTube Video Transcript and Metadata Collector

**Use case:** 

Extract transcripts, timestamps, and metadata from YouTube videos. Includes language options, channel info, and video statistics.

## Input

```json
{
  "video_urls": [
    "dQw4w9WgXcQ"
  ],
  "language": "",
  "prefer_manual": true
}
```

## Output

```json
{
  "video_id": {
    "label": "Video id"
  },
  "title": {
    "label": "Title"
  },
  "channel_name": {
    "label": "Channel name"
  },
  "language": {
    "label": "Language"
  },
  "is_generated": {
    "label": "Is generated"
  },
  "duration_seconds": {
    "label": "Duration seconds"
  },
  "view_count": {
    "label": "View count"
  },
  "published_at": {
    "label": "Published at"
  },
  "transcript_text": {
    "label": "Transcript text"
  },
  "url": {
    "label": "Url"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Transcript Scraper — Captions & Subtitles, No API Key](https://apify.com/herus13/youtube-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/herus13/youtube-transcript-scraper) to learn more, explore other use cases, and run it yourself.