Youtube Instant Email Scraper avatar

Youtube Instant Email Scraper

Pricing

Pay per usage

Go to Apify Store
Youtube Instant Email Scraper

Youtube Instant Email Scraper

Extract email addresses from any YouTube channel in seconds. Provide a channel URL or handle and get verified contact emails — perfect for influencer outreach, brand partnerships, and lead generation

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Derek Hefley

Derek Hefley

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

17 hours ago

Last modified

Share

Extract publicly available contact emails from any YouTube channel's About page — instantly. Provide a channel ID or @handle and get a verified email address in seconds.

What It Does

This actor scrapes the business contact email that YouTube creators list publicly on their channel's About page. It is ideal for influencer outreach, partnership discovery, and building lead lists from YouTube.

  • Accepts a channel ID or @handle as input
  • Returns the email address if one is publicly listed
  • Fast, cached responses — repeated lookups are served instantly
  • Returns a structured JSON response with found flag so you can easily filter results

Input

You must provide at least one of the following fields:

FieldTypeRequiredDescriptionExample
idstringone of theseYouTube channel IDUC_x5XG1OV2P6uZZ5FSM9Ttw
channelHandlestringone of theseChannel handle with @ prefix@mrbeast

How to Find a Channel ID

  • Go to the channel page on YouTube
  • The channel ID appears in the URL: youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw
  • Alternatively, use the @handle directly (e.g. @mrbeast)

Example Input

{
"channelHandle": "@mrbeast"
}

Or using channel ID:

{
"id": "UC_x5XG1OV2P6uZZ5FSM9Ttw"
}

Output

The actor returns a single JSON object:

FieldTypeDescription
statusstring"success" or "error"
emailstringEmail address found, or empty string if none
foundbooleantrue if an email was discovered
cachedbooleantrue if result was served from cache
sourcestring"upstream" or "cache"

Example Output — Email Found

{
"status": "success",
"email": "contact@mrbeastbusiness.com",
"found": true,
"cached": false,
"source": "upstream"
}

Example Output — No Email Listed

{
"status": "success",
"email": "",
"found": false,
"cached": false,
"source": "upstream"
}

Example Output — Error

{
"status": "error",
"error": "Upstream request timed out after 30.0s."
}

Use Cases

Influencer Marketing — Build contact lists of YouTube creators in any niche for sponsorship outreach.

Lead Generation — Identify business emails for agencies, consultants, or SaaS products targeting content creators.

Recruitment — Find contact emails for high-profile creators or channels relevant to your industry.

Research & Analytics — Enrich YouTube channel data with contact information for market research.

Pricing

This actor uses Apify's pay-per-result model:

  • Actor Start: $0.00005 per run
  • Per Result: $0.05 per email result returned

A free tier is available to get started without a credit card.

Notes

  • Only emails publicly listed on YouTube channel About pages are returned. This actor does not access private data.
  • Some channels do not list a contact email — the found: false response is expected in those cases.
  • Results are cached to improve speed and reduce costs on repeated lookups.

Support

For questions or issues, contact derekhefley@gmail.com or visit apidominance.com.