Scrape YouTube Music playlists data by keywords. Extract playlist details including title, thumbnail URLs, creator info, song count and more. Perfect for music data analysis and playlist discovery.
Extract playlist data from YouTube Music search results based on your keywords. This actor helps you discover and analyze music playlists at scale.
The actor provides data in JSON format with the following structure for each playlist:
keywords
(Array): List of keywords to search for playlistsmaxItems
(Number): Maximum number of playlists to scrape per keyword (default: 50)A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "love" 4 ], 5 "maxItems": 70 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "keyword": "love", 4 "data": { 5 "title": "'80s Lost-Love Ballads", 6 "thumbnails": [ 7 { 8 "url": "https://lh3.googleusercontent.com/4eUpYFzbl_vvkbFKQLKh5NO3xVQpGVTNOgapMbgtw606zxhwZfPKQG0wlfGv6egYQDzyxuyVfHbhmz0=w60-h60-l90-rj", 9 "width": 60, 10 "height": 60 11 }, 12 { 13 "url": "https://lh3.googleusercontent.com/4eUpYFzbl_vvkbFKQLKh5NO3xVQpGVTNOgapMbgtw606zxhwZfPKQG0wlfGv6egYQDzyxuyVfHbhmz0=w120-h120-l90-rj", 14 "width": 120, 15 "height": 120 16 }, 17 { 18 "url": "https://lh3.googleusercontent.com/4eUpYFzbl_vvkbFKQLKh5NO3xVQpGVTNOgapMbgtw606zxhwZfPKQG0wlfGv6egYQDzyxuyVfHbhmz0=w226-h226-l90-rj", 19 "width": 226, 20 "height": 226 21 }, 22 { 23 "url": "https://lh3.googleusercontent.com/4eUpYFzbl_vvkbFKQLKh5NO3xVQpGVTNOgapMbgtw606zxhwZfPKQG0wlfGv6egYQDzyxuyVfHbhmz0=w544-h544-l90-rj", 24 "width": 544, 25 "height": 544 26 } 27 ], 28 "playlistId": "RDCLAK5uy_ksipJjVZdxcV7NDXwU_XH5lB3p2pne-eQ", 29 "creator": { 30 "name": "YouTube Music" 31 }, 32 "songCount": "52 songs", 33 "url": "https://music.youtube.com/playlist?list=RDCLAK5uy_ksipJjVZdxcV7NDXwU_XH5lB3p2pne-eQ" 34 }, 35 "scrapedAt": "2025-02-09T12:52:46.772Z" 36 }, 37 ... 38]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!