# Turn YouTube videos into SEO blog posts

**Use case:** 

Paste a YouTube URL and get a publish-ready Markdown article with SEO title, meta description, chapters, FAQs, and keywords for content marketing.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=qp0HIF3SfI4"
  ],
  "maxItems": 1,
  "targetAudience": "Content marketers and SEO teams",
  "tone": "Clear, practical, and authoritative",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "videoId": {
    "label": "Video id"
  },
  "title": {
    "label": "Title"
  },
  "channel": {
    "label": "Channel"
  },
  "article": {
    "label": "Article"
  },
  "summaryShort": {
    "label": "Summary short"
  },
  "transcriptSource": {
    "label": "Transcript source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Video to Blog Post & Notes Extractor](https://apify.com/rainminer/youtube-article-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/youtube-article-generator) to learn more, explore other use cases, and run it yourself.