scraping-youtube-trending-videos
Installation
SKILL.md
Scraping Youtube Trending Videos
Raw data collection. No assumed use case — returns the full dataset for downstream analysis.
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
type |
string | Optional | n |
Trending category: n (now), music, movies, gaming |
gl |
string | Optional | us |
Country code (e.g. US, GB) |
hl |
string | Optional | en |
Language code (e.g. en) |
maxItems |
number | Optional | Unlimited | Maximum videos to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |