🎧 Spotify Album Scraper 🎵

🎧 Spotify Album Scraper 🎵

by scrapearchitect

Extract detailed Spotify album data—tracks, artists, cover art, and market info—as structured JSON. Perfect for developers, analysts, and music projects.

237 runs
14 users
Try This Actor

Opens on Apify.com

About 🎧 Spotify Album Scraper 🎵

Need to pull album data from Spotify for a project? I've been there. This scraper is what I use to grab everything from a Spotify album page without dealing with their API's rate limits or complexity. It pulls the complete tracklist, each song's duration and Spotify ID, plus the main artist and any featured artists. You also get the album's cover art in the highest available resolution, its release date, and which markets it's available in. It's saved me hours on music catalog analysis, building playlist apps, and even researching market availability for different artists. Just give it the album URL and it returns clean, structured JSON. Whether you're a developer building a music service, a data analyst looking at trends, or just a music nerd with a spreadsheet habit, this gets you the data you need in one go.

What does this actor do?

🎧 Spotify Album Scraper 🎵 is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Spotify Album Scraper

Extract structured album and track data from Spotify using keywords, direct URLs, or both.

Overview

This actor scrapes detailed metadata from Spotify albums. You can search by keyword, provide specific album URLs, or combine both methods. The output is clean JSON containing album information, artist details, cover art, release dates, and track-level data. It's useful for building music applications, data analysis, or research projects.

Key Features

  • Flexible Input: Search by keyword, provide album URLs, or use both methods simultaneously. Results are labeled by source (keyword or url).
  • Comprehensive Album Data: Extracts album type, title, cover image URL, release date, total tracks, duration, artists, artist URLs, restrictions, and the Spotify album link.
  • Detailed Track Data: Gets track title, duration, artists, artist URLs, and the track's Spotify URL for each song.
  • Configurable Scraping: Control the number of results per keyword, limit tracks per album, and choose whether to include available_markets data.
  • Structured Output: Returns well-organized JSON ready for integration into databases, APIs, or analysis tools.

How to Use

Configure the actor using a JSON input object. Here are the main parameters:

Parameter Description
searchMode Set to keyword, url, or both.
keywords Array of search terms (e.g., ["jazz", "rock 2023"]).
album_urls Array of objects containing Spotify album URLs to scrape directly.
album_type Filter results: album, single, compilation, or any.
maxResults Maximum albums to return per keyword (max 50 recommended).
track_limit Maximum tracks to extract per album (max 100).
include_available_markets Boolean to include/exclude market availability lists.

Input/Output

Input Configuration

{
  "searchMode": "both",
  "keywords": ["indie folk"],
  "album_urls": [
    { "url": "https://open.spotify.com/album/1CB5o6cOeGH4q1z6KJROI8" }
  ],
  "album_type": "any",
  "maxResults": 5,
  "track_limit": 10,
  "include_available_markets": false
}

Output Example

The actor returns an array of album objects. Key fields include:

[
  {
    "result_mode": "keyword",
    "input_keyword": "jazz",
    "album_title": "Example Jazz Album",
    "album_artists": ["Artist Name"],
    "album_cover": "https://i.scdn.co/image/...",
    "album_release_date": "2023-01-01",
    "total_tracks": 10,
    "album_url": "https://open.spotify.com/album/...",
    "tracks": [
      {
        "track_title": "Song Name",
        "track_duration": "3m 45s",
        "track_artists": ["Artist Name"],
        "track_url": "https://open.spotify.com/track/..."
      }
    ]
  }
]

Output Field Guide:
* result_mode: Identifies the source (keyword or url).
* album_* fields: Contain metadata about the album.
* tracks: An array of objects with details for each song.
* available_markets: Included if include_available_markets is set to true.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try 🎧 Spotify Album Scraper 🎵 now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
scrapearchitect
Pricing
Paid
Total Runs
237
Active Users
14
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support