# Education & Online Course YouTube Influencer Finder

**Use case:** 

Identify YouTube influencers in education with email contacts. Get subscriber counts, engagement rates, and recent video stats.

## Input

```json
{
  "searchQueries": [
    "online education tutorial course learn"
  ],
  "niche": "tech reviews",
  "channels": [],
  "region": "US",
  "language": "en",
  "sortBy": "relevance",
  "maxChannelsPerQuery": 40,
  "recentVideosForStats": 10,
  "minSubscribers": 5000,
  "maxSubscribers": 0,
  "requireEmail": true,
  "maxResults": 40,
  "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.