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.
# 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"]
No scraping headaches. Just structured data.
Get results in under 2 seconds. Our scraper extracts emails directly from channel pages with optimized parsing.
Verified email extraction from YouTube channel About pages, descriptions, and linked websites. No false positives.
One endpoint, one parameter. Works with any language — Python, JavaScript, Go, Ruby, PHP. Full OpenAPI spec included.
Handle bulk lookups with consistent performance. Rate limits scale with your plan from 1 to 10 requests per second.
Hosted on DigitalOcean with 99.9% uptime SLA. Redis caching for repeat queries. Health monitoring 24/7.
50 free requests per month to test and validate. No credit card required. Upgrade only when you're ready.
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 |
From side projects to enterprise platforms
Automate creator outreach by extracting contact emails from thousands of YouTube channels. Build prospect lists in minutes, not hours.
Find the right creators for your brand. Get direct email contacts to pitch collaborations without going through agents or middlemen.
Build targeted email lists from YouTube channels in your niche. Perfect for SaaS companies selling to content creators.
Reach out to YouTubers for talent management, speaking engagements, or collaboration opportunities with verified contact info.
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
}
Start free. Scale when you're ready.
50 free requests. No credit card. Results in seconds.