# Identify Niche YouTube Influencers and Channels

**Use case:** 

Locate key YouTube channels and potential influencers within specific industry niches for partnership opportunities. Expand your reach and target audience throu

## Input

```json
{
  "searchQueries": [
    "ai ethics research",
    "sustainable fashion tutorial",
    "home automation reviews"
  ],
  "maxResults": 20,
  "sortBy": "relevance",
  "uploadDate": "",
  "type": "channel",
  "duration": "",
  "features": [],
  "market": "US"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Youtube Search Scraper](https://apify.com/crawlerbros/youtube-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/youtube-search-scraper) to learn more, explore other use cases, and run it yourself.