Youtube Music Album Listing Scraper avatar

Youtube Music Album Listing Scraper

Try for free

2 hours trial then $10.00/month - No credit card required now

Go to Store
Youtube Music Album Listing Scraper

Youtube Music Album Listing Scraper

alien_force/youtube-music-album-listing-scraper
Try for free

2 hours trial then $10.00/month - No credit card required now

Extract album details, track names, play counts, artist info, and more with the YouTube Music Album Scraper! 🎢 Simply input a YouTube Music album URL and get structured JSON data. Perfect for music analysis, trend tracking, or playlist building. Fast, efficient, and easy to use! πŸš€

🎡 YouTube Music Album Scraper

Introduction

The YouTube Music Album Scraper is an Apify actor designed to extract detailed information about albums from YouTube Music. Given a YouTube Music album URL, the scraper retrieves essential album metadata and song details, including song names, play counts, and direct links to each track.

Whether you're a music enthusiast, researcher, or developer looking to integrate YouTube Music data into your application, this scraper provides a structured and efficient solution.


πŸ”— Use Cases

  • 🎧 Music Data Collection – Gather song and album details for research or personal use.
  • πŸ“Š Music Trend Analysis – Monitor album popularity and track play counts.
  • 🎼 Playlist Generation – Extract album details for custom playlist creation.


πŸš€ Key Features

  • βœ… Extract Album Metadata – Get album name, artist details, release year, total duration, and track count.
  • βœ… Fetch Track Details – Retrieve song titles, play counts, and direct YouTube Music links.
  • βœ… High-Quality Album Image – Access the album's cover art in high resolution.
  • βœ… Easy to Use – Simply input a YouTube Music album URL and get structured JSON output.

πŸ“₯ Input Schema

The actor takes a simple JSON input:

1{
2    "url": "https://music.youtube.com/playlist?list=OLAK5uy_nmFt9mwNL3JZGzuMRNfgiimbL3fsbjpfo"
3}
FieldTypeDescription
urlstringThe URL of the YouTube Music album or playlist.

πŸ“€ Output Schema

The actor returns structured JSON data with album and song details:

1[
2    {
3        "id": "q392mSz4VeY",
4        "name": "Wake Up",
5        "music_url": "https://music.youtube.com/watch?v=q392mSz4VeY&list=OLAK5uy_mAWpL2_R3tGLfDvxDyydWDnpdyANSoJJU",
6        "plays": "17M",
7        "duration": "2:47",
8        "album_data": {
9            "id": "OLAK5uy_mAWpL2_R3tGLfDvxDyydWDnpdyANSoJJU",
10            "name": "LOOM",
11            "url": "https://music.youtube.com/playlist?list=OLAK5uy_mAWpL2_R3tGLfDvxDyydWDnpdyANSoJJU",
12            "image": "https://lh3.googleusercontent.com/HXl1-8EFmkheZcYoPiFgDe1HCeaBaZDWY4yxjJsaZqSasbompkowFh7UC7vxIIARnXh_5uTBLAkHs_qz=w544-h544-l90-rj",
13            "release_year": "2024",
14            "number_of_songs": "10",
15            "album_songs_duration": "31 minutes",
16            "description": "Loom is the sixth studio album by American pop rock band Imagine Dragons, released through Kidinakorner and Interscope Records on June 28, 2024...",
17            "artist_name": "Imagine Dragons",
18            "artist_url": "https://music.youtube.com/channel/UC0aXrjVxG5pZr99v77wZdPQ"
19        }
20    }
21]

πŸ“Œ Explanation of Output Fields

FieldTypeDescription
idstringUnique ID of the song.
namestringTitle of the song.
music_urlstringDirect link to the song on YouTube Music.
playsstringNumber of times the song has been played.
durationstringThe length of the song.
album_dataobjectContains metadata about the album.
album_data.idstringUnique ID of the album.
album_data.namestringName of the album.
album_data.urlstringLink to the album on YouTube Music.
album_data.imagestringHigh-resolution cover image URL.
album_data.release_yearstringYear of release.
album_data.number_of_songsstringTotal number of songs in the album.
album_data.album_songs_durationstringTotal duration of all songs in the album.
album_data.descriptionstringAlbum description (if available).
album_data.artist_namestringName of the album artist.
album_data.artist_urlstringLink to the artist's YouTube Music channel.

Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • 1 bookmark

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 16 days ago