
#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
6 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