scraping-youtube-channel-info
Installation
SKILL.md
Scraping Youtube Channel Info
Raw data collection. No assumed use case — returns the full dataset for downstream analysis.
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
YouTube channel URLs |
youtubeHandles |
array | Optional | [] |
YouTube handles (e.g. @kurzgesagt) |
keywords |
array | Optional | [] |
Search keywords to find channels |
gl |
string | Optional | us |
Country code (e.g. US) |
hl |
string | Optional | en |
Language code (e.g. en) |
sort |
string | Optional | r |
Sort order |
maxItems |
number | Optional | Unlimited | Maximum channels to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |