
#1 Spotify Album Scraper
Pricing
$10.00/month + usage

#1 Spotify Album Scraper
๐ง Spotify Album Scraper ๐ | Instantly extract detailed album data from Spotify โ including ๐ต track info, ๐จ artist details, ๐ market availability, and more! Perfect for developers, analysts, and music lovers! ๐๐
0.0 (0)
Pricing
$10.00/month + usage
0
Monthly users
1
Runs succeeded
>99%
Last modified
7 days ago
๐ง Spotify Album Scraper ๐ | Extract Detailed Album & Track Data from Spotify
๐ Overview
The Spotify Album Scraper is a powerful and efficient tool that helps you extract rich and structured data from Spotify albums using either keyword-based search, direct album URLs, or both!
Whether you're building a music app, analyzing albums and track performance, or collecting clean music data for research, this scraper gives you deep access to album metadata, artist links, cover images, release dates, restrictions, available markets, and detailed track-level data.
โจ Supports both keyword and URL input, and even lets you control inclusion of available market data!
๐ง Need a custom Spotify scraper? Reach out: scrapearchitect@gmail.com
๐ Key Features
๐ผ Multi-Input Mode
โ๏ธ Search by keyword, supply album URLs, or do both simultaneously
โ๏ธ Smart labeling: See if the data came from a keyword or URL input
๐งพ Complete Album Metadata
โ๏ธ Album Type (album, single, compilation)
โ๏ธ Album Title
โ๏ธ Album Cover (Image URL)
โ๏ธ Album Release Date
โ๏ธ Total Tracks
โ๏ธ Total Duration for Requested Tracks
โ๏ธ Album Artists & Artist URLs
โ๏ธ Restrictions (e.g., streaming limitations)
โ๏ธ Available Markets (optional toggle)
โ๏ธ Spotify Album URL
๐ง Track-Level Insights
โ๏ธ Track Title
โ๏ธ Track Duration
โ๏ธ Track Artists & Artist URLs
โ๏ธ Track Spotify URL
โ๏ธ Fully Configurable Input
โ๏ธ Set maximum results per keyword
โ๏ธ Set limit for number of tracks per album
โ๏ธ Choose whether to include available markets
โ๏ธ Mix both URL & keyword input for flexibility
๐ฆ Clean JSON Output
โ๏ธ Structured, readable data โ ready for APIs, databases, or analysis tools
๐ Input Configuration
Use the following JSON format to control the scraperโs behavior:
1{ 2 "album_type": "any", 3 "album_urls": [ 4 { 5 "url": "https://open.spotify.com/album/1CB5o6cOeGH4q1z6KJROI8", 6 "method": "GET" 7 } 8 ], 9 "include_available_markets": true, 10 "keywords": [ 11 "jazz" 12 ], 13 "maxResults": 1, 14 "searchMode": "both", 15 "track_limit": 2 16}
๐ Parameters Explained:
Parameter | Description |
---|---|
album_type | Filter albums by type: album , single , compilation , or any |
album_urls | List of album URLs to scrape |
include_available_markets | Toggle to include/exclude available markets (default: false) |
keywords | List of search terms for discovering albums |
maxResults | Max number of albums per keyword (recommended max: 50) |
searchMode | Options: keyword , url , or both |
track_limit | Limit of tracks to extract per album (max: 100) |
๐ค Output Example
Below is a sample JSON output youโll receive:
1[ 2 { 3 "result_mode": "keyword", 4 "input_keyword": "jazz", 5 "input_url": "keyword input", 6 "album_type": "album", 7 "album_title": "Dave Pike Plays the Jazz Version of Oliver!", 8 "album_artists": [ 9 "Dave Pike" 10 ], 11 "album_artists_url": [ 12 "https://open.spotify.com/artist/64Qwp26Lb2beXJzBs0qBpl" 13 ], 14 "album_cover": "https://i.scdn.co/image/ab67616d0000b2734b16473a86c98da6f9ce5398", 15 "album_release_date": "2025-04-04", 16 "total_tracks": 7, 17 "total_duration_for_requested_tracks": "10m 40s", 18 "available_markets": "AR, AU, AT, BE, BO, BR, BG, CA, ...", 19 "restrictions": "No Restrictions", 20 "album_url": "https://open.spotify.com/album/0YLWr1T1iCuRm6SnmYibkc", 21 "tracks": [ 22 { 23 "track_title": "I'd Do Anything", 24 "track_duration": "4m 53s", 25 "track_artists": [ 26 "Dave Pike" 27 ], 28 "tracks_artists_url": [ 29 "https://open.spotify.com/artist/64Qwp26Lb2beXJzBs0qBpl" 30 ], 31 "track_url": "https://open.spotify.com/track/02rcL5BYRPBejQm7eelmcx" 32 } 33 ] 34 } 35]
๐ Output Field Guide
Field | Description |
---|---|
result_mode | Source of result: keyword or url |
input_keyword / input_url | If one is keyword input, the other is marked "keyword input" |
album_type | Album type (album , single , compilation ) |
album_title | Title of the album |
album_artists | List of artist names |
album_artists_url | Corresponding Spotify artist profile links |
album_cover | URL of the albumโs cover image |
album_release_date | Release date of the album |
total_tracks | Total number of tracks on the album |
total_duration_for_requested_tracks | Sum duration of extracted tracks |
available_markets | List of country codes (optional if enabled) |
restrictions | If none, defaults to No Restrictions |
album_url | Spotify link to the album |
tracks | Array of tracks containing title, artists, URLs, and durations |
๐งช How It Works
1๏ธโฃ Choose your input method
- Enter keywords like
"jazz"
,"rock"
, or"pop"
- Or drop in specific album URLs
- Or combine both!
2๏ธโฃ Run the scraper
- The actor searches Spotify and collects detailed album & track info
3๏ธโฃ Download your results
- Get clean JSON data with all fields ready for use
๐ Use Cases
๐ฏ Music Recommendation Systems
๐ Music Market & Genre Analysis
๐ Research on Albums & Artists
๐ Archiving or Indexing Albums
๐ฑ Mobile or Web Music Apps
๐ข Music SEO & Content Generation
โก Performance & Optimization
โ
High-speed scraping via official Spotify APIs
โ
Up to 50 albums per keyword
โ
Up to 100 tracks per album
โ
Use your own proxy for privacy and control
โ
Toggle market availability data on/off
๐ Privacy & Security
๐ This scraper respects your data and Spotify access security:
- โ๏ธ Uses your own proxy setup
- โ๏ธ Access tokens are fetched dynamically and securely
- โ๏ธ No hardcoded or exposed credentials
๐ฆ Deployment Instructions
- Deploy the actor on Apify
- Configure input JSON
- Run the actor
- Download clean, structured JSON output
๐งฉ Related Tools
๐ Spotify Playlists Scraper โ Extract full playlist metadata and tracks!
๐ Spotify Artist Scraper โ Get artist info, albums, followers, and more
๐ Spotify Track Analyzer โ Coming soon!
๐ง Let's Build Together!
Need a custom scraper for Spotify or another platform?
Want to scale your data extraction beyond standard limits?
๐ฉ Contact me: scrapearchitect@gmail.com
๐ต Try Spotify Album Scraper Now!
Turn any Spotify album into clean, detailed JSON in seconds.
Whether you're a dev, analyst, blogger, or music tech founder โ this tool will supercharge your data game! ๐๐ฝ
๐ Deploy the Spotify Album Scraper and start exploring today! ๐ถ
Pricing
Pricing model
RentalยTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$10.00