Youtube Scraper avatar

Youtube Scraper

Pricing

$1.00/month + usage

Go to Apify Store
Youtube Scraper

Youtube Scraper

Extract full public YouTube channel data including subscribers, views, videos, verification status, country, business email availability, descriptions, profile images, and social links in clean structured format.

Pricing

$1.00/month + usage

Rating

5.0

(5)

Developer

Hardware

Hardware

Maintained by Community

Actor stats

6

Bookmarked

18

Total users

3

Monthly active users

7 months ago

Last modified

Share

📺 My YouTube Channel Scraper — Channel Intelligence Actor

Extract complete YouTube channel intelligence in a clean, structured, and automation-ready format.

This actor turns any public YouTube channel into actionable data — including subscribers, views, verification status, country, business availability, social links, and more.

Built for marketers, agencies, researchers, SaaS builders, and data teams who need scalable YouTube insights without manual work.


🚀 What This Actor Extracts

✅ Channel name ✅ Subscriber count ✅ Total views ✅ Total videos ✅ Verification badge ✅ Business email availability ✅ Country & join date ✅ Full channel description ✅ Profile & cover images ✅ All social & external links ✅ Clean snake_case JSON output ✅ Works with:

  • @username URLs
  • /channel/ID URLs

🎯 Main Use Cases

📈 Marketing & Growth

  • Influencer discovery
  • Competitor tracking
  • Audience benchmarking

🏢 Agencies & SaaS Platforms

  • Automated channel audits
  • Lead generation
  • CRM & dashboard integrations

📊 Research & Data Analysis

  • Niche market analysis
  • Channel growth studies
  • Country-based insights

⚙️ Input Format

{
"start_urls": [
{ "url": "https://www.youtube.com/@ChannelName" },
{ "url": "https://www.youtube.com/channel/CHANNEL_ID" }
]
}

Input Rules

FieldTypeRequiredDescription
start_urlsArray✅ YesList of YouTube channel URLs

📦 Output Data Example (Snake Case)

{
"channel_id": "UCTgwcoeGGKmZ3zzCXN2qo_A",
"profile_image": "https://yt3.googleusercontent.com/...",
"cover_image": "https://yt3.googleusercontent.com/...",
"channel_name": "Apify",
"is_verified": false,
"has_business_email": true,
"youtube_handle": "http://www.youtube.com/@Apify",
"full_channel_url": "https://www.youtube.com/channel/UCTgwcoeGGKmZ3zzCXN2qo_A",
"about": "Welcome to the official channel...",
"joined_date": "Jan 4, 2017",
"country_name": "Czechia",
"social_links": [
{ "title": "GitHub", "link": "github.com/apify" }
],
"total_views": 879225,
"total_videos": 191,
"total_subscribers": 11000
}

🧠 Extracted Field Reference

FieldDescription
channel_idUnique YouTube channel ID
profile_imageChannel avatar
cover_imageChannel banner
channel_nameChannel name
is_verifiedVerification status
has_business_emailBusiness email availability
youtube_handlePublic username URL
full_channel_urlFull channel URL
aboutChannel description
joined_dateJoin date
country_nameCountry
social_linksAll external links
total_viewsTotal channel views
total_videosNumber of videos
total_subscribersSubscriber count

☁️ How It Works

  1. You provide one or more YouTube channel URLs

  2. The actor scans all public channel data

  3. Clean, structured data is saved automatically into the dataset

  4. Data is immediately available for:

    • Download
    • API access
    • Analytics
    • Automation workflows

⚠️ Known Limitations

  • Some channels hide business email or country
  • Subscriber numbers may appear rounded
  • Social links depend on channel owner visibility settings

  • Uses public YouTube data only
  • No login required
  • No private user data collected
  • Fully compliant with standard data usage policies

⭐ Ideal For

✅ Lead generation ✅ Influencer research ✅ SaaS data pipelines ✅ Market intelligence ✅ AI training datasets ✅ Competitor analysis