π§ Spotify Scraper
Pricing
from $4.99 / 1,000 results
π§ Spotify Scraper
π§ Spotify Scraper pulls track, artist, album & playlist data from Spotify with precision. β‘ Perfect for music research, analytics, DJs & developers. π Automate insights, build datasets, and accelerate discovery.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
π§ Spotify Scraper β Artists, Tracks, Albums & Playlists
Search Spotify by keyword or scrape artist, album, track, and playlist URLs to get monthly listeners, play counts, followers, world rank, biographies, top tracks, related artists, and full track listings β in JSON, CSV, or Excel. No Spotify login or API key needed.
π€ What does it do?
Spotify Scraper extracts rich, structured metadata from Spotify. It works in two modes:
- π URL mode β paste Spotify links (artists, albums, tracks, playlists) and get detailed data for each.
- π Search mode β search by keyword and get matching tracks, artists, albums, or playlists.
π¦ What data you get
| Entity | Highlights |
|---|---|
| π€ Artists | Monthly listeners, followers, world rank, biography, image, top tracks (with play counts), related artists, external links (Instagram, Facebook, etc.) |
| πΏ Albums | Cover art, release date, label, full track listing with per-track play counts |
| π΅ Tracks | Artists, album, duration, release date, play count, explicit flag, audio preview URL |
| π Playlists | Owner, description, followers, cover image, full track listing with durations & play counts |
β Why Choose Us?
- π No API key β works entirely from public Spotify data.
- π§© Rich nested output β artists ship with their top tracks & related artists; playlists ship with their full track listing.
- π‘οΈ Smart proxy ladder β starts with a direct connection and only escalates to datacenter then residential proxies if Spotify blocks, keeping runs cheap and reliable.
- π Per-section tables β browse artists, tracks, albums, and playlists each in their own view.
- β‘ Live results β records appear in the output as they are collected.
π How to Use (Apify Console)
- Log in at console.apify.com β Actors.
- Open Spotify Scraper.
- Pick a mode:
- π Scrape by URL β paste Spotify URLs.
- π Search by keyword β enter queries and choose a result type.
- (Optional) Set Max results, toggle audio previews / genres, or configure a proxy.
- Click Start and watch results stream in live.
- Open the Output tab β switch between the π§ All / π€ Artists / π΅ Tracks / πΏ Albums / π Playlists views.
- Export to JSON / CSV / XLSX.
π§Ύ Input
{"mode": "urls","urls": ["https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02","https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M"],"maxResults": 50,"proxyConfiguration": { "useApifyProxy": true }}
| Field | Type | Description |
|---|---|---|
mode | string | urls or search. |
urls | array | Spotify URLs (URL mode). Artist / album / track / playlist. |
searchTerms | array | Keywords (search mode). |
searchType | string | tracks, artists, albums, or playlists (search mode). |
maxResults | integer | Max items per query / records per URL. |
includeAudioPreview | boolean | Fetch 30s preview URLs for tracks. |
includeGenres | boolean | Best-effort artist genres. |
enrichSearch | boolean | Fetch extra detail per search hit. |
concurrency | integer | Parallel requests. |
maxRetries | integer | Retries before escalating the proxy. |
proxyConfiguration | object | Proxy for the fallback tiers. |
π€ Output
An artist record (URL mode):
{"type": "artist","id": "06HL4z0CvFAxyc27GXpf02","name": "Taylor Swift","url": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02","imageUrl": "https://i.scdn.co/image/...","monthlyListeners": 101992498,"followers": 159206573,"worldRank": 6,"genres": [],"biography": "β¦","topTracks": [{ "trackId": "β¦", "title": "The Fate of Ophelia", "artists": "Taylor Swift","duration": 226073, "durationFormatted": "3:46", "playCount": 1451642910,"isExplicit": false, "isPlayable": true, "audioPreviewUrl": null }],"relatedArtists": [ { "name": "Sabrina Carpenter", "id": "β¦", "url": "β¦" } ],"externalLinks": [ { "name": "INSTAGRAM", "url": "https://instagram.com/taylorswift" } ],"scrapedAt": "2026-06-17T07:38:00.575Z"}
A track record (search mode):
{"type": "track","id": "5FVd6KXrgO9B3JPmC8OPst","name": "Do I Wanna Know?","artists": "Arctic Monkeys","albumName": "AM","albumArt": "https://i.scdn.co/image/...","releaseDate": null,"duration": 272394,"durationFormatted": "4:32","playCount": null,"isExplicit": false,"isPlayable": true,"audioPreviewUrl": null,"url": "https://open.spotify.com/track/5FVd6KXrgO9B3JPmC8OPst","scrapedAt": "2026-06-17T06:41:35.457Z","searchTerm": "arctic monkeys"}
π€ Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"mode":"urls","urls":["https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"],"maxResults":50}'
π‘ Best Use Cases
- π΅ Music analytics β track monthly listeners, play counts, and follower growth.
- π Playlist research β analyze editorial and user playlists.
- π€ Artist monitoring β biographies, top tracks, and related artists.
- π§ Recommendation datasets β build catalogs of artists, tracks, and relationships.
π³ Pricing
This Actor uses a pay-per-event model. You are charged per result item delivered to the dataset, plus the standard Apify platform usage. Set Max results to control spend.
β FAQ
Do I need a Spotify account or API key? No. All data comes from public Spotify pages.
Why is genres empty for some artists? Spotify stopped exposing genres for many artists; the Actor fills it when available and leaves [] otherwise.
Why is audioPreviewUrl null? Many tracks simply have no 30-second preview on Spotify.
Will it get blocked? The Actor starts direct and automatically escalates to datacenter then residential proxies if Spotify pushes back.
βοΈ Legal & Compliance
This Actor collects only publicly available data. You are responsible for complying with Spotify's Terms of Service and applicable laws (GDPR, CCPA, etc.). Do not use scraped data to infringe copyright or for unlawful purposes.
π Support & Feedback
Found a bug or want a new field? Open an issue on the Actor's Issues tab β feedback is welcome.