# Build a YouTube Creator Outreach List With Emails

**Use case:** 

One keyword set to a finished YouTube outreach list: channel, subscribers, newsletter status, what they sell, and a public contact email where there is one.

## Input

```json
{
  "keywords": [
    "fitness coach",
    "skincare tips"
  ],
  "niche": "custom",
  "max_keywords_per_niche": 10,
  "handles": [],
  "platforms": [
    "youtube"
  ],
  "max_creators_per_keyword": 15,
  "max_creators": 60,
  "follower_min": 5000,
  "follower_max": 500000,
  "us_only": false,
  "skip_links": false,
  "render_unreadable_pages": false,
  "ai_check": false,
  "ai_provider": "anthropic",
  "scan_website_for_email": false,
  "match_agencies": true,
  "escalate_on_block": true,
  "contribute_to_shared_pool": true,
  "source_tag": "creator-lead-list-all-in-one:build-a-youtube-creator-outreach-list"
}
```

## Output

```json
{
  "creator_id": {
    "label": "Creator id",
    "format": "string"
  },
  "creator_id_method": {
    "label": "Creator id method",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile url",
    "format": "string"
  },
  "display_name": {
    "label": "Display name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "business_email": {
    "label": "Business email",
    "format": "string"
  },
  "manager_email": {
    "label": "Manager email",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency name",
    "format": "string"
  },
  "newsletter_status": {
    "label": "Newsletter status",
    "format": "string"
  },
  "newsletter_platform": {
    "label": "Newsletter platform",
    "format": "string"
  },
  "sells_course": {
    "label": "Sells course",
    "format": "boolean"
  },
  "sells_coaching": {
    "label": "Sells coaching",
    "format": "boolean"
  },
  "sells_digital_product": {
    "label": "Sells digital product",
    "format": "boolean"
  },
  "brand_deals_visible": {
    "label": "Brand deals visible",
    "format": "boolean"
  },
  "search_keyword": {
    "label": "Search keyword",
    "format": "string"
  },
  "row_status": {
    "label": "Row status",
    "format": "string"
  },
  "error_reason": {
    "label": "Error reason",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Lead List Builder](https://apify.com/mambalabs/creator-lead-list-all-in-one.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/creator-lead-list-all-in-one.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/mambalabs/creator-lead-list-all-in-one.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`).
