scraping-youtube-playlist
Installation
SKILL.md
Scraping Youtube Playlist
Raw data collection. No assumed use case — returns the full dataset for downstream analysis.
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
YouTube playlist URLs |
keywords |
array | Optional | [] |
Search keywords to find playlists |
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 videos to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |