# YouTube Transcript to Blog Post Extractor

**Use case:** 

Extract plain text transcripts from YouTube videos in English. Perfect for transforming spoken content into written blog posts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw"
    }
  ],
  "lang": "en",
  "auto": true,
  "maxItems": 10,
  "searchTerms": []
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "lang": {
    "label": "Lang"
  },
  "transcript": {
    "label": "Transcript"
  },
  "downloadUrl": {
    "label": "File",
    "format": "link"
  }
}
```

## About this Actor

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