🎬 YouTube Channel Email Scraper avatar

🎬 YouTube Channel Email Scraper

Pricing

$19.99/month + usage

Go to Apify Store
🎬 YouTube Channel Email Scraper

🎬 YouTube Channel Email Scraper

🎬 YouTube Channel Email Scraper extracts creator/business emails from channel About pages, video descriptions & linked websites. πŸ“§ Ideal for outreach, influencer marketing, PR & B2B sales prospecting. ⚑ Fast, accurate, CSV-ready leads.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

🎬 YouTube Channel Email Scraper

The 🎬 YouTube Channel Email Scraper is a focused YouTube email extractor that searches Google for site:youtube.com results and pulls publicly visible email addresses from result snippets. It solves the manual grind of trying to find creator contact info by automating discovery and extraction at scale β€” ideal for marketers, developers, data analysts, and researchers. Use it as a YouTube channel email finder, YouTube contact scraper, and YouTube channel lead generation tool to accelerate influencer outreach, PR, and B2B prospecting.

What data / output can you get?

This actor streams structured rows to the Apify dataset as soon as emails are found. You’ll get the following fields:

Data typeDescriptionExample value
networkSource network label derived from the selected platform"Youtube.com"
keywordThe search keyword that produced the result"marketing"
titleResult title captured from Google SERP (channel/video title)"Marketing with Sara β€” YouTube"
descriptionSnippet/description captured from SERP where the email was detected"Business inquiries: contact@brandstudio.com β€” Tutorials and reviews…"
urlDirect link to the YouTube page found via Google"https://www.youtube.com/@sara-marketing"
emailExtracted email address (normalized to lowercase)"contact@brandstudio.com"

Notes:

  • Rows are only pushed when an email is detected to keep datasets clean and outreach-ready.
  • Export your dataset to JSON, CSV, or Excel directly from Apify for downstream workflows (e.g., export YouTube channel emails to CSV).

Key features

  • πŸ”’ Robust Google SERP engine (3 retries per request)
    Uses Apify’s specialized GOOGLE_SERP proxy with automatic retries for resilient, production-ready scraping of Google results.

  • 🎯 Targeted discovery via site search
    Queries Google with site:youtube.com and your keywords (plus optional location) to act as a precise YouTube creator email finder tool.

  • βœ‰οΈ Email domain filtering
    Focus on business or specific domains using emailDomains (e.g., @company.com, @gmail.com) for a sharper YouTube business email finder workflow.

  • πŸ“ˆ Batch collection with per-keyword limits
    Control throughput with maxEmails to run quick tests or large, bulk YouTube channel email extraction campaigns.

  • πŸš€ Real-time dataset streaming
    Each result is pushed instantly, enabling fast pipelines that export YouTube channel emails as they’re discovered.

  • πŸ”Œ Auto proxy configuration
    No setup required. The proxyConfiguration input is ignored as the actor auto-configures Apify’s GOOGLE_SERP proxy for reliability.

  • πŸ‘¨β€πŸ’» Developer-friendly foundation
    Built with the Apify SDK for Python (apify) and aiohttp β€” easy to integrate into existing pipelines as a YouTube channel data scraper for emails.

  • πŸ›‘οΈ Public-data focused
    Designed to extract only publicly available contact emails from Google SERP snippets referencing YouTube channels and videos. No login or cookies required β€” no YouTube channel email scraper Chrome extension needed.

How to use 🎬 YouTube Channel Email Scraper - step by step

  1. Sign in to Apify and open the 🎬 YouTube Channel Email Scraper actor.
  2. Add your keywords under keywords (e.g., β€œmarketing”, β€œfitness coach”). Each keyword spawns a targeted Google query.
  3. (Optional) Add a Location Filter via location (e.g., β€œLondon”, β€œUSA”) to add geographic context to the query.
  4. (Optional) Filter by Email Domain with emailDomains (e.g., β€œ@company.com”, β€œ@gmail.com”) to prioritize relevant inboxes.
  5. Set Max Emails per Keyword with maxEmails to control volume and runtime (default is 5 for quick tests).
  6. Confirm platform is set to β€œYoutube” and engine to β€œlegacy” (defaults). The proxy is auto-configured β€” no action needed.
  7. Click Run. The actor searches Google (site:youtube.com) and extracts emails from SERP snippets that reference YouTube channels and videos.
  8. Monitor progress in the run logs β€” results stream to the dataset in real time.
  9. Download your dataset from the run and export YouTube channel emails to CSV, JSON, or Excel for outreach and analysis.

Pro tip: Start with a small maxEmails for testing, then scale up for campaigns to build a repeatable YouTube creator contact list builder that feeds your CRM or outreach tools.

Use cases

Use case nameDescription
Influencer marketing outreachFind creator contact emails for collaborations and sponsorships using a precise YouTube channel email finder workflow.
B2B lead generation for creatorsBuild targeted lists of channels that publish contact emails relevant to your niche with a bulk YouTube channel email extraction approach.
Agency prospecting by niche & locationCombine keywords and location to identify local creators/businesses on YouTube with public emails.
Creator partnerships & affiliateSource emails for partnership proposals, affiliate recruitment, or co-marketing programs.
Market research & analysisCollect structured contact snippets tied to keywords for trend mapping and competitive analysis.
Data pipelines & enrichmentIntegrate this YouTube creator outreach software into automated pipelines for enrichment and deduplication.

Why choose 🎬 YouTube Channel Email Scraper?

Positioned for precision and reliability, this YouTube channel contact extractor automates discovery and extraction using robust Google SERP access.

  • βœ… Accurate extraction with normalization and pattern matching
  • πŸ” Reliable SERP access via GOOGLE_SERP proxy and 3 automatic retries
  • πŸ“Š Scalable runs with per-keyword limits for testing and campaigns
  • πŸ‘¨β€πŸ’» Built on Apify SDK for clean automation and integration
  • πŸ” Public-data only, designed for ethical use and outreach best practices
  • 🧭 Targeted results using optional location and email domain filters
  • 🧰 Outperforms manual searches and unstable browser extensions with structured dataset output

In short: a dependable YouTube email extractor for structured, scalable outreach.

Yes β€” when used responsibly. This actor is designed to extract publicly available information from Google results pointing to public YouTube pages.

Guidelines for compliant use:

  • Only collect public contact emails from publicly visible pages/snippets.
  • Do not attempt to access private or sensitive information.
  • Ensure usage aligns with YouTube’s terms of service and applicable privacy policies.
  • Use extracted contact data ethically; avoid spamming and obtain appropriate consent for marketing.
  • Follow local data protection laws and consult your legal team for edge cases.

Input parameters & output format

Example JSON input

{
"keywords": ["marketing", "startup founder"],
"platform": "Youtube",
"location": "USA",
"emailDomains": ["@gmail.com", "@company.com"],
"maxEmails": 10,
"engine": "legacy",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Parameters

  • keywords (array)
    Type: array
    Description: Keywords to find relevant YouTube content (channels, videos, descriptions). The actor searches Google for YouTube profiles containing these terms and extracts any email addresses found.
    Default: none
    Required: Yes

  • platform (string)
    Type: string (enum: "Youtube")
    Description: Select which platform to scrape. Currently supports YouTube β€” more platforms coming soon!
    Default: "Youtube"
    Required: No

  • location (string)
    Type: string
    Description: Optional β€” narrow results by geographic location. Adds location context to the search query for more targeted leads.
    Default: "" (global)
    Required: No

  • emailDomains (array)
    Type: array
    Description: Optional β€” filter results to only include emails from specific domains. Great for targeting business emails vs personal.
    Default: []
    Required: No

  • maxEmails (integer)
    Type: integer (min: 1, max: 5000)
    Description: Maximum number of emails to collect for each keyword. Lower = faster runs; higher = more leads.
    Default: 5
    Required: No

  • engine (string)
    Type: string (enum: "legacy")
    Description: Legacy β€” uses Apify's GOOGLE_SERP proxy with battle-tested selectors. Includes 3 automatic retries per request.
    Default: "legacy"
    Required: No

  • proxyConfiguration (object)
    Type: object
    Description: GOOGLE_SERP Proxy β€” automatically used for Google Search with 3 retries per request. No configuration needed. This field is ignored; GOOGLE_SERP is required for reliable Google scraping.
    Default: { "useApifyProxy": false } (ignored by the actor)
    Required: No

Example JSON output

[
{
"network": "Youtube.com",
"keyword": "marketing",
"title": "Marketing with Sara - YouTube",
"description": "Business inquiries: contact@brandstudio.com. Tutorials, reviews, and strategy guides for small businesses.",
"url": "https://www.youtube.com/@sara-marketing",
"email": "contact@brandstudio.com"
}
]

Notes:

  • The actor only pushes rows that contain an email to the dataset.
  • Title or description may be empty depending on the SERP block content.
ToolTool
πŸ’¬ YouTube Comments ScraperπŸ“ YouTube Transcript Scraper
πŸ”Ž YouTube Search ScraperπŸŽ₯ YouTube Video Details Scraper
πŸ—‚οΈ YouTube Playlist ScraperπŸ“ˆ YouTube Metadata Scraper
🌐 YouTube Video Subtitles ScraperπŸ”₯ YouTube Trending Scraper
🎬 YouTube Shorts ScraperπŸ“‘ YouTube Channel Scraper
πŸ“ž YouTube Phone Number ScraperπŸ“§ YouTube Email Scraper

FAQ

Is there a free trial?

Yes. The listing includes trial minutes, so you can test runs before committing to larger workloads.

Do I need to log in to YouTube or provide cookies?

No. The actor searches Google (site:youtube.com) and extracts emails from public SERP snippets; no YouTube login, cookies, or extensions are required.

What data does the actor return?

It outputs six fields per result: network, keyword, title, description, url, and email. Only rows with detected emails are pushed to the dataset.

How does email filtering by domain work?

Provide domains in emailDomains (e.g., β€œ@company.com”, β€œ@gmail.com”). The actor keeps only rows where the extracted email ends with one of those domains.

How many emails can I collect per keyword?

Use maxEmails to set the per-keyword cap. The default is 5; you can increase this up to 5000 to support bulk YouTube channel email extraction campaigns.

Which platforms are supported?

Currently, platform supports "Youtube". Additional platforms may be added in the future.

How does the actor find emails from YouTube?

It builds Google queries like site:youtube.com with your keywords (plus optional location and domain filters), parses the SERP, and extracts emails from result snippets using pattern matching.

How does the actor handle blocking or captchas?

It uses Apify’s GOOGLE_SERP proxy with up to 3 automatic retries per request and rotates proxy URLs on failures to improve success rates.

Can it scrape the YouTube channel About page directly?

This actor focuses on Google SERP extraction. It finds emails present in SERP snippets that reference YouTube channels and videos, rather than browsing channel pages.

How do I export results?

After the run, open the run’s dataset on Apify and download your results in CSV, JSON, or Excel.

Closing CTA / Final thoughts

The 🎬 YouTube Channel Email Scraper is built to automate creator contact discovery from public Google results pointing to YouTube. With domain filters, per-keyword caps, and resilient SERP access, it helps marketers, developers, analysts, and researchers scrape YouTube channel emails quickly and reliably. Developers can integrate the actor into automation pipelines via the Apify SDK to operationalize outreach and enrichment. Start extracting smarter YouTube creator contacts and scale your campaigns with confidence.

πŸ”— What are other Youtube scraping tools?

If you want to scrape specific Youtube data, you can use any of the dedicated scrapers below for faster and more targeted results.

πŸ”— Scraper NameπŸ”— Scraper Name
πŸ“§ YouTube Channel Email ScraperπŸ“ YouTube Transcript Scraper
πŸ“ž YouTube Channel Phone Number ScraperπŸ“ˆ YouTube Trending Scraper
πŸ’¬ YouTube Comments Scraper🧠 YouTube Video Summarizer
πŸ“Ί YouTube Channel ScraperπŸŽ₯ YouTube Video Scraper by Hashtag
πŸ—‚οΈ YouTube Metadata ScraperπŸ” YouTube Channel Finder
▢️ YouTube Playlist ScraperπŸ”Ž YouTube Search Scraper
🧰 YouTube ScraperπŸ“ YouTube Community Posts Scraper
πŸŽ₯ YouTube Shorts ScraperπŸŽ₯ YouTube Video Details Scraper