Youtube Channel Email Scraper
Pricing
$19.99/month + usage
Youtube Channel Email Scraper
π§ YouTube Channel Email Scraper extracts public contact emails from channel About pages at scale. π Bulk scrape, de-duplicate, and export CSV for outreach, influencer marketing, and lead gen. β‘ Fast, accurate data for sales teams & creators. π
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapeMesh
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Youtube Channel Email Scraper
The Youtube Channel Email Scraper is a purpose-built youtube email extractor that finds and extracts publicly visible emails from Google search results for YouTube channels and videos. It solves the pain of manual prospecting by surfacing creator contact emails fast β ideal for sales teams, marketers, data analysts, and researchers running outreach at scale. Use this youtube channel email finder to power influencer campaigns, lead generation, and automated pipelines with clean, structured results.
What data / output can you get?
This actor pushes structured rows to the Apify dataset as it finds results. Each record contains the following fields:
| Data type | Description | Example value |
|---|---|---|
| network | Label of the source network (derived from the selected platform) | "Youtube.com" |
| keyword | The search keyword that produced the result | "marketing" |
| title | Result title text extracted from the Google SERP block | "Top 10 Marketing Tips for Small Businesses - YouTube" |
| description | Snippet/description text from the SERP block where emails may appear | "Business inquiries: contact@brandstudio.com β Learn proven tactics..." |
| url | Direct URL to the YouTube result found in Google | "https://www.youtube.com/@brandstudio/about" |
| Extracted email address normalized to lowercase | "contact@brandstudio.com" |
Notes:
- Records are de-duplicated by URL within a results page.
- The actor only pushes rows that include an email.
- Description may be empty if no suitable snippet is found.
- Download results from the Apify dataset in your preferred format (e.g., JSON, CSV, Excel) for easy CRM or analytics workflows.
Key features
-
β‘ Bold reliability, minimal setup
Uses Apifyβs GOOGLE_SERP proxy with 3 automatic retries per request for resilient Google scraping β no manual proxy setup required. -
π Targeted discovery via keywords
Provide niche keywords and the actor searches Google (site:youtube.com) to find creators whose channel or video snippets contain contact emails β a focused youtube channel contact info scraper. -
π§ Email domain filtering
Add emailDomains to collect only emails from domains you care about (e.g., @company.com), turning this into a precise youtube business inquiry email finder. -
π Location context (optional)
Use the location parameter to add geographic context to queries and find region-specific leads. -
π Batch scraping & quotas per keyword
Control throughput with maxEmails per keyword for quick tests or larger lead lists β a practical bulk youtube channel email extractor. -
β»οΈ Real-time dataset streaming
Rows with emails are pushed immediately via Actor.pushData so you can monitor results as they arrive. -
π No login required
Works without YouTube or Google account authentication β clean and safe automation for outreach. -
π©βπ» Developer-friendly
Built as a standard Apify actor, ready for API-triggered runs, schedules, and integration into custom pipelines. -
π§± Production-oriented infrastructure
Randomized headers, retry logic, and de-duplication help keep your youtube channel contact scraper stable and consistent over time.
How to use Youtube Channel Email Scraper - step by step
- Create or log in to your Apify account.
- Open the Youtube Channel Email Scraper actor on Apify.
- Add input:
- keywords: a list of niche terms (e.g., ["marketing", "startup"]) to discover creators.
- Optional controls: location for geo-targeting, emailDomains to focus on certain domains, maxEmails to cap results per keyword, platform (default "Youtube"), engine (default "legacy").
- Leave proxyConfiguration as-is. The actor auto-configures the GOOGLE_SERP proxy for you.
- Click Start to launch the run. The actor searches Google for site:youtube.com results matching your keywords and parses SERP snippets for emails.
- Watch live logs as emails are collected; each match is pushed instantly to the dataset.
- When the run finishes, open the dataset to review and download results for analysis or outreach.
Pro tip: Chain this youtube creator email finder into your automation stack using the Apify API to feed leads into n8n/Make or your CRM.
Use cases
| Use case name | Description |
|---|---|
| Influencer marketing outreach | Find youtube channel contact email details from creatorsβ public snippets to accelerate sponsorships and collaborations. |
| B2B lead generation | Build targeted prospect lists with a youtube channel owner email lookup aligned to your niche keywords. |
| Agency prospecting | Use a youtube outreach email finder to identify creators for campaigns and pitch at scale. |
| Market and academic research | Collect structured contact points for sampling or surveys using a youtube channel contact scraper. |
| API-driven pipelines | Trigger runs programmatically and export to datasets for downstream enrichment, scoring, and deduplication. |
| Niche discovery | Run a youtube influencer email finder tool across multiple verticals (e.g., fitness, SaaS, cooking) using keyword lists. |
Why choose Youtube Channel Email Scraper?
This scraper focuses on precision and operational reliability for email discovery from public Google SERP snippets pointing to YouTube.
- β Accuracy-first extraction using robust selectors and normalization
- π Optional location context for more relevant leads
- π§ Domain filtering to separate business from personal emails
- π§ͺ Fast testing with maxEmails defaults, scalable for larger batches
- π©βπ» Developer-ready Apify actor for API-based automation
- π Safe, public-data approach β no login or cookies required
- ποΈ More reliable than browser extensions and brittle scripts, with retries and proxy rotation baked in
Bottom line: a focused youtube channel email scraper tool that balances speed, control, and reliability for outreach-heavy teams.
Is it legal / ethical to use Youtube Channel Email Scraper?
Yes β when done responsibly. This actor extracts only publicly visible data from Google search results (e.g., snippets referencing YouTube content) and does not log in or access private pages.
Guidelines for compliant use:
- Only collect publicly available emails surfaced in search snippets.
- Respect YouTube and Google terms of service and applicable laws (e.g., GDPR, CCPA).
- Use collected emails ethically and avoid spam; obtain consent where required.
- Do not attempt to access private or authenticated data.
- Consult your legal team for edge cases in your jurisdiction.
Input parameters & output format
Example JSON input
{"keywords": ["marketing", "startup"],"platform": "Youtube","location": "USA","emailDomains": ["@gmail.com", "@company.com"],"maxEmails": 10,"engine": "legacy","proxyConfiguration": {"useApifyProxy": false}}
Parameters
| Field | Type | Description | Default | Required |
|---|---|---|---|---|
| keywords | array | 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. | β | Yes |
| platform | string (enum: "Youtube") | Select which platform to scrape. Currently supports YouTube β more platforms coming soon! | "Youtube" | No |
| location | string | Optional β Narrow results by geographic location. Adds location context to the search query for more targeted leads. Leave empty to search globally. | "" | No |
| emailDomains | array | Optional β Filter results to only include emails from specific domains (e.g., @gmail.com, @company.com). Leave empty to collect all domains. | [] | No |
| maxEmails | integer (1β5000) | Maximum number of emails to collect for each keyword. Lower = faster runs. | 5 | No |
| engine | string (enum: "legacy") | Legacy engine using Apifyβs GOOGLE_SERP proxy with battle-tested selectors and 3 retries per request. | "legacy" | No |
| proxyConfiguration | object | GOOGLE_SERP proxy is auto-configured and required for reliability. This field is ignored. | {"useApifyProxy": false} | No |
Example JSON output
[{"network": "Youtube.com","keyword": "marketing","title": "Business Marketing Tips for 2026 - YouTube","description": "Business inquiries: contact@brandstudio.com β Learn how to grow with...","url": "https://www.youtube.com/@brandstudio/about","email": "contact@brandstudio.com"}]
Notes:
- Only rows with a non-empty email are pushed.
- description may be empty depending on the SERP block.
Related tools
| Tool | Tool |
|---|---|
| π¬ YouTube Comments Scraper | π YouTube Transcript Scraper |
| π YouTube Search Scraper | π₯ YouTube Video Details Scraper |
| π YouTube Playlist Scraper | π§ YouTube Video Summarizer |
| π‘ YouTube Channel Scraper | π₯ YouTube Community Posts Scraper |
| β±οΈ YouTube Most Replayed Scraper | π YouTube Metadata Scraper |
| π YouTube Video Subtitles Scraper | π₯ YouTube Trending Scraper |
| π·οΈ YouTube Video Scraper by Hashtag | π¬ YouTube Shorts Scraper |
| π‘ YouTube Channel Scraper | π YouTube Phone Number Scraper |
| π YouTube Phone Number Scraper | π§ YouTube Email Scraper |
(Find these on the Apify Store under the same publisher.)
FAQ
Does this Youtube Channel Email Scraper require login?
No. The actor does not require Google or YouTube login. It searches public Google SERPs and parses snippets for emails.
Can it find emails for multiple niches at once?
Yes. Provide a list of keywords and the actor will process each, making it a practical bulk youtube channel email extractor for multi-niche prospecting.
How many results can I collect per keyword?
You control this with maxEmails (default 5, up to 5000). Lower values are great for tests; higher values collect more leads with longer runtimes.
Can I target only business emails?
Yes. Use emailDomains (e.g., ["@company.com"]) to include only the domains you want β a focused youtube business inquiry email finder approach.
Will it extract emails from YouTube About pages?
It extracts emails present in Googleβs search results snippets for YouTube pages. If an email is only visible inside the About page and not reflected in the snippet, it may not be captured.
What fields are included in the output?
Each row contains network, keyword, title, description, url, and email. Only rows with a non-empty email are saved.
Is this suitable for outreach and CRM workflows?
Yes. Itβs a youtube outreach email finder that streams results to an Apify dataset you can export to CSV/JSON/Excel for CRM imports and automation.
Is there a free trial?
Apify accounts include trial minutes for testing actors. Check the Apify Store listing for current trial availability and details.
How does it avoid blocks?
The actor uses Apifyβs GOOGLE_SERP proxy with up to 3 automatic retries per request, randomized headers, and conservative pacing to improve reliability.
Is it legal to use this youtube channel contact scraper?
Yes, when used responsibly. It collects publicly available data from Google results and does not access private or authenticated content. Always follow platform terms and data protection laws.
Final thoughts
The Youtube Channel Email Scraper is built to surface publicly visible creator emails from Googleβs results for YouTube content β fast. With domain filters, location context, and per-keyword caps, it delivers clean, structured leads for marketers, sales teams, and researchers. Developers can automate runs via the Apify platform and wire outputs into enrichment or outreach pipelines. Start extracting smarter contact data for targeted YouTube outreach today.