# Evaluate Sustainable Living Channel View Ratio

**Use case:** 

Evaluate sustainable living creator subscriber view ratio for eco-friendly deals.

## Input

```json
{
  "channel": "LeviHildebrand",
  "sampleVideoCount": 10
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "viewsPer100Subscribers": {
    "label": "viewsPer100Subscribers",
    "format": "number"
  },
  "likesPer1000Views": {
    "label": "likesPer1000Views",
    "format": "number"
  },
  "channelTitle": {
    "label": "channelTitle",
    "format": "string"
  },
  "channelHandle": {
    "label": "channelHandle",
    "format": "string"
  },
  "subscriberCount": {
    "label": "subscriberCount",
    "format": "integer"
  },
  "averageViewsPerVideo": {
    "label": "averageViewsPerVideo",
    "format": "integer"
  },
  "engagementRate": {
    "label": "engagementRate",
    "format": "number"
  },
  "viewsPerVideoTrend": {
    "label": "viewsPerVideoTrend",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  },
  "vsPeers": {
    "label": "vsPeers",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Subs vs Views - Is Anyone Actually Watching?](https://apify.com/reapx/youtube-subscriber-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/youtube-subscriber-audit) to learn more, explore other use cases, and run it yourself.