# Batch-repurpose YouTube videos into articles

**Use case:** 

Process multiple YouTube URLs in one run and export SEO article packages ready for CMS, LinkedIn posts, and newsletter workflows.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=qp0HIF3SfI4",
    "https://www.youtube.com/watch?v=iG9CE55wbtY"
  ],
  "maxItems": 2,
  "targetAudience": "Content agencies and in-house marketing teams",
  "tone": "Clear and practical",
  "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.