Spotify Scraper
Scrape Spotify Artists, Tracks, Podcasts, Playlists, Albums, Users and ...
9.8/10 popularity
746 ms avg latency
100% success rate
68 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Spotify Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search Artists /api/artists/search |
spotify - search artists |
| GET |
Search Tracks /api/tracks/search |
spotify - search tracks |
| GET |
Search Albums /api/albums/search |
spotify - search albums |
| GET |
Search Playlists /api/playlists/search |
spotify - search playlists |
| GET |
Get Artist Info /api/artists/info |
spotify - get artist info |
| GET |
Get Artist Tracks /api/artists/tracks |
spotify - get artist tracks |
| GET |
Get Artist Albums /api/artists/albums |
spotify - get artist albums |
| GET |
Get Track Detail /api/tracks/detail |
spotify - get track detail |
| GET |
Get Album Detail /api/albums/detail |
spotify - get album detail |
| GET |
Get Album Tracks /api/albums/tracks |
spotify - get album tracks |
| GET |
Get Playlist Detail /api/playlists/detail |
spotify - get playlist detail |
| GET |
Get Playlist Tracks /api/playlists/tracks |
spotify - get playlist tracks |
| GET |
Search Podcasts /api/podcasts/search |
spotify - search podcasts |
| GET |
Search Users /api/users/search |
spotify - search users |
| GET |
Get Podcast Detail /api/podcasts/detail |
spotify - get podcast detail |
| GET |
Get Podcast Episodes /api/podcasts/episodes |
spotify - get podcast episodes |
| GET |
Get User Detail /api/users/detail |
spotify - get user detail |
| GET |
Get User Playlists /api/users/playlists |
spotify - get user playlists |
| GET |
search_tracks /search_tracks |
Searches Spotify for tracks matching the query. Includes track name, artists, album, cover art, and identifiers. |
| GET |
Album basic /album_basic |
Retrieves core album information for a Spotify album by ID, including album name, URI, ISO release date, total tracks, and a simplified track list with track number, duration,… |
| GET |
audiobook_audio /chapters_audio |
Retrieves audio preview metadata for each chapter, including file format, URL, and file ID (if provided). |
| GET |
playlist_cover /playlist_cover |
Retrieves cover art sources for the album of each track in the playlist. Each image entry includes URL and dimensions. |
| GET |
track_artists /track_artists |
Retrieves artists associated with the track (from the `firstArtist.items` array) and their discographies. For each artist, returns identity, avatar images, and a list of albums… |
| GET |
users_basic /users_basic |
Searches Spotify users by a free-text term and returns a compact list of matches. Each item includes user ID, display name, username, and URI. Also returns the normalized search… |
| GET |
artist_sharing_info /artist_sharing_info |
Retrieves the artist’s share ID and share URL. |
| GET |
search_episodes /search_episodes |
Searches Spotify for podcast episodes that match the query. Includes episode name, show title, cover art, and identifiers. |
| GET |
track_basic /track_basic |
Retrieves core track fields by Spotify Track URI, including ID, name, URI, duration, playability, reason, string playcount, media type, and track number. |
| GET |
search_authors /search_authors |
Searches Spotify for audiobook authors matching the query. Returns author names and identifiers. |
| GET |
audiobook_basic /chapters_basic |
Retrieves basic chapter information for a Spotify audiobook URI. Each chapter includes ID, name, URI, duration (ms), and playability. |
| GET |
search_top_results /search_top_results |
Returns Spotify's mixed top results for the query, including featured items (artist/album/playlist/etc.) and additional items. |
| GET |
search_podcasts /search_podcasts |
Searches Spotify for podcasts matching the query. Includes show name, publisher/owner, cover art, and identifiers. |
| GET |
Album detail /album_details |
Retrieves extensive album details including label, copyright entries, cover art sizes, share URL, and a detailed tracks list with disc/track numbers, playability, playcount,… |
| GET |
artist_stats /artist_stats |
Retrieves followers, monthly listeners, global rank, and top cities for the specified artist. |
| GET |
audiobook_details /chapters_details |
Retrieves detailed chapter information including plain & HTML descriptions, playability, content rating label, audio preview files (format and URL), cover art sizes, and share URL. |
| GET |
artist_id /artist_id |
Returns the artist’s Spotify URI and a direct link to the artist’s page. |
| GET |
search_artist /search_artist |
Searches the Spotify catalog for artists matching the provided query string. Returns artist identity and avatar images. |
| GET |
artist_discography /artist_discography |
Retrieves the artist’s discography by Spotify Artist ID, including albums, compilations, singles, top tracks, and popular releases. |
| GET |
artist_related_content /artist_related_content |
Retrieves related artists, 'appears on' releases, 'discovered on' playlists, and 'featuring' tracks for the specified artist. |
| GET |
Album artists /album_artists |
Retrieves artist details associated with the album, including artist ID, name, URI, share URL, and avatar image sizes. |
| GET |
playlist_artists /playlist_artists |
Retrieves the contributing artists for each track in the playlist. Each track includes uid/name/URI plus an `artists` array of name and URI. |
| GET |
artist_related_music_video /artist_related_music_video |
Retrieves related music videos for the specified artist. |
| GET |
artist_profile /artist_profile |
Retrieves profile data including name, verification status, biography, external links, pinned item, and playlists. |
| GET |
users_details /users_details |
Searches Spotify users and returns enriched records including avatar image sources and the extracted avatar color (HEX) with a fallback flag. Also returns the normalized search… |
| GET |
track_associations /track_associations |
Retrieves audio and video association metadata for the track. Audio associations are returned as-is from Spotify; video associations are summarized by total count. |
| GET |
track_details /track_details |
Retrieves extended track fields including content rating label, string playcount, sharing URL, and whether the track is saved. |
| GET |
track_visual /track_visual |
Retrieves the track’s visual identity color set extracted from the square cover image, including base text color and multiple contrast variants. |
| GET |
ping /ping |
get ping |
| GET |
audiobook_trailer /chapters_trailer |
Retrieves the audiobook trailer URI (if available). The trailer is a property of the audiobook; it’s returned alongside each chapter entry for convenience. |
| GET |
playlist_content_rating /playlist_content_rating |
Retrieves the content rating label (e.g., EXPLICIT, NONE) for each track in the playlist. |
| GET |
artist_header_image /artist_header_image |
Retrieves extracted color sets from the artist’s header (wide full-bleed) image. |
+ 18 more endpoints on the provider's documentation.