Youtube Channel Details Scraper(With Email) avatar

Youtube Channel Details Scraper(With Email)

Under maintenance

Pricing

from $69.90 / 1,000 results

Go to Apify Store
Youtube Channel Details Scraper(With Email)

Youtube Channel Details Scraper(With Email)

Under maintenance

YouTube 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

B2B Lead Generation

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

  1. You provide YouTube channel handles or URLs
  2. The actor submits them and returns a Job ID
  3. Our team processes the job and finds the email
  4. 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)

FieldTypeDescription
channel_handlesarrayOne or more channel handles. With or without @. e.g. MrBeast, @PewDiePie
channel_urlsarrayOne 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)

FieldTypeDescription
job_idstringThe 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

StatusMeaning
pendingJob received, email not found yet
completeEmail has been found and is ready
not_foundJob 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 @MrBeast and @MrBeast are 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.