Scrape YouTube Music albums data including titles, artists, thumbnails, release years and playlist URLs. Perfect for music data collection, market research and content analysis.
Powerful scraper for extracting detailed album information from YouTube Music. Get comprehensive data about albums, artists, and playlists in structured format.
For each album, you'll get:
keywords
: Array of search terms (artist names, album titles etc.)maxItems
: Maximum number of albums to scrape per keyword (default: 50)Need help? Feel free to reach out through Apify Console! 🤝
A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "u2" 4 ], 5 "maxItems": 50 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": "u2", 4 "data": { 5 "title": "The Best Of 1980 - 1990", 6 "thumbnails": [ 7 { 8 "url": "https://lh3.googleusercontent.com/j_nk5AC3XuQsS4GITQmmL9Jr45ZImsS1enhsfNPkIeqZqonm7mrt7kL7vMvMkN3q5SgXXkW_XefxK5dOwQ=w60-h60-l90-rj", 9 "width": 60, 10 "height": 60 11 }, 12 { 13 "url": "https://lh3.googleusercontent.com/j_nk5AC3XuQsS4GITQmmL9Jr45ZImsS1enhsfNPkIeqZqonm7mrt7kL7vMvMkN3q5SgXXkW_XefxK5dOwQ=w120-h120-l90-rj", 14 "width": 120, 15 "height": 120 16 }, 17 { 18 "url": "https://lh3.googleusercontent.com/j_nk5AC3XuQsS4GITQmmL9Jr45ZImsS1enhsfNPkIeqZqonm7mrt7kL7vMvMkN3q5SgXXkW_XefxK5dOwQ=w226-h226-l90-rj", 19 "width": 226, 20 "height": 226 21 }, 22 { 23 "url": "https://lh3.googleusercontent.com/j_nk5AC3XuQsS4GITQmmL9Jr45ZImsS1enhsfNPkIeqZqonm7mrt7kL7vMvMkN3q5SgXXkW_XefxK5dOwQ=w544-h544-l90-rj", 24 "width": 544, 25 "height": 544 26 } 27 ], 28 "type": "Album", 29 "artist": { 30 "name": "U2", 31 "id": "UCqIQRxCUGi7hyJisyzv9zYQ", 32 "url": "https://music.youtube.com/channel/UCqIQRxCUGi7hyJisyzv9zYQ" 33 }, 34 "year": "1998", 35 "playlistId": "OLAK5uy_kufeZRgzCIzRql9vJUptlVQcoT3W3FTNU", 36 "browseId": "MPREb_BbqUa7UXLpX", 37 "playlistUrl": "https://music.youtube.com/playlist?list=OLAK5uy_kufeZRgzCIzRql9vJUptlVQcoT3W3FTNU" 38 }, 39 "scrapedAt": "2025-02-09T09:57:41.866Z" 40 }, 41 ... 42]
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!