# Find YouTube creators in the AI niche

**Use case:** 

Discover public YouTube channels about AI with subscriber counts and available email or social contacts.

## Input

```json
{
  "keywords": [
    "AI"
  ],
  "minSubscribers": 10000,
  "maxSubscribers": 0,
  "maxChannelsPerKeyword": 5,
  "maxConcurrency": 5,
  "maxRequestRetries": 1,
  "requestTimeoutSecs": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "avatar": {
    "label": "头像",
    "format": "image"
  },
  "channelName": {
    "label": "频道 Channel",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "subscriberCount": {
    "label": "订阅 Subscribers",
    "format": "number"
  },
  "email": {
    "label": "邮箱 Email",
    "format": "text"
  },
  "instagram": {
    "label": "Instagram",
    "format": "text"
  },
  "twitter": {
    "label": "X / Twitter",
    "format": "text"
  },
  "channelUrl": {
    "label": "频道链接 URL",
    "format": "link"
  },
  "keyword": {
    "label": "关键词 Keyword",
    "format": "text"
  }
}
```

## About this Actor

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