Audio & Podcast Platforms30 active endpointsapiKey

Spotify scraping API

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

Spotify coverage

Active endpoints

30

Methods

GET

Required params

39

Schema refs

30

Artist4
Profile3
Track3
Album2
{
  "platform": "Spotify",
  "endpoint": "spotify-album",
  "method": "GET",
  "path": "/spotify/album",
  "auth": "apiKey"
}

Use cases

Workflows that fit Spotify

Collect Spotify catalog, artist, album, playlist, track, profile, chart, genre, audiobook, and search data through documented Crawlora endpoints.

Music catalog enrichment

Use Spotify endpoints to turn music catalog enrichment into repeatable API requests with documented inputs and JSON responses.

Artist and playlist research

Use Spotify endpoints to turn artist and playlist research into repeatable API requests with documented inputs and JSON responses.

Audio trend monitoring

Use Spotify endpoints to turn audio trend monitoring into repeatable API requests with documented inputs and JSON responses.

Managed execution

How Crawlora handles this platform

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.

Endpoint-specific execution

Request behavior is tuned for the target platform and endpoint type.

Proxy-aware collection

Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.

Browser-backed rendering

Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.

Challenge-aware behavior

Challenge pages and unusable upstream responses are detected and surfaced clearly.

Normalized response schema

Results are returned as documented JSON instead of raw HTML.

Playground-ready testing

Test the same route from Docs and Playground before production integration.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

4 endpoints

Artist

/spotify/artist

GETapiKey
3 endpoints

Profile

/spotify/profile

GETapiKey
3 endpoints

Track

/spotify/track

GETapiKey
2 endpoints

Album

/spotify/album

GETapiKey
2 endpoints

Audiobook

/spotify/audiobook

GETapiKey
1 endpoints

Albums

/spotify/albums/search

GETapiKey

Featured endpoints

Spotify API endpoints

Browse full docs
GETapiKeyexample
/spotify/album
Details

Retrieve Spotify album details

Returns normalized Spotify Web Player album metadata and tracks from private Pathfinder responses.

uri:queryid:queryoffset:query+2 more
GETapiKeyexample
/spotify/album/tracks
Details

Retrieve Spotify album tracks

Returns normalized Spotify Web Player album tracks from private Pathfinder responses.

uri:queryid:queryoffset:query+2 more
GETapiKeyexample
/spotify/albums/search
Details

Search Spotify albums

Returns 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.

q:queryoffset:querylimit:query+7 more
GETapiKeyexample
/spotify/artist
Details

Retrieve Spotify artist details

Returns normalized Spotify Web Player artist overview data from private Pathfinder responses.

uri:queryid:queryx-api-key:header
GETapiKeyexample
/spotify/artist/albums
Details

Retrieve Spotify artist albums

Returns artist discography items from Spotify Web Player private Pathfinder responses.

uri:queryid:querytype:query+4 more
GETapiKeyexample
/spotify/artist/playlists
Details

Retrieve Spotify artist playlists

Returns artist playlists from Spotify Web Player private Pathfinder responses.

uri:queryid:queryx-api-key:header

Related APIs

More audio & podcast platforms coverage

Start building

Test Spotify endpoints against the same catalog used by Docs.