# YouTube Channel Stats Collection for Marketing Report

**Use case:** 

Get precise stats including subscribers, views, and contact details from top YouTube channels. Ideal for marketing analysis and outreach.

## Input

```json
{
  "startUrls": [
    "https://www.youtube.com/@mkbhd",
    "https://www.youtube.com/@LinusTechTips",
    "http://www.youtube.com/@gordonramsay",
    "http://www.youtube.com/@MrBeast",
    "http://www.youtube.com/@PewDiePie",
    "http://www.youtube.com/@veritasium",
    "http://www.youtube.com/@kurzgesagt",
    "http://www.youtube.com/@TED",
    "http://www.youtube.com/@NASA",
    "https://www.youtube.com/@aliabdaal"
  ],
  "extractContactInfo": true
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel name",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel url",
    "format": "string"
  },
  "isVerified": {
    "label": "Is verified",
    "format": "boolean"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "stats.subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "stats.totalVideos": {
    "label": "Total videos",
    "format": "integer"
  },
  "stats.totalViews": {
    "label": "Total views",
    "format": "integer"
  },
  "stats.avgViewsPerVideo": {
    "label": "Avg views per video",
    "format": "integer"
  },
  "stats.estimatedMonthlyViews": {
    "label": "Estimated monthly views",
    "format": "integer"
  },
  "stats.uploadFrequencyPerMonth": {
    "label": "Upload frequency per month",
    "format": "number"
  },
  "stats.engagementRate": {
    "label": "Engagement rate",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Youtube Channel Scraper | Subs, Stats & Contact](https://apify.com/apizy/youtube-channel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apizy/youtube-channel-scraper) to learn more, explore other use cases, and run it yourself.