Youtube Instant Email Scraper avatar
Youtube Instant Email Scraper

Pricing

Pay per event

Go to Apify Store
Youtube Instant Email Scraper

Youtube Instant Email Scraper

[Instant response] [Passes most reCAPTCHA] Extract YouTube email addresses from channel ID or handle.

Pricing

Pay per event

Rating

0.0

(0)

Developer

EndSpec

EndSpec

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

2

Monthly active users

5 days ago

Last modified

Share

Find email addresses for YouTube channels instantly.

Passes most reCAPTCHA


Simple Input-Output Example

Input (specify either id or channelHandle):

{
"channelHandle": "@mrbeast"
}

Output:

{
"status": "success",
"email": "contact@mrbeastbusiness.com",
"found": true
}

Important Notes:

  • Actor takes about 15s to run
  • Only one email can be inputted at a time
  • Actor passes through most reCAPTCHAs, but not all
  • Returns success even if no email is found
  • Only returns error if the API service breaks
  • If either no email is found or the captcha isn't passed, but the parsing is successful, you will still be charged
  • The API bandwidth is not very high atm, so you sometimes might hit an internal rate limit. If that happens, you will not be charged
  • If enough interest follows, we'll extend the API to accommodate higher rate limits
  • Contact address for any issue / enquiry: contact@endspec.net

If you need more information on your leads (such as websites, socials, link.me platforms, etc.), you can use the Youtube Emails, Socials and Urls Extractor: https://apify.com/endspec/youtube-channel-contacts-extractor

Full Actor Documentation

YouTube Channel Email Finder

Find email addresses for any YouTube channel instantly. Get the contact email for YouTube creators and channels worldwide.


Overview

The YouTube Channel Email Finder is an Apify Actor that extracts email addresses from YouTube channels. Whether you're a marketer looking to reach out to creators, a business seeking collaboration opportunities, or a researcher analyzing creator contact information, this actor helps you find email addresses quickly and efficiently.

What You Can Do

  • Find Email Addresses: Discover contact emails for YouTube channels
  • Handle-Based Search: Use YouTube handles (e.g., @channelname)
  • ID-Based Search: Use YouTube channel IDs for direct lookup
  • Reliable Results: Get consistent email extraction from channel data

Data Availability

All data returned by this actor is publicly available information. We extract email addresses that creators have made publicly accessible on their YouTube channels and associated platforms.


Actor Input Parameters

The actor accepts the following input parameters:

id • Type: string • Required: Optional* • Description: YouTube channel ID e.g., UC_x5XG1OV2P6uZZ5FSM9Ttw

channelHandle • Type: string • Required: Optional* • Description: YouTube channel handle e.g., @theAIsearch

Important Notes:

  • At least one parameter is required - You must provide either id or channelHandle
  • Channel handles must start with @ - If using channelHandle, it must begin with the @ symbol (e.g., @mkbhd, not mkbhd)
  • ID takes precedence - If both id and channelHandle are provided, only the id parameter will be used

Input Examples

Example 1: Using Channel Handle Only

{
"channelHandle": "@theAIsearch"
}

Example 2: Using Channel ID Only

{
"id": "UC_x5XG1OV2P6uZZ5FSM9Ttw"
}

Example 3: Using Both Parameters (ID takes precedence)

{
"id": "UC_x5XG1OV2P6uZZ5FSM9Ttw",
"channelHandle": "@theAIsearch"
}

Output Schema

The actor returns data in the following format:

Success Response:

{
"status": "success",
"email": "contact@example.com",
"found": true
}

Error Response:

{
"status": "error",
"error": "something went wrong with the Actor. You will not be charged"
}

Output Fields:

status • Type: string • Description: The status of the operation • Possible values: "success", "error"

email (only in success responses) • Type: string • Description: The email address found for the channel (empty string if no email found)

found (only in success responses) • Type: boolean • Description: Whether an email address was found • Possible values: true (email found), false (no email found)

error (only in error responses) • Type: string • Description: Error message when the actor fails


Output Examples

Example 1: Email Found

{
"status": "success",
"email": "contact@kingsandgenerals.com",
"found": true
}

Example 2: No Email Found (Still Success)

{
"status": "success",
"email": "",
"found": false
}

Example 3: API Error

{
"status": "error",
"error": "something went wrong with the Actor. You will not be charged"
}

Use Cases

Marketing & Outreach

  • Build contact lists for creator outreach campaigns
  • Find email addresses for influencer marketing
  • Connect with YouTube creators for collaborations

Business Development

  • Research potential business partners
  • Contact channel owners for sponsorship opportunities
  • Build creator networks for cross-promotion

Research & Analytics

  • Analyze creator contact patterns
  • Study channel monetization strategies
  • Research creator demographics and contact preferences

Support

For support and questions:

  • Email: contact@endspec.net
  • Apify: Report issues through the Apify platform
  • API Support: Contact your API provider for API-related issues

Changelog

Version 1.0.0

  • Initial release
  • Support for channel handles and IDs
  • Email extraction that passes most reCAPTCHA
  • Comprehensive error handling