Go to Hyperscrape Store

YouTube Playlist Scraper

hyperscrape/youtube-playlist-scraper

Extract playlist metadata plus every entry with index, duration and channel.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/youtube-playlist-scraper?playlists=https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLBCF2DAC6FFB574DE

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Scrapes public YouTube playlists from the playlist page's embedded ytInitialData JSON (no API key needed).

For each playlist you get a playlist item (title, description, owner channel, video count, total views, last-updated text, thumbnail) followed by one video item per entry with its position/index, video ID and URL, title, duration (seconds + text), uploader channel (name, ID, URL), view/publish info and thumbnail. A single page fetch returns up to the first 100 entries.

Input: playlist URLs or bare playlist IDs (PL…, UU…, …).