Youtube B2b Lead Scraper
Pricing
$19.99/month + usage
Youtube B2b Lead Scraper
π― YouTube B2B Lead Scraper finds & extracts business leads from YouTube β channel About data, niches, subscribers, websites, socials & business emails (when available). π Keyword search, metric filters, CSV export. π Ideal for B2B lead gen, sales & agency prospecting.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapAPI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Youtube B2b Lead Scraper
Youtube B2b Lead Scraper is a focused YouTube B2B lead generation scraper that discovers YouTube results via Google and extracts publicly visible email addresses from search result snippets. It solves the challenge of finding YouTube outreach contacts at scale by combining keyword-based discovery with precise email extraction and filtering. Built for sales teams, marketers, data analysts, and researchers, this YouTube lead extractor for B2B enables repeatable, scalable prospecting workflows.
What data / output can you get?
The actor streams structured records to the Apify dataset as results are found. Each record contains the following fields:
| Data type | Description | Example value |
|---|---|---|
| network | Network label derived from the selected platform | "Youtube.com" |
| keyword | The keyword that produced the result | "marketing founder" |
| title | The Google SERP result title | "Acme Creative β YouTube" |
| description | The Google SERP snippet text for the result | "Business inquiries: contact@acmecreative.com ..." |
| url | The full URL of the result on youtube.com | "https://www.youtube.com/@acmecreative" |
| The email address extracted from the SERP block | "contact@acmecreative.com" |
Notes:
- The description field may be empty if Google does not provide a snippet for the result.
- You can download the dataset in common formats (JSON, CSV, Excel) directly from Apify to feed CRMs and analytics pipelines.
Key features
-
π― Keyword-targeted discovery Searches Google with a site:youtube.com filter for your keywords (and optional location), making it an efficient YouTube prospecting tool for B2B without manual lookups.
-
π Precise email extraction with filtering Uses a robust email pattern and lets you restrict results to specific domains via emailDomains (e.g., "@company.com"), acting as a practical YouTube channel email extractor.
-
π Per-keyword collection limits Control scale with maxEmails to collect exactly the number of emails you need per keyword for predictable runs in your YouTube data scraper for sales leads.
-
π§ͺ Platform scoping Ensures results originate from youtube.com by design (platform enum set to "Youtube"), functioning as a YouTube channel contact scraper focused on business leads.
-
β‘ Batch processing & real-time streaming Processes multiple keywords in one run and pushes each lead immediately to the dataset for fast feedback loops and YouTube to CRM lead extractor workflows.
-
π‘οΈ Production-ready proxying Automatically uses the Apify Proxy GOOGLE_SERP group with retry and session rotation for resilience against blocks during discovery.
-
π©βπ» Developer-friendly outputs Clean, predictable JSON with fields network, keyword, title, description, url, email β easy to consume via the Apify API in custom pipelines or Python/JS scripts.
-
π Easy export and integrations Export to JSON/CSV/Excel for simple uploads to your CRM, enrichment tools, or automation stacks such as Zapier/Make/n8n.
How to use Youtube B2b Lead Scraper - step by step
- Create or log in to your Apify account.
- Open the Youtube B2b Lead Scraper actor and click Try for free.
- Add your input:
- keywords: a list of phrases describing your niche or target (e.g., ["marketing", "software founder"]).
- Optionally set location to scope searches (e.g., "London").
- Optionally set emailDomains to restrict emails (e.g., ["@gmail.com", "@company.com"]).
- Adjust maxEmails to control how many emails you want per keyword.
- Leave platform as "Youtube" (default) and engine as "legacy".
- Start the run. The actor will:
- Query Google with site:youtube.com and your keywords (plus optional location/domains).
- Extract emails from SERP blocks and stream matching records to the dataset.
- Monitor progress in the run logs; results appear in the Dataset tab in real time.
- Download your results from the Dataset in JSON, CSV, or Excel to use in your outreach or analytics.
Pro tip: Use emailDomains to prioritize business emails (e.g., "@company.com") or keep it empty to collect all domains for broader YouTube business leads scraper campaigns.
Use cases
| Use case name | Description |
|---|---|
| Sales teams β B2B lead capture | Build targeted lists by extracting emails from YouTube results related to your niche; control volume with maxEmails for predictable output. |
| Agencies β creator outreach | Quickly find inquiry emails for relevant channels and export to CSV for scalable email campaigns. |
| Marketers β niche prospecting | Discover new partners or affiliates by searching keywords + location to refine local outreach lists. |
| Researchers β dataset curation | Collect structured email-contacted YouTube URLs for studies of creator ecosystems without manual browsing. |
| RevOps β YouTube to CRM | Automate βYouTube to CRM lead extractorβ flows by pulling JSON and syncing into your CRM or enrichment stack. |
| Developers β API pipelines | Consume the dataset via the Apify API, feed downstream ETL, or trigger automations in Make/Zapier/n8n. |
Why choose Youtube B2b Lead Scraper?
Built for precision and scale, Youtube B2b Lead Scraper delivers clean, structured email leads from YouTube results using resilient infrastructure.
- β Accurate, regex-based email capture from Google SERP blocks
- π Scales across many keywords with per-keyword limits for consistent throughput
- π§° Developer access via Apify API and ready-to-use JSON output
- π Safe and responsible: extracts publicly visible SERP snippet content only
- πΈ Efficient alternative to manual research and unstable browser extensions
- π Dataset exports (JSON/CSV/Excel) for instant upload to CRMs and BI tools
- π‘οΈ Reliable proxying with Apify Proxy GOOGLE_SERP and retry logic
In short: a streamlined, production-ready YouTube B2B lead finder software focused on extracting emails you can act on.
Is it legal / ethical to use Youtube B2b Lead Scraper?
Yes β when used responsibly. The actor searches Google and extracts emails that appear in public search result snippets pointing to youtube.com pages. It does not access private or authenticated data.
Guidelines for compliant use:
- Only use publicly available data for legitimate business purposes.
- Respect YouTube and Google terms of service and applicable laws (e.g., GDPR/CCPA).
- Avoid spamming; ensure recipients have appropriate expectations and consent where required.
- Consult your legal team for edge cases or regulated industries.
Input parameters & output format
Example JSON input
{"keywords": ["marketing", "founder"],"platform": "Youtube","location": "London","emailDomains": ["@company.com", "@gmail.com"],"maxEmails": 10,"engine": "legacy","proxyConfiguration": {"useApifyProxy": false}}
Input parameter reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| keywords | array | Yes | β | List of keywords to search for on Youtube (e.g., ["marketing", "founder", "business"]). The actor will search Google for Youtube profiles/posts containing these keywords and extract email addresses. |
| platform | string (enum) | No | "Youtube" | Select platform. |
| location | string | No | "" | Optional: Add location to search query (e.g., "London", "New York"). Leave empty to search globally. |
| emailDomains | array | No | β | Optional: Filter results to only include emails from specific domains (e.g., ["@gmail.com", "@outlook.com"]). Leave empty to collect all email domains. |
| maxEmails | integer | No | 20 | Maximum number of emails to collect per keyword (default: 20). |
| engine | string (enum) | No | "legacy" | Choose scraping engine. |
| proxyConfiguration | object | No | {"useApifyProxy": false} | Choose which proxies to use. Editor UI support is provided; the actor handles proxying automatically. |
Example JSON output
[{"network": "Youtube.com","keyword": "marketing founder","title": "Acme Creative β YouTube","description": "Business inquiries: contact@acmecreative.com β new videos weekly.","url": "https://www.youtube.com/@acmecreative","email": "contact@acmecreative.com"},{"network": "Youtube.com","keyword": "b2b SaaS marketing","title": "SaaS Growth Lab - YouTube","description": "For partnerships: hello@saasgrowthlab.io","url": "https://www.youtube.com/@saasgrowthlab","email": "hello@saasgrowthlab.io"}]
Notes:
- description may be empty when Google does not return a snippet for a result.
- email is always present in pushed records; rows without an email are filtered out before saving.
FAQ
Do I need to log in to YouTube to use this?
No. The actor searches Google with a site:youtube.com filter and extracts publicly visible emails from SERP snippets; no YouTube login or cookies are required.
Can I limit results to specific email domains?
Yes. Use the emailDomains input (e.g., ["@company.com"]) to collect only emails ending with those domains.
How many emails can I collect per keyword?
You control this with maxEmails. The actor stops collecting for a keyword once the limit is reached.
What fields are included in the output?
Each record includes network, keyword, title, description, url, and email. The description may be empty if Google does not provide a snippet.
Is there an API to access the results?
Yes. All results are stored in an Apify dataset, which you can access via the Apify API or download as JSON/CSV/Excel for your integrations.
Does this scrape YouTube channel About pages directly?
No. It searches Google for youtube.com results using your keywords (and optional location) and extracts emails from the Google results page snippets that reference those URLs.
How does the scraper handle blocks or reliability?
The actor uses the Apify Proxy GOOGLE_SERP group with retries and session rotation to improve resilience when fetching Google results.
What are good keyword strategies for B2B outreach?
Combine niche terms with role or intent (e.g., "marketing agency inquiry", "b2b podcast host email") and optionally add a location. You can also narrow by emailDomains to prioritize business addresses.
Closing CTA / Final thoughts
Youtube B2b Lead Scraper is built to find and extract actionable email leads tied to YouTube results β fast.
With keyword- and location-aware discovery, domain filtering, and clean JSON/CSV outputs, it helps sales teams, marketers, analysts, and researchers move from search to outreach quickly. Developers can pull datasets via the Apify API to power YouTube to CRM lead extractor workflows and automation pipelines.
Start extracting smarter B2B leads from YouTube results today and streamline your prospecting with a precise, scalable, and developer-friendly approach.