YouTube Lead Qualifier Pro
Pricing
from $0.01 / 1,000 results
YouTube Lead Qualifier Pro
Instantly turn any YouTube niche into 5–30 qualified B2B leads with real business emails. AI-scores every channel 0–100 using Groq Llama 3.3 70B → delivers only the hottest ones in a ready-to-send CSV.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

Badruddeen Naseem
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Overview
YouTube Lead Qualifier Pro is a powerful tool to discover and AI-qualify YouTube channels in any niche. Using Groq Llama 3.3, it evaluates channels based on your selected niche and scores them automatically. Only channels meeting your minimum AI score will be saved for further outreach or analysis.
Think of it as your AI-powered lead research assistant for YouTube.
Features
- Gather YouTube channels in any niche using the YouTube Data API
- AI scoring of channels using Groq Llama 3.3
- Filter channels by minimum AI score
- Optional use of YouTube cookies to avoid blocks
- Output ready for CSV or JSON download
Requirements
To run this actor, you need:
- Groq API Key – Get one at Groq.com
- YouTube Data API Key – Get one at Google Cloud Console
- Optional: YouTube logged-in cookies (only needed if blocked during scraping)
Input Schema
The actor expects a JSON input with the following structure:
{"niche": "Marketing","groqApiKey": "gsk_XXXXXXXXXXXXXXXXXXXX","youtubeApiKey": "AIzaXXXXXXXXXXXXXXXXXXXX","youtubeCookies": "","maxChannels": 150,"minScore": 60}
Field Description
| Field | Type | Required | Description |
|---|---|---|---|
niche | string | Yes | Niche or keyword to search for (e.g., "Shopify coach", "Real estate agent USA") |
groqApiKey | string | Yes | Your Groq.com API key (starts with gsk_…) |
youtubeApiKey | string | Yes | Your YouTube Data API key |
youtubeCookies | string | No | Optional: logged-in YouTube cookies if blocked |
maxChannels | integer | No | Max channels to process (10–500). Default is 150 |
minScore | integer | No | Minimum AI score to qualify a channel (0–100). Default is 60 |
Output Schema
The actor returns a JSON array of channels that passed the AI score filter. Each channel object includes:
{"channelName": "Channel Example","channelUrl": "https://www.youtube.com/channel/XYZ","subscriberCount": 12000,"aiScore": 78,"niche": "Marketing","email": "contact@example.com"}
Field Descriptions:
| Field | Type | Description |
|---|---|---|
channelName | string | Name of the YouTube channel |
channelUrl | string | Direct URL to the channel |
subscriberCount | integer | Number of subscribers |
aiScore | integer | AI-generated qualification score (0–100) |
niche | string | Niche that matched the search |
email | string | Contact email if found (optional) |
| The output can be downloaded as CSV or JSON directly from Apify.
Notes
Max Channels: Keep this number reasonable to avoid exceeding YouTube API quotas.
AI Scoring: Channels below minScore will be automatically filtered out.
Optional Cookies: Only required if YouTube blocks requests during processing.