# YouTube scraper transparent pricing only pay for success

**Use case:** 

Transparent pay-per-success YouTube scraper pricing. Only pay per successful channel. Failed URLs, invalid links, and non-existent channels completely free.

## Input

```json
{
  "startUrls": [
    "https://www.youtube.com/@invaliduser123456789",
    "https://www.youtube.com/@mkbhd"
  ],
  "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 V2 [FAST] | Subs, Stats & Contact](https://apify.com/apizy/youtube-channel-scraper-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apizy/youtube-channel-scraper-v2) to learn more, explore other use cases, and run it yourself.