Find Any YouTuber's Email in Seconds

Extract verified email addresses from any YouTube channel with a single API call. Perfect for influencer outreach, brand partnerships, and lead generation.

Used by marketers, agencies, and developers to automate creator discovery at scale.

99.9% Uptime
<2s Response
Free Tier
request.py
# Find emails for any YouTube channel
import requests

url = "https://youtube-instant-email-scraper.apidominance.com"
params = {
    "channel_url": "https://youtube.com/@MrBeast",
    "timeout": 30
}

response = requests.get(url, params=params)
data = response.json()

print(data["emails"])
# ["business@mrbeast.com"]

Why This API

No scraping headaches. Just structured data.

Lightning Fast

Get results in under 2 seconds. Our scraper extracts emails directly from channel pages with optimized parsing.

🎯

High Accuracy

Verified email extraction from YouTube channel About pages, descriptions, and linked websites. No false positives.

🔧

Simple Integration

One endpoint, one parameter. Works with any language — Python, JavaScript, Go, Ruby, PHP. Full OpenAPI spec included.

📈

Built for Scale

Handle bulk lookups with consistent performance. Rate limits scale with your plan from 1 to 10 requests per second.

🔒

Reliable Infrastructure

Hosted on DigitalOcean with 99.9% uptime SLA. Redis caching for repeat queries. Health monitoring 24/7.

💰

Generous Free Tier

50 free requests per month to test and validate. No credit card required. Upgrade only when you're ready.

API Parameters

Simple, powerful query parameters

Parameter Type Description Required
channel_url string Full URL of the YouTube channel (e.g., "https://youtube.com/@MrBeast") Required
timeout integer Request timeout in seconds (default: 30) Optional

Built For Your Use Case

From side projects to enterprise platforms

Influencer Marketing

Automate creator outreach by extracting contact emails from thousands of YouTube channels. Build prospect lists in minutes, not hours.

Brand Partnerships

Find the right creators for your brand. Get direct email contacts to pitch collaborations without going through agents or middlemen.

Sales & Lead Gen

Build targeted email lists from YouTube channels in your niche. Perfect for SaaS companies selling to content creators.

Recruiting & Talent

Reach out to YouTubers for talent management, speaking engagements, or collaboration opportunities with verified contact info.

Rich, Structured Responses

Every response returns a consistent JSON object with the channel name, discovered emails, and source URL. Easy to parse, easy to integrate. No HTML scraping on your end. No regex headaches. Just clean data.

// Example API Response
{
  "channel": "MrBeast",
  "emails": [
    "business@mrbeast.com"
  ],
  "source_url": "https://youtube.com/@MrBeast",
  "scraped_at": "2026-04-13T14:30:00Z",
  "success": true
}

Simple, Transparent Pricing

Start free. Scale when you're ready.

Basic
Free
  • 50 requests / month
  • 1 request / second
  • Standard support
  • Full API access
Start Free
Ultra
$19.99/mo
  • 100,000 requests / month
  • 10 requests / second
  • Priority support
  • Full API access
Subscribe

Start Extracting Emails Today

50 free requests. No credit card. Results in seconds.

Try Free on RapidAPI Try on Apify