# Score Fashion Hauler Channel Engagement

**Use case:** 

Score fashion hauler channel engagement rate before sending seasonal product seeding packs.

## Input

```json
{
  "channel": "@bestdressed",
  "sampleVideoCount": 5
}
```

## Output

```json
{
  "whatIFound": {
    "label": "What I found",
    "format": "string"
  },
  "channelTitle": {
    "label": "channelTitle",
    "format": "string"
  },
  "channelHandle": {
    "label": "channelHandle",
    "format": "string"
  },
  "subscribersText": {
    "label": "subscribersText",
    "format": "string"
  },
  "averageRecentViews": {
    "label": "Average views, recent uploads",
    "format": "integer"
  },
  "engagementRate": {
    "label": "engagementRate",
    "format": "number"
  },
  "postingCadence": {
    "label": "postingCadence",
    "format": "string"
  },
  "uploadsSampled": {
    "label": "Uploads measured",
    "format": "integer"
  },
  "url": {
    "label": "url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Engagement Rate Calculator - Real Views?](https://apify.com/reapx/youtube-channel-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/youtube-channel-check) to learn more, explore other use cases, and run it yourself.