Music catalog enrichment
Use Spotify endpoints to turn music catalog enrichment into repeatable API requests with documented inputs and JSON responses.
Build audio intelligence workflows from Spotify catalog and public profile signals without maintaining Spotify scrapers.
Collect Spotify catalog, artist, album, playlist, track, profile, chart, genre, audiobook, and search data through documented Crawlora endpoints.
Endpoint families
6
Documented params
172
Examples
30
Live catalog snapshot
Active endpoints
30
Methods
GET
Required params
39
Schema refs
30
{
"platform": "Spotify",
"endpoint": "spotify-album",
"method": "GET",
"path": "/spotify/album",
"auth": "apiKey"
}Related use cases
Use cases
Collect Spotify catalog, artist, album, playlist, track, profile, chart, genre, audiobook, and search data through documented Crawlora endpoints.
Use Spotify endpoints to turn music catalog enrichment into repeatable API requests with documented inputs and JSON responses.
Use Spotify endpoints to turn artist and playlist research into repeatable API requests with documented inputs and JSON responses.
Use Spotify endpoints to turn audio trend monitoring into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/spotify/artist
/spotify/profile
/spotify/track
/spotify/album
/spotify/audiobook
/spotify/albums/search
Featured endpoints
/spotify/albumReturns normalized Spotify Web Player album metadata and tracks from private Pathfinder responses.
/spotify/album/tracksReturns normalized Spotify Web Player album tracks from private Pathfinder responses.
/spotify/albums/searchReturns normalized Spotify Web Player album search results for a search term. The endpoint fetches anonymous Spotify credentials at request time; caller-supplied Spotify bearer or client tokens are not required.
/spotify/artistReturns normalized Spotify Web Player artist overview data from private Pathfinder responses.
/spotify/artist/albumsReturns artist discography items from Spotify Web Player private Pathfinder responses.
/spotify/artist/playlistsReturns artist playlists from Spotify Web Player private Pathfinder responses.
Related APIs
Start building