# Export YouTube transcripts to SRT subtitles

**Use case:** 

Extract SRT subtitle files from up to 10 recent videos on a YouTube channel. Get complete transcripts with timestamps for analysis and content repurposing.

## Input

```json
{
  "handle": "@veritasium",
  "videoLimit": 10,
  "sortBy": "popular",
  "language": "en",
  "includeSegments": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "view_count": {
    "label": "Views",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "word_count": {
    "label": "Words",
    "format": "number"
  },
  "published_text": {
    "label": "Published",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Channel Transcripts — Bulk Extract by Influship](https://apify.com/influship/youtube-channel-transcripts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/influship/youtube-channel-transcripts) to learn more, explore other use cases, and run it yourself.