VOOZH about

URL: https://apify.com/dainty_screw/youtube-channel-scraper

⇱ Youtube channel scraper Β· Apify


Pricing

$19.99/month + usage

Go to Apify Store

Youtube channel scraper

This tool allows you to automatically gather information about YouTube bloggers, including their nickname, avatar, country, introduction, joining date, video count, view count, and subscriber count. Simply provide the URLs, IDs, or channel IDs to get started.

Pricing

$19.99/month + usage

Rating

4.9

(5)

Developer

πŸ‘ codemaster devops

codemaster devops

Maintained by Community

Actor stats

19

Bookmarked

290

Total users

4

Monthly active users

4 months ago

Last modified

Share

YouTube Channel Scraper (Apify Actor) β€” Simple start_urls Input

YouTube channel scraper that extracts public YouTube channel metadata using a straightforward start_urls input. No API key required. Ideal for YouTube competitor research, SEO analysis, and editorial planning.

What this actor does

  • Scrapes public YouTube channel pages provided via start_urls
  • Extracts key metadata you already output (name, handle/URL, description, counts, images, etc.)
  • Built for production use on Apify (proxy-friendly; works with public pages)

Quick start (60 seconds)

  1. Click Try for free on Apify
  2. Paste this input:
{
"start_urls":[
{"url":"https://www.youtube.com/@Officialwealthwisdom","method":"GET"}
]
}
  1. Run. Export results from the dataset as JSON/CSV/XLSX.

Input parameters

βœ… Strict compatibility: Inputs/outputs are unchanged. This actor keeps your existing automation stable.

Example usage (API & automation)

cURL

curl-X POST "https://api.apify.com/v2/acts/dainty_screw~youtube-channel-scraper/runs?token=YOUR_TOKEN"\
-H"content-type: application/json"\
-d'{
"start_urls":[{"url":"https://www.youtube.com/@Officialwealthwisdom","method":"GET"}]
}'

Python

import requests
payload ={
"start_urls":[
{"url":"https://www.youtube.com/@Officialwealthwisdom","method":"GET"}
]
}
r = requests.post(
"https://api.apify.com/v2/acts/dainty_screw~youtube-channel-scraper/runs?token=YOUR_TOKEN",
json=payload, headers={"content-type":"application/json"}
)
print(r.json())

Tips to avoid rate limits

  • Use Apify Proxy when scraping multiple channels.
  • Avoid hammering the same channel repeatedly; space out runs.

Troubleshooting

  • Invalid URL β†’ Ensure the URL is a channel (/@handle or /channel/...).
  • Empty dataset β†’ Channel may be restricted/hidden; try a different target.

Common use cases

  • YouTube competitor research and channel benchmarking
  • SEO planning for content/topic strategy
  • Media & editorial channel profiling

FAQ

Do I need a YouTube API key?

No. This actor uses publicly available channel pagesβ€”no API key required.

Can I pass search terms or playlists?

This actor takes channel URLs via start_urls only (no schema changes).

You might also like

YouTube Channel Scraper

gentle_cloud/youtube-user-channel-scraper

Scrape YouTube channel metadata including subscriber count, video count, view count, description, external links, country, join date, and more. Supports channel URLs, @handles, and channel IDs as input.

507

5.0

YouTube Channel Scraper

xtracto/youtube-channel-scraper

Get YouTube channel metadata: subscriber count, video count, banner, avatar, description, tags, verified status. HTTP-only, no login.

πŸ‘ User avatar

Farhan Febrian Nauval

2

YouTube Channel Statistics Scraper

maximedupre/youtube-channel-statistics-scraper

Get public YouTube channel statistics from URLs, @handles, channel IDs, /c URLs, /user URLs, or plain handles. Export subscriber count, total views, video count, profile fields, images, and source URLs. No YouTube API key or login needed.

πŸ‘ User avatar

Maxime DuprΓ©

7

YouTube Channel Statistics Scraper πŸ“Š

easyapi/youtube-channel-statistics-scraper

Extract comprehensive YouTube channel statistics including subscriber count, views, video count, and more. Perfect for content creators, marketers, and researchers looking to analyze YouTube channels and track their performance metrics. πŸŽ₯πŸ“Š

YouTube Channel Statistics Scraper

codingfrontend/youtube-channel-statistics-scraper

Extract comprehensive YouTube channel statistics including subscriber count, total views, video count, joined date, country, and more. Perfect for content creators, marketers, and researchers.

πŸ‘ User avatar

Coding Frontned

2

Youtube Subscriber Count Scraper

kawsar/youtube-subscriber-count-scraper

Pulls YouTube channel stats by handle: subscribers, views, video count, creation date, avatar, and banner. No API key needed. Run one channel or batch up to 1,000 at once.

Youtube Channel Video Scraper

vistics/youtube-channel-video-scraper

YouTube Channels Video Scraper is a powerful and user-friendly tool designed to extract valuable data from YouTube channels. This actor allows you to effortlessly collect detailed information about YouTube Videos from a Channel, including video IDs, titles, URLs, views, likes, published times, etc

53

5.0