Spotify Downloader And Scaper
Endpoints
Ungrouped Endpoints 1
What is the Spotify Downloader And Scaper API?
API to download & Search songs, playlists, and albums, search for tracks, and retrieve details about various music entities. Key Features: Download songs, albums, and playlists by their IDs. Search for music content using various query parameters. Access details for tracks, albums, playlists, artists, and users. Generate music recommendations based on user-defined seeds.
Spotify Downloader And Scaper API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Spotify Downloader And Scaper API endpoints
- GET
/downloadSongDownload Song 🎶
Endpoint: GET /downloadSong/:songId Description: Downloads a song from Spotify using the song ID or URL Parameters: - songId (required): The ID or URL(encoded) of the song to download. Example Request: ``` GET /downloadSong/3n3Ppam7vgaVa1iaRUc9Lp GET /downloadSong/https%3A%2F%2Fopen.spotify.com%2Ftrack%2F3n3Ppam7vgaVa1iaRUc9Lp ```