Spotify Scraper โ€” Tracks, Artists, Albums & Playlists avatar

Spotify Scraper โ€” Tracks, Artists, Albums & Playlists

Pricing

from $0.0024 / item scraped

Go to Apify Store
Spotify Scraper โ€” Tracks, Artists, Albums & Playlists

Spotify Scraper โ€” Tracks, Artists, Albums & Playlists

Search Spotify and scrape public metadata for tracks, artists, albums and playlists: names, artists, popularity, followers, genres, release dates, duration, ISRC, preview URL and more. No Spotify login or API key required. For music research, catalogs and analytics.

Pricing

from $0.0024 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Categories

Share

Search Spotify and pull clean, structured JSON for tracks, artists, albums and playlists in one run. No Spotify login or API key to set up โ€” authentication is handled automatically. Reliable for music research, catalog building and analytics, with a residential proxy rotated per request by default to stay ahead of IP rate limits.

Spotify Scraper input โ€” search terms and item types in the Apify Console

Features

  • ๐ŸŽผ Four types at once โ€” searchType accepts any mix of track, artist, album and playlist.
  • ๐Ÿ” Multi-keyword search โ€” pass several terms in searches; each is queried independently and de-duplicated.
  • ๐ŸŽค Artist & track detail โ€” artist records carry verified status and image; tracks include artists, album, durationMs and explicit.
  • ๐Ÿ’ฟ Album metadata โ€” albumType, contributing artists and releaseDate per album.
  • ๐Ÿ“ Playlists โ€” owner, cleaned description and cover image.
  • ๐Ÿ” Automatic auth โ€” no keys to manage; a residential proxy rotates per request.
  • ๐Ÿงฑ Flat, normalized JSON โ€” consistent field names across every entity type.

What you get

Spotify Scraper output example โ€” tracks, artists, albums and playlists as structured JSON

One flat JSON record per item. Example track:

{
"type": "track",
"id": "0DiWol3AO6WpXZgp0goxAV",
"name": "One More Time",
"artists": ["Daft Punk"],
"album": "Discovery",
"albumId": "2noRn2Aes5aoNVsU6iWThc",
"durationMs": 320357,
"explicit": false,
"image": "https://i.scdn.co/image/ab67616d00001e02....",
"url": "https://open.spotify.com/track/0DiWol3AO6WpXZgp0goxAV"
}

Output schema

Fields are shared across item types where they apply; type-specific fields are noted.

FieldTypeDescription
typestringItem type: track, artist, album, or playlist.
idstringSpotify ID of the item.
namestringName of the track, artist, album, or playlist.
artistsarrayArtist names on the track or album.
albumstringAlbum name the track appears on (track).
albumIdstringSpotify ID of the track's album (track).
albumTypestringAlbum category, e.g. album, single, compilation (album).
durationMsintegerTrack length in milliseconds (track).
explicitbooleanWhether the track is marked explicit (track).
releaseDatestringAlbum release date (album).
verifiedbooleanWhether the artist profile is verified (artist).
ownerstringPlaylist owner name (playlist).
descriptionstringPlaylist description (playlist).
imagestring (URL)Cover art or profile image URL.
urlstring (URL)Open Spotify link to the item.

Input

{
"searches": ["daft punk", "lofi beats"],
"searchType": ["track", "artist", "album", "playlist"],
"maxItemsPerSearch": 20
}
FieldDescription
searchesKeywords to search on Spotify, one per line.
searchTypeWhich item types to return: any mix of track, artist, album, playlist.
maxItemsPerSearchResults per selected type, per search term (1โ€“50).
proxyConfigurationProxy settings; residential proxy is used and rotated per request by default.

Use cases

  • Build a music catalog spanning tracks, artists, albums and playlists.
  • Research an artist's catalog and verify official profiles.
  • Discover playlists around a theme and capture owner and cover art.
  • Feed clean track/artist metadata into recommendation or analytics pipelines.

Pricing

Pay-per-event: you're billed a small amount per run and per item scraped โ€” you only pay for what you get. See the Pricing tab for current rates.

FAQ

Do I need a Spotify account or API key? No. There is no login and no developer API key to configure โ€” authentication is handled automatically.

How many items can I get per run? You control volume with maxItemsPerSearch (1โ€“50), applied per selected type per search term. Pass multiple keywords in searches to scale a single run across many queries.

Can I download songs or audio? No. This Actor returns public metadata only โ€” track, artist, album and playlist details. It does not download audio streams or any DRM-protected content.

What's the output format? Flat, normalized JSON with one record per item, and consistent field names across tracks, artists, albums and playlists. You can export it as JSON, CSV, or Excel from the dataset.

Can I search for artists, albums and playlists too, not just tracks? Yes. Set searchType to any mix of track, artist, album and playlist, and each selected type is queried and returned in the same run.

Can I integrate this with other tools? The Spotify Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Building a music dataset? Pair this with our other music and media scrapers:

  • SoundCloud Scraper โ€” tracks, artists and playlists with play counts, likes and followers.
  • Deezer Scraper โ€” tracks, artists, albums, playlists and global top charts with ISRCs.
  • Discogs Scraper โ€” vinyl, CD and digital releases with marketplace prices and community stats.
  • Apple Podcasts Scraper โ€” podcast shows and episodes with RSS feeds and artwork.

Notes

This Actor reads the public Spotify web player and returns public metadata only โ€” no audio streams or DRM-protected content. Not affiliated with, endorsed by, or connected to Spotify; all trademarks belong to their respective owners.