Youtube Instant Email Scraper
Pricing
Pay per usage
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
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
foundflag so you can easily filter results
Input
You must provide at least one of the following fields:
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | one of these | YouTube channel ID | UC_x5XG1OV2P6uZZ5FSM9Ttw |
channelHandle | string | one of these | Channel 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:
| Field | Type | Description |
|---|---|---|
status | string | "success" or "error" |
email | string | Email address found, or empty string if none |
found | boolean | true if an email was discovered |
cached | boolean | true if result was served from cache |
source | string | "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: falseresponse 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.