YouTube Channel Email & Sponsor Lead Scraper avatar

YouTube Channel Email & Sponsor Lead Scraper

Pricing

from $4.00 / 1,000 creator leads

Go to Apify Store
YouTube Channel Email & Sponsor Lead Scraper

YouTube Channel Email & Sponsor Lead Scraper

Find YouTube creator emails, phones, websites, socials, engagement signals, sponsor history, and lookalike channels from URLs or niche searches.

Pricing

from $4.00 / 1,000 creator leads

Rating

0.0

(0)

Developer

DataForge

DataForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

๐ŸŽฏ YouTube Creator Email & Sponsor Finder

Turn YouTube channels into outreach-ready creator leads. Start with channel URLs, search by niche, or provide example creators to discover lookalikes โ€” then collect public business contacts, audience metrics, recent sponsor signals, and clear lead-priority scores in one structured dataset.

Unofficial tool: This Actor is not affiliated with, endorsed by, or sponsored by YouTube or Google. It extracts only information creators make publicly available.

๐Ÿ’ก Why this Actor

  • ๐Ÿ“‡ Outreach-ready contacts โ€” public emails, phones, websites, and 10+ social profiles in one structured dataset
  • ๐Ÿงญ Three discovery modes โ€” enrich channels you already know, search by niche, or find lookalikes of creators you admire
  • ๐ŸŽฏ Built-in lead scoring โ€” Sponsor Readiness and Contact Priority scores from 0 to 100 to rank who to reach first
  • ๐Ÿค Sponsor intelligence โ€” surface sponsor brands, sponsored-video counts, and affiliate signals before you pitch
  • โœ… Verified, evidenced contacts โ€” email-domain validation, confidence scores, and the exact page each contact came from
  • ๐Ÿ›Ÿ Keeps partial data โ€” slow or private pages never discard a creator; useful enrichment is still retained

๐Ÿ“ธ Sample output

YouTube Channel Email & Sponsor Lead Scraper sample output โ€” real data fields

A real run's output โ€” exportable to JSON, CSV, or Excel.

โœจ What you get

AreaData returned
โœ‰๏ธ ContactsPublic emails, phones, websites, email role, validation, confidence, and exact evidence URL
๐Ÿ“ฑ SocialsInstagram, X/Twitter, TikTok, Facebook, LinkedIn, GitHub, Discord, Telegram, Twitch, and WhatsApp
๐Ÿ“Š Channel metricsSubscribers, total views, video count, country, verification, joined date, and keywords
๐ŸŽฌ Recent activityLatest upload, average recent views, view rate, upload frequency, and analyzed video titles
๐Ÿค Sponsor intelligenceSponsor brands, sponsored-video count, affiliate signals, latest sponsorship, and readiness score
๐ŸŽฏ Lead scoringsponsorReadinessScore and contactPriorityScore, each from 0 to 100
๐Ÿ” Discovery contextSource keyword, example channel, search rank, and original input

The Actor can also normalize addresses written as name [at] company [dot] com, validate email domains, inspect public pinned comments, and preserve the page where every primary contact was found.

๐Ÿš€ Quick start

1. Choose a discovery mode

  • ๐Ÿ”— Enrich channels I already know โ€” paste channel URLs, @handles, channel IDs, or video URLs.
  • ๐Ÿ” Discover creators by niche โ€” enter topics such as personal finance or home fitness.
  • ๐Ÿงฌ Find similar creators โ€” provide example channels and let the Actor build focused lookalike searches.

2. Set your filters

Filter by subscribers, recent views, upload activity, contact availability, or Sponsor Readiness Score. Leave a numeric filter at 0 when you do not want to apply it.

3. Run and export

Open the Output tab while the Actor runs. Download the finished results as JSON, CSV, Excel, XML, or access them through the Apify API.

๐Ÿงช Ready-to-use examples

๐Ÿ”— Enrich known channels

{
"scrapeType": "channelContacts",
"channels": [
"@mkbhd",
"https://www.youtube.com/@veritasium",
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"
],
"recentVideosToScan": 8,
"scanPinnedComment": true,
"scanWebsites": true,
"contactFilter": "allChannels"
}

๐Ÿ” Build an email-ready niche list

{
"scrapeType": "keywordDiscovery",
"searchQueries": [
"personal finance",
"home fitness",
"productivity apps"
],
"maxChannelsPerQuery": 30,
"maxResults": 50,
"minSubscribers": 5000,
"maxSubscribers": 250000,
"activeWithinDays": 90,
"contactFilter": "emailOnly"
}

๐Ÿงฌ Find sponsor-friendly lookalikes

{
"scrapeType": "lookalikeDiscovery",
"seedChannels": ["@mkbhd", "@LinusTechTips"],
"lookalikeQueriesPerSeed": 3,
"maxResults": 50,
"minSponsorReadinessScore": 40,
"recentVideosToScan": 5
}

โšก Fast 50-creator preset

Use this configuration when speed matters more than deep historical coverage:

{
"scrapeType": "keywordDiscovery",
"searchQueries": [
"tech reviews",
"personal finance",
"fitness coaching",
"travel tips",
"digital marketing"
],
"maxChannelsPerQuery": 12,
"maxResults": 50,
"recentVideosToScan": 3,
"maxExternalLinks": 6,
"maxWebsitePages": 4,
"videoEnrichmentTimeoutSecs": 22,
"websiteScanTimeoutSecs": 10,
"maxConcurrency": 50,
"maxRetries": 2,
"requestTimeoutSecs": 15
}

Cloud response time varies with YouTube and linked websites. In testing, the fast preset processed 50 creators in roughly 50โ€“55 seconds with 4 GB memory while retaining partial enrichment when an external page was slow.

๐Ÿ“ฆ Example result

{
"channelId": "UC...",
"channelName": "Example Creator",
"channelHandle": "@example",
"channelUrl": "https://www.youtube.com/@example",
"subscriberCount": 184000,
"avgRecentViews": 52000,
"viewRatePercent": 28.26,
"primaryEmail": "partnerships@example.com",
"primaryEmailRole": "partnerships",
"primaryEmailValidation": "valid_domain",
"primaryEmailConfidence": 95,
"primaryEmailSourceType": "video_description",
"primaryEmailSourceUrl": "https://www.youtube.com/watch?v=...",
"emails": ["partnerships@example.com"],
"websiteUrl": "https://example.com",
"instagramUrl": "https://instagram.com/example",
"latestVideoDate": "2026-07-18",
"uploadFrequencyPerMonth": 5.2,
"sponsoredVideosFound": 4,
"sponsorBrands": ["Example Brand"],
"sponsorReadinessScore": 86,
"contactPriorityScore": 90,
"contactEnrichmentStatus": "completed",
"videoEnrichmentStatus": "completed",
"status": "success"
}

๐Ÿ—‚๏ธ Output views

The Output tab is organized into four practical tables:

  • ๐ŸŽฏ Leads โ€” the best fields for qualification and CRM import.
  • โœ‰๏ธ Contacts โ€” emails, validation, evidence URLs, phones, websites, and social profiles.
  • ๐Ÿค Sponsor intelligence โ€” activity, recent views, sponsor history, brands, and scores.
  • ๐Ÿ“บ Channel details โ€” complete channel metadata and discovery context.

๐Ÿšฆ Understanding enrichment statuses

Some public pages may be unavailable or respond slowly. The Actor keeps useful partial data instead of discarding the whole creator.

StatusMeaning
completedThe requested enrichment finished within its time budget
partialSome video data was collected before the deadline
timed_outWebsite scanning reached its budget; contacts found so far were retained
no_linksThe creator did not publish an external destination to inspect
no_videosNo recent public videos were available for analysis
failedThat enrichment stage failed; the base channel record can still be saved

๐Ÿ”Œ Run through the API

curl -X POST \
"https://api.apify.com/v2/acts/trakk~youtube-channel-email-sponsor-leads/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"scrapeType": "keywordDiscovery",
"searchQueries": ["B2B SaaS creators"],
"maxResults": 25
}'

Replace YOUR_APIFY_TOKEN with an Apify token stored securely in your environment. Do not commit tokens to source control.

โ“ FAQ

Does the Actor reveal YouTube's protected business email?

No. If YouTube places an address behind sign-in or verification, hasHiddenEmail is set to true, but the protected address is not bypassed or revealed. The Actor can still find other public contacts published by the creator.

What does email validation mean?

Validation checks whether the domain is configured to receive email and whether it appears disposable. It cannot guarantee that a specific mailbox exists or will accept a message.

Why can a contact or sponsor field be empty?

The creator may not publish that information, the relevant page may be private, or an external site may exceed its scan budget. Check the enrichment status and evidence fields for context.

Can I export directly to a CRM?

Yes. Download the Leads or Contacts view as CSV/Excel, or consume the default dataset through the Apify API and integrations.

๐Ÿ›ก๏ธ Responsible use

Use public contact information for legitimate, relevant outreach. Follow applicable privacy and anti-spam laws, respect opt-out requests, and avoid unsolicited bulk messaging.