# Micro Gaming YouTube Influencer Email List

**Use case:** 

Find business emails of micro gaming YouTube influencers. Access engagement rates, subscriber counts, and view averages for targeted outreach.

## Input

```json
{
  "searchQueries": [
    "gaming pc console review"
  ],
  "niche": "tech reviews",
  "channels": [],
  "region": "US",
  "language": "en",
  "sortBy": "relevance",
  "maxChannelsPerQuery": 50,
  "recentVideosForStats": 10,
  "minSubscribers": 1000,
  "maxSubscribers": 50000,
  "requireEmail": false,
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "channelTitle": {
    "label": "Channel",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "avgRecentViews": {
    "label": "Avg recent views",
    "format": "number"
  },
  "engagementRatePct": {
    "label": "Engagement %",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Influencer Scraper — Emails & Engagement](https://apify.com/logiover/youtube-influencer-discovery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/youtube-influencer-discovery-scraper) to learn more, explore other use cases, and run it yourself.