Youtube Channel Details Scraper(With Email)
Under maintenancePricing
from $69.90 / 1,000 results
Youtube Channel Details Scraper(With Email)
Under maintenanceYouTube Channel Details Scraper (With Email) is a powerful automation tool designed to extract detailed YouTube channel information along with publicly available business email addresses for lead generation, outreach, and market research.
Pricing
from $69.90 / 1,000 results
Rating
0.0
(0)
Developer
B2B Lead Generation
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
YouTube Email Finder
Find the contact email behind any YouTube channel — instantly and at scale.
Submit one or multiple YouTube channels by handle or URL. The actor creates a job, processes it asynchronously, and returns a Job ID you can use to retrieve results at any time via the lead24.email platform.
What it does
- You provide YouTube channel handles or URLs
- The actor submits them and returns a Job ID
- Our team processes the job and finds the email
- You poll with the Job ID to retrieve results — via this actor or the API
Input
The actor accepts two modes depending on what you provide.
Mode 1 — Submit channels (get a Job ID)
| Field | Type | Description |
|---|---|---|
channel_handles | array | One or more channel handles. With or without @. e.g. MrBeast, @PewDiePie |
channel_urls | array | One or more full YouTube channel URLs. e.g. https://youtube.com/@mkbhd |
You can use both fields at the same time. Each channel gets its own row in the results.
Example input:
{"channel_handles": ["MrBeast", "@PewDiePie"],"channel_urls": ["https://youtube.com/@mkbhd"]}
Example output:
{"job_id": "550e8400-e29b-41d4-a716-446655440000","total": 3,"channels": [{ "handle": "@MrBeast", "url": "https://youtube.com/@MrBeast" },{ "handle": "@PewDiePie", "url": "https://youtube.com/@PewDiePie" },{ "handle": "@mkbhd", "url": "https://youtube.com/@mkbhd" }],"message": "Job submitted. Each channel is a separate row. Use job_id to poll results."}
Mode 2 — Poll for results (retrieve emails)
| Field | Type | Description |
|---|---|---|
job_id | string | The Job ID returned from a previous run |
Example input:
{"job_id": "550e8400-e29b-41d4-a716-446655440000"}
Example output:
{"job_id": "550e8400-e29b-41d4-a716-446655440000","status": "complete","channels": [{"channel_name": "@MrBeast","channel_handle": "@MrBeast","email": "contact@mrbeast.com","status": "complete"}]}
Job statuses
| Status | Meaning |
|---|---|
pending | Job received, email not found yet |
complete | Email has been found and is ready |
not_found | Job ID does not exist |
Tracking your job
You can track the live status of any job without running the actor again.
Visit:
https://lead24.email/status/<your-job-id>
You'll see a real-time status page showing each channel and whether the email has been found.
Retrieving results via API
You can also retrieve results directly via the REST API:
GET https://lead24.email/api/job/<job-id>
Required header:
X-API-Key: your-api-key
Or as a query param:
https://lead24.email/api/job/<job-id>?api_key=your-api-key
Contact us at lead24.email to get your API key.
Tips
- Save your Job ID — you'll need it to retrieve results. It's shown in the actor output and dataset after every run.
- Handles work with or without
@—MrBeastand@MrBeastare treated the same. - Bulk submissions — add as many channels as you need in a single run. Each channel gets its own result row.
- Async processing — emails are not returned instantly. Submit your job, save the Job ID, and poll later.
- No duplicate results — each channel in a batch is tracked separately, even if submitted under the same Job ID.
Example workflow
Step 1 — Submit channels:
{"channel_handles": ["MrBeast", "Veritasium", "MKBHD"]}
→ Save the returned job_id
Step 2 — Wait for processing
Track live at https://lead24.email/status/<job-id>
Step 3 — Retrieve results:
{"job_id": "your-job-id-here"}
→ Get emails for all channels
About lead24.email
lead24.email is the platform powering this actor. It handles job processing, result storage, and provides a live tracking dashboard and REST API for retrieving results programmatically.
Support
For API access, bulk pricing, or support — visit lead24.email.