# Gaming YouTube Bot Subscriber Checker

**Use case:** 

Analyze the subscriber ratios of popular gaming channels. Get insights on fake followers and engagement rates from recent videos.

## Input

```json
{
  "channels": [
    "@jacksepticeye",
    "@Markiplier"
  ],
  "recentVideosToAnalyze": 20,
  "maxResults": 50
}
```

## Output

```json
{
  "channelTitle": {
    "label": "Channel",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "creatorScore": {
    "label": "Creator score",
    "format": "integer"
  },
  "brandSafetyScore": {
    "label": "Brand-safety score",
    "format": "integer"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "integer"
  },
  "avgRecentViews": {
    "label": "Avg recent views",
    "format": "integer"
  },
  "engagementRatePct": {
    "label": "Engagement rate (%)",
    "format": "number"
  },
  "engagementHealth": {
    "label": "Engagement health",
    "format": "string"
  },
  "flaggedCategories": {
    "label": "Flagged categories",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Audit - Fake Follower Checker](https://apify.com/logiover/influencer-authenticity-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/influencer-authenticity-audit) to learn more, explore other use cases, and run it yourself.