# Google Developers YouTube Channel Statistics

**Use case:** 

Resolve the Google Developers YouTube channel URL into a typed profile with public statistics, joined date, external links, and observed-at timestamp.

## Input

```json
{
  "channels": [
    "@YouTube",
    "https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw"
  ],
  "startUrls": [
    {
      "url": "https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw"
    }
  ],
  "maxItems": 1
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel name",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "integer"
  },
  "totalViewCount": {
    "label": "Total views",
    "format": "integer"
  },
  "videoCount": {
    "label": "Videos",
    "format": "integer"
  },
  "joinedDate": {
    "label": "Joined date",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "string"
  }
}
```

## About this Actor

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