# Find Sponsor-Ready YouTube Creators in Your Niche

**Use case:** 

Find YouTube creators already making review and unboxing videos in your category, with channels and views, to target the best sponsorship-fit accounts.

## Input

```json
{
  "searchQueries": [
    "skincare routine for acne",
    "honest skincare review",
    "drugstore skincare haul"
  ],
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCountText": {
    "label": "Views",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

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