VOOZH about

URL: https://apify.com/caprolok/youtube-leads-generator

⇱ YouTube Leads Generator – Channel Scraper Β· Apify


Pricing

$45.00/month + usage

Go to Apify Store

Youtube Leads Generator

Turn YouTube searches into verified lead lists. Extract channel names, emails, handles, and profile links using just a keyword and country. Perfect for sales, influencer outreach, PR, recruiting, and B2B targeting.

Pricing

$45.00/month + usage

Rating

5.0

(1)

Developer

πŸ‘ Caprolok

Caprolok

Maintained by Community

Actor stats

4

Bookmarked

153

Total users

1

Monthly active users

6 months ago

Last modified

Share

πŸ‘ YouTube Leads Generator

YouTube Leads Generator

Turn YouTube searches into qualified lead lists in minutes. YouTube Leads Generator finds creator and brand channels that match your keywords, then extracts contact-ready details so you can reach out confidently.

Whether you’re in sales, recruiting, PR, or partnerships, this tool saves hours of manual digging. Point it at a niche and location, set how many leads you want, and download clean, structured data that plugs straight into your CRM or spreadsheet.

πŸ“„ What Can You Extract?

[List each field in the following format:]

  • emails: A list of discovered email addresses associated with the channel (masked in sample for privacy)
  • keyword: The search keyword that produced the result (masked in sample)
  • name: The YouTube channel’s display name (partially masked in sample)
  • user_id: The channel’s unique YouTube ID (partially masked in sample)
  • user_link: The public URL to the channel page (partially masked in sample)
  • user_thumbnail: The channel avatar image URL (partially masked in sample)
  • username: The channel’s @handle (partially masked in sample)

πŸ“˜ How to Use

Getting started is quick and painless even if you've never scraped data before:

  1. Create a free Apify account. All you need is an email address.
  2. Open the YouTube Leads Generator on the Apify platform.
  3. Add your input parameters (e.g., URLs, filters, etc. - customize as needed).
  4. Click "Start". The actor will visit each URL and gather data.
  5. Download your dataset in JSON, CSV, Excel, or HTML, or pipe it straight into your integrations via the API.

✨ Key Features

  • Keyword-based discovery with optional country filtering
  • Extracts channel handle, ID, name, and profile link
  • Captures potential contact emails from channel surfaces
  • Smart de-duplication to avoid repeated contacts
  • Limit results with max_leads for fast sampling
  • Export to JSON/CSV/Excel/HTML or stream via API
  • Works great in automations with Zapier/Make/Airbyte
  • Built and hosted on Apify for reliability and scale

⌨️ Input Parameters

FieldTypeDescriptionRequired
keywordstringTopic or niche to search for (e.g., marketing, fitness)Yes
locationstringOptional 2-letter country code to bias results (e.g., US)No
max_leadsnumberMaximum number of leads to return (e.g., 10)No

Sample Input

{
"keyword":"marketing",
"location":"US",
"max_leads":10
}

πŸ“Š Output

The actor returns a structured dataset with the following fields for each record.

Sample Output (JSON)

[hide the output values partially]

[
{
"emails":[
"contact@optim*****.com",
"hello@tech******.com"
],
"keyword":"t***",
"name":"optim**",
"user_id":"UCRYOj4DmyxhBVrdvbsUw***",
"user_link":"https://www.youtube.com/@@optim***tech",
"user_thumbnail":"https://yt3.googleusercontent.com/M9YwxViKtozHtuhHwgVz9qO0644N4KKUhHvjp-m5HEpUEpkzPrdnVYHgVXiN4jFNONaCmXRCHQ=s***-c-k-c0x00ffffff-no-rj",
"username":"@optim***tech"
},
{
"emails":[
"linus@tech****.com",
"business@linus*****.com"
],
"keyword":"t***",
"name":"L**** Tech Tips",
"user_id":"UCXuqSBlHAE6Xw-yeJA0T***",
"user_link":"https://www.youtube.com/@@Linus****Tips",
"user_thumbnail":"https://yt3.googleusercontent.com/gnvYLhXy8FAlPXZ2RTrkrgj-5kyt0vdE2FUGVOiKGdEZIa-wN5A-7nwZBlWJLzUMmoh1NWAU=s***-c-k-c0x00ffffff-no-rj",
"username":"@Linus****Tips"
},
{
"emails":[
"info@top****.com"
],
"keyword":"t***",
"name":"T** Tech",
"user_id":"UCvRg_-z2D9c_hMO05ZgU***",
"user_link":"https://www.youtube.com/@@top****_oficial",
"user_thumbnail":"https://yt3.googleusercontent.com/f8XsKq2_Ey-QCN036vsdxfe_bSsR96Be2COGgJKpCNF6foK1RkjVLl41Q_1QfbtCthfGC4nGOg=s***-c-k-c0x00ffffff-no-rj",
"username":"@top****_oficial"
}
]

🎯 Use Cases

  • Build targeted outreach lists for SaaS, agencies, and B2B partnerships
  • Source creators for affiliate, sponsorship, or ambassador programs
  • Find niche experts for webinars, podcasts, and conference panels
  • Recruit technical creators and developer advocates by topic
  • Identify media/press contacts for product launch announcements
  • Populate PR databases with verified YouTube channel details
  • Create geo-specific prospecting lists (e.g., US-only, UK-only)
  • Enrich existing channel lists with handles, IDs, and contact emails
  • Discover local businesses with active channels for SMB sales
  • Curate creator shortlists for influencer marketing campaigns

πŸ“Œ Usage Tips

  • Start with a broad keyword, then narrow down based on early results.
  • Use max_leads while testing to iterate quickly on the right search terms.
  • Combine with a CRM dedupe step to avoid contacting the same channel twice.

πŸ”Œ Integrations

YouTube Leads Generator fits seamlessly into your data pipeline. Thanks to built-in integrations on the Apify platform, you can connect this actor with virtually any cloud service or web app.

Popular integrations

  • Make (Integromat) – automate multi-step workflows.
  • Zapier – send data to 5,000+ apps.
  • Airbyte – sync datasets into your data warehouse.
  • Slack – push instant notifications.
  • Google Sheets & Drive – store results in spreadsheets or cloud.
  • GitHub – commit datasets directly to your repositories.
  • AWS S3 / Azure Blob Storage – archive large exports securely.

Webhooks

Set up webhooks to trigger actions when the actor completes or fails, e.g., send email or Slack alerts.

πŸ› οΈ API Access

Prefer to automate with code? The Apify REST API lets you manage, schedule, and run this actor programmatically.

  • Run & Schedule Actors
  • Access Datasets
  • Monitor Runs
  • Version Control

Client libraries

LanguagePackageInstall
Node.jsapify-clientnpm install apify-client
Pythonapify-clientpip install apify-client

For complete API examples and detailed usage, visit the API documentation.

// Example: Trigger a run with Node.js
import{ ApifyClient }from'apify-client';
// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client =newApifyClient({token:'<YOUR_API_TOKEN>'});
// Prepare Actor input
const input ={
"keyword":"marketing",
"location":"US",
"max_leads":10
};
// Run the Actor and wait for it to finish
const run =await client.actor("caprolok/youtube-leads-generator").call(input);
// Fetch and print Actor results from the run's dataset (if any)
console.log('Results:',await client.dataset(run.defaultDatasetId).listItems());

MCP Quickstart

You can use the Apify MCP Server in two ways:

1. Standard Input/Output (stdio):

  • Set MCP client server command to npx @apify/actors-mcp-server and environment variable APIFY_TOKEN to your Apify API token.

2. HTTPS Endpoint mcp.apify.com:

  • Connect your MCP client by including Authorization: Bearer <APIFY_TOKEN> header in your requests.

For more details, see the MCP API documentation.

πŸ”— Other Actors you might want to check

πŸ“± LinkedIn Leads Generator

Extract verified LinkedIn leads by job title, industry, location, and language. Get usernames, and profile links. Perfect for B2B outreach, recruiting, and professional networking at scale.

πŸ“± Instagram Leads Generator

Extract verified emails, usernames, follower counts, and more from Instagram profiles using just a keyword and location. Perfect for building lead lists, finding influencers, or enriching contact data.

πŸ“± TikTok Leads Generator

Find verified leads from TikTok by scanning creator profiles, bios, and link-in-bio pages. Extract emails, usernames, follower and like counts, profile links, and moreβ€”based on keyword and location filters.

πŸ“± All Social Media Posts Extractor (by Hashtag and Username)

Effortlessly extract posts from Instagram, TikTok, YouTube, LinkedIn, and Twitter. Search by specific keywords and locations to quickly get structured results, including usernames, captions, engagement stats, and direct post links. Ideal for marketers, creators, and researchers.

πŸ‘€ All Social Media Profile Details Extractor

Extract rich profile details from Instagram, TikTok, YouTube, LinkedIn, and Twitter using usernames, URLs, or keywords. Get name, bio, followers, location, verified status, contact info, and moreβ€”perfect for research, outreach, and social intelligence.

πŸ“± All Social Media Phone Numbers Extractor

Extract phone numbers from websites and social media profilesβ€”like TikTok and Twitter. Works with URLs, usernames, or keyword searches. Perfect for lead generation, data scraping, and enrichment workflows.

πŸ‘€ All Social Media Influencer Finder

Find influencers by follower count, country, and platform. Perfect for campaigns, outreach, and research across Instagram, TikTok, YouTube, and more. Fast, customizable, and scalable.

🎡 TikTok Leads Generator

Extract TikTok user profiles and content for lead generation and influencer discovery. Perfect for finding trending creators and viral content.

πŸ’Ό LinkedIn Leads Generator

Extract LinkedIn profiles and company information for B2B lead generation. Ideal for sales prospecting, recruiting, and business development.

πŸ†˜ Support

If you encounter any issues, have suggestions, or need assistance, please use the Issues tab. Our team actively monitors this section and will respond promptly.

You might also like

Youtube Email scrapper Pro

lagic/youtubeemailscrapperpro

emails from YouTube at scale with social links. Enter a keyword, scan thousands of channels in minutes. Get verified emails, subscriber counts, Instagram, Twitter, TikTok, Facebook, LinkedIn and website links. Perfect for influencer outreach and lead gen. 60+ emails/min.

Youtube Channel Finder

coregent/youtube-channel-finder

Fast YouTube channel discovery tool that extracts comprehensive channel information from YouTube searches and videos. Discover 5-20+ channels per search with 15 complete fields including profile, metrics, and metadata. No residential proxy required.

160

5.0

Youtube Channel Finder

scraper-engine/youtube-channel-finder

YouTube Channel Finder Scraper helps discover YouTube channels based on keywords, topics, or niches. It extracts channel details like name, URL, subscriber count, and description. Perfect for influencer outreach, market research, or tracking niche creators to support targeted marketing strategies.

πŸ‘ User avatar

Scraper Engine

84

YouTube Channel Email Scraper β€” Emails, Phones & Socials

khadinakbar/youtube-channel-email-extractor

YouTube channel email scraper. Extracts emails, phones, Instagram, TikTok, Twitter & 4 more socials by niche or URL. Follows Linktree & websites. No login.

147

YouTube Email Scraper (Profile, Website, Social, Email)

futurizerush/youtube-email-scraper

Extract business emails from YouTube channels. Find contacts in descriptions and websites. Features keyword search, bulk processing, email validation. Perfect for influencer outreach. Note: Not all channels have available emails - extraction success varies by channel. Better & Easier (No CAPTCHA)

YouTube Email & Phone Scraper πŸ“§πŸ“ž

scrapestorm/youtube-email-phone-scraper

πŸ” Extract emails & phone numbers from YouTube quickly! Search by keywords, email domains, & scrape unlimited contacts. Apply filters for domains like Gmail, Yahoo, or custom options. Receive accurate lists with YouTube source links. With a single snap, your information is right at your reach.πŸš€πŸ“§πŸ“±

443

5.0

YouTube Influencer Scraper

logiover/youtube-influencer-discovery-scraper

Find YouTube influencers by niche and scrape their business emails without an API key. Engagement rate, subscribers & socials. Export channel data to CSV/JSON.

Youtube Channel Email Scraper By Keyword

scraper-mind/mass-youtube-channel-email-scraper

Extract emails, social links, and channel data effortlessly. Discover top creators, generate B2B leads, and supercharge your marketing campaigns with this automated YouTube Channel Email Scraper. βœ‰οΈπŸ“ˆ

105

1.0

Youtube Email Scraper

bhansalisoft/youtube-email-scraper

Youtube Email Scraper- Scrap Emails from Youtube specific profile using google search engine

2.5K

4.5

YouTube Channel Email Scraper

lurkapi/youtube-channel-email-scraper

Extract business emails, contact info, and social media links from YouTube channel About pages. Supports @handles, channel URLs, and channel IDs.