# Find US tech reviewers for sponsorships

**Use case:** 

Find US YouTube tech reviewers for sponsorship outreach. Get qualified creator leads with subscriber counts, recent video performance, public business contacts, and transparent sponsor-fit scores.

## Input

```json
{
  "searchQueries": [
    "tech reviewers gadgets",
    "consumer electronics reviews"
  ],
  "channelUrls": [],
  "maxChannelsPerQuery": 10,
  "maxTotalChannels": 20,
  "minSubscribers": 10000,
  "maxSubscribers": 1000000,
  "minimumSponsorFitScore": 50,
  "countryHint": "US",
  "languageHint": "en",
  "maxRecentVideos": 6,
  "enrichPublicWebsites": true,
  "includeChannelsWithoutKnownSubscriberCount": true,
  "maxConcurrency": 2,
  "requestTimeoutSecs": 30,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Search query",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Image",
    "format": "string"
  },
  "channelName": {
    "label": "Channel",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "publicEmails": {
    "label": "Public emails",
    "format": "array"
  },
  "websiteUrls": {
    "label": "Websites",
    "format": "array"
  },
  "avgRecentViews": {
    "label": "Average recent views",
    "format": "integer"
  },
  "recentVideoCount": {
    "label": "Sampled videos",
    "format": "integer"
  },
  "relevanceScore": {
    "label": "Relevance",
    "format": "integer"
  },
  "contactabilityScore": {
    "label": "Contactability",
    "format": "integer"
  },
  "reachScore": {
    "label": "Reach",
    "format": "integer"
  },
  "activityScore": {
    "label": "Activity",
    "format": "integer"
  },
  "sponsorFitScore": {
    "label": "Sponsor fit",
    "format": "integer"
  },
  "sponsorFitSignals": {
    "label": "Fit reasons",
    "format": "array"
  },
  "dataQuality": {
    "label": "Data quality",
    "format": "string"
  },
  "collectedAt": {
    "label": "Collected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Creator Sponsorship Lead Finder](https://apify.com/nexascout/youtube-creator-sponsorship-lead-finder.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexascout/youtube-creator-sponsorship-lead-finder.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/nexascout/youtube-creator-sponsorship-lead-finder.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
