
SPOTIFY Extractor
Pricing
$30.00/month + usage

SPOTIFY Extractor
💫 All-in-One SPOTIFY.COM Scraper
3.2 (2)
Pricing
$30.00/month + usage
7
Total users
125
Monthly users
16
Runs succeeded
>99%
Last modified
19 days ago
Welcome to Spotify Scraper
🛜 About Spotify.com

Spotify (/ˈspɒtɪfaɪ/; Swedish: [ˈspɔ̂tːɪfaj]) is a Swedish[6] audio streaming and media service provider founded on 23 April 2006 by Daniel Ek and Martin Lorentzon.[7] It is one of the largest music streaming service providers, with over 602 million monthly active users, including 236 million paying subscribers, as of December 2023.[4][8] Spotify is listed (through a Luxembourg City-domiciled holding company, Spotify Technology S.A.[1]) on the New York Stock Exchange in the form of American depositary receipts.
Spotify offers digital copyright restricted recorded audio content, including more than 100 million songs and five million podcasts, from record labels and media companies.[8] As a freemium service, basic features are free with advertisements and limited control, while additional features, such as offline listening and commercial-free listening, are offered via paid subscriptions. Users can search for music based on artist, album, or genre, and can create, edit, and share playlists.
🛜 About This Actor
Extract data from Spotify, including playlists, tracks, and artists. Download desired data in HTML, JSON, CSV, Excel, or XML.
🛜 Parameters
Name | Type | Description |
---|---|---|
query | array | List of KEYWORD , QUERY or URL |
limit | integer | Number of results (per-query ) |
filters | object | Query filters |
🛜 Basic Usage
Search for Songs
{ "query": ["indonesia raya"], "filters.kind": "track", "limit": 10 }
Search for Artists
{ "query": ["Lana Del Ray"], "filters.kind": "artist", "limit": 10 }
URL
Start URL
{ "query": ["https://open.spotify.com/artist/00FQb4jTyendYWaN8pK0wa"] }
QUERY
Using Query
{ "query": ["artist:00FQb4jTyendYWaN8pK0wa/albums"] }
🛜 Advanced Usage
Spotify Query Language (SQL)
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
Possible QUERY
Values
Format | Examples | Description |
---|---|---|
https:<URL> | https://open.spotify.com/... | Start URL |
/artist/<ARTIST_ID> | Artist URL | |
/album/<ALBUM_ID> | Album URL | |
/playlist/<PLAYLIST_ID> | Playlist URL | |
/show/<SHOW_ID> | Show/Podcast URL | |
/track/<TRACK_ID> | Track/Song URL | |
/episode/<EPISODE_ID> | Podcast Episode URL | |
<KEYWORDS> | any text | Search Anything |
artist:<ARTIST_ID> | artist:00FQb4jTyendYWaN8pK0wa | Artist Data |
/info | artist:00FQb4jTyendYWaN8pK0wa/info | Artist info |
/discography | artist:00FQb4jTyendYWaN8pK0wa/discography | Artist discography |
/album | artist:00FQb4jTyendYWaN8pK0wa/album | Artist albums |
/single | artist:00FQb4jTyendYWaN8pK0wa/single | Artist singles |
/compilation | artist:00FQb4jTyendYWaN8pK0wa/compilation | Artist compilations |
/playlists | Artist playlists | |
/featuring | Songs featuring the artist | |
/appears | Songs which artist appears-on | |
/discovered | Songs which artist discovered-on | |
album:<ALBUM_ID> | album:5HOHne1wzItQlIYmLXLYfZ | Album Data |
/info | album:5HOHne1wzItQlIYmLXLYfZ/info | Album info |
/tracks | album:5HOHne1wzItQlIYmLXLYfZ/tracks | Album tracks |
playlist:<PLAYLIST_ID> | playlist:37i9dQZF1DZ06evNZVVBPG | Playlist Data |
/info | playlist:37i9dQZF1DZ06evNZVVBPG/info | Playlist info |
/tracks | playlist:37i9dQZF1DZ06evNZVVBPG/tracks | Playlist tracks |
show:<SHOW_ID> | show:4cgtIN1XGTYpjx96LkTQwW | Show/Podcast Data |
/info | show:4cgtIN1XGTYpjx96LkTQwW/info | Podcast info |
/episodes | show:4cgtIN1XGTYpjx96LkTQwW/episodes | Podcast episodes |
track:<TRACK_ID> | Track/Audio data | |
episode:<EPISODE_ID> | Episode data |
🛜 Examples
Example #1: Search artist
{ "query": ["Lana Del Ray"], "kind": "artist", "limit": 20 }
Example #2: Scrape artist info
{ "query": ["artist:00FQb4jTyendYWaN8pK0wa/info"] }
Example #3: Scrape artist albums
{ "query": ["artist:00FQb4jTyendYWaN8pK0wa/album"] }
Example #4: Scrape album tracks
{ "query": ["album:5HOHne1wzItQlIYmLXLYfZ/tracks"] }
Example #5: Scrape playlist tracks
{ "query": ["playlist:37i9dQZF1DZ06evNZVVBPG/tracks"] }
🍂 Support

Feel free to reach out to the developer for any issues or suggestions for improvement.