VOOZH about

URL: https://apify.com/maximedupre/spotify-downloader

⇱ Spotify Downloader for MP3 Links and Files Β· Apify


Pricing

from $2.65 / 1,000 resolved tracks

Go to Apify Store

Spotify Downloader

Download Spotify tracks from track URLs or search terms. Get metadata, preview URLs, MP3 download links, and optional MP3 files saved to Apify storage for exports, API calls, or workflows.

Pricing

from $2.65 / 1,000 resolved tracks

Rating

0.0

(0)

Developer

πŸ‘ Maxime DuprΓ©

Maxime DuprΓ©

Maintained by Community

Actor stats

0

Bookmarked

22

Total users

4

Monthly active users

2 days ago

Last modified

Share

🎧 Spotify MP3 downloader for public tracks

Spotify Downloader turns public Spotify track URLs and search terms into a clean Apify dataset with track metadata, preview URLs, MP3 download links, and optional MP3 files saved to Apify storage. Use it when you need repeatable Spotify track exports for catalog review, content workflows, audio analysis, or an API pipeline without adding Spotify cookies, a Spotify login, or a Spotify API key.

  • Spotify downloader for public track URLs when you already know the songs you want to resolve.
  • Spotify MP3 downloader for search terms such as song names, artists, albums, or genres.
  • Spotify to MP3 workflows where you need track metadata and a resolved MP3 link in one row.
  • Spotify downloader app replacement for repeatable Apify runs, exports, schedules, and API calls.
  • Spotify saver workflows where you need optional MP3 files stored in Apify key-value storage.

This Actor is focused on public Spotify tracks. It does not expand playlists, albums, artist pages, podcasts, shows, episodes, comments, followers, or private account content.

βœ… What this Spotify downloader does

  • Accepts public Spotify track URLs, Spotify track URIs, track IDs, and search terms.
  • Finds matching tracks from keywords such as song names, artists, albums, or genres.
  • Saves one dataset row per accepted Spotify track.
  • Returns track name, artists, album, duration, explicit flag, popularity, ISRC, release date, cover image, Spotify URL, and scrape time.
  • Adds media fields such as Spotify preview URL, MP3 download URL, download host, extension, content type, and link status when available.
  • Can save MP3 files to Apify key-value storage when you choose file saving.
  • Lets you filter by explicit content and track duration.
  • Skips invalid, unavailable, duplicate, or unresolved tracks without saving failure rows.

πŸ“Š Data you can export

Each output item represents one accepted public Spotify track with usable media output. Core fields include:

Field groupExample fields
Track identitytrackId, spotifyUri, spotifyUrl, trackName
Artist and albumartistNames, albumName, releaseDate, coverImageUrl
Track detailsdurationMs, durationText, explicit, popularity, isrc
Media linksmedia.audioPreviewUrl, media.downloadUrl, media.downloadHost, media.contentType
Saved filesavedFile.key, savedFile.contentType, savedFile.sizeBytes
Availabilityavailability.playable, availability.reason, availability.downloadLinkStatus
Input contextinput, inputType, searchTerm, searchRank, scrape.scrapedAt

Some fields can be null when Spotify or the media source does not expose that value for a public track. The dataset contains accepted track rows only, so skipped inputs are reported in the run log instead of appearing as placeholder rows.

πŸš€ How to run it

  1. Add Spotify track URLs in Spotify track URLs, search terms in Search terms, or both.
  2. Choose whether to include all tracks, explicit tracks only, or clean tracks only.
  3. Optionally set minimum and maximum track duration.
  4. Choose Fast media links for direct MP3 links or Save files to Apify storage for saved MP3 artifacts.
  5. Set Tracks per search and Total tracks to control run size and cost.
  6. Start the Actor and open the dataset.

For a quick first run, keep the prefilled track URLs. The default input resolves a small set of public tracks so you can inspect the output before adding your own Spotify URLs or searches.

πŸ› οΈ Input

FieldWhat to enter
trackUrlsSpotify track links, Spotify track URIs, or track IDs.
keywordsSong, artist, album, genre, or mixed search terms.
explicitContentall, explicit_only, or non_explicit_only.
minDurationSecondsOptional minimum track length in seconds.
maxDurationSecondsOptional maximum track length in seconds.
resolutionModefast_links for direct MP3 links or save_files for saved MP3 files.
maxTracksPerSearchMaximum track matches to collect from each keyword.
maxTracksMaximum accepted track results across the run.

Example input:

{
"trackUrls":["https://open.spotify.com/track/3n3Ppam7vgaVa1iaRUc9Lp"],
"keywords":["Daft Punk One More Time"],
"explicitContent":"all",
"resolutionMode":"fast_links",
"maxTracksPerSearch":5,
"maxTracks":5
}

πŸ“¦ Output example

{
"status":"available",
"input":"https://open.spotify.com/track/3n3Ppam7vgaVa1iaRUc9Lp",
"inputType":"url",
"searchTerm":null,
"searchRank":null,
"trackId":"3n3Ppam7vgaVa1iaRUc9Lp",
"spotifyUri":"spotify:track:3n3Ppam7vgaVa1iaRUc9Lp",
"spotifyUrl":"https://open.spotify.com/track/3n3Ppam7vgaVa1iaRUc9Lp",
"trackName":"Mr. Brightside",
"artistNames":["The Killers"],
"albumName":"Hot Fuss",
"durationMs":222973,
"durationText":"3:42",
"explicit":false,
"popularity":85,
"isrc":"USIR20400274",
"releaseDate":"2004-01-01",
"coverImageUrl":"https://i.scdn.co/image/...",
"media":{
"audioPreviewUrl":"https://p.scdn.co/mp3-preview/...",
"downloadUrl":"https://cdn-spotify-247.zm.io.vn/download/3n3Ppam7vgaVa1iaRUc9Lp",
"downloadHost":"https://cdn-spotify-247.zm.io.vn",
"extension":"mp3",
"contentType":"audio/mpeg"
},
"savedFile":null,
"availability":{
"playable":true,
"reason":null,
"downloadLinkStatus":200,
"downloadContentLength":3722185
},
"scrape":{
"proxy":"apify",
"resolutionMode":"fast_links",
"scrapedAt":"2026-06-13T12:00:00.000Z"
}
}

πŸ’³ Pricing

This Actor uses pay-per-event pricing. You are charged $0.00265 for each accepted Spotify track saved with metadata and a preview URL, MP3 link, or saved MP3 file. That is $2.65 per 1,000 accepted tracks.

Invalid URLs, unsupported inputs, unavailable tracks, unresolved tracks, duplicates, and skipped search matches do not create paid track events.

πŸ”Œ Integrations

  • Export Spotify track rows as JSON, CSV, Excel, XML, RSS, or HTML from the Apify dataset.
  • Call the Actor through the Apify API for repeatable Spotify downloader workflows.
  • Schedule recurring keyword searches or URL batches when you need fresh track links.
  • Send finished runs to webhooks, Make, Zapier, cloud storage, or your own data pipeline.

❓ FAQ

Do I need a Spotify API key, login, or cookies?

No. The Actor works without user-provided Spotify credentials.

Can this Spotify MP3 downloader save files?

Yes. Choose Save files to Apify storage in Media result. The dataset row includes saved-file metadata when the MP3 file is saved successfully.

Can I use Spotify track URLs and search terms together?

Yes. You can combine known track URLs with keyword searches in one run. Duplicate tracks are saved once.

Are failed or skipped inputs charged?

No. The pay-per-event charge is created only for accepted track rows saved with usable media output.

Does it support Spotify playlist downloader MP3 workflows?

Not for playlist expansion. This Actor processes Spotify track URLs, track IDs, track URIs, and keyword track searches. If you have track URLs from a playlist, you can submit those track URLs directly.

Why not use the Spotify API?

The official Spotify API is useful for catalog metadata, but it does not provide this Actor's MP3 download links or saved-file output. This Actor is built for public track downloader workflows and does not ask for Spotify developer credentials.

What are Spotify alternatives?

For broader music media workflows, use a source-specific Actor such as SoundCloud MP3 Downloader or YouTube Music Downloader. For Spotify playlist, artist, album, or analytics data, use a Spotify scraper that matches that data job instead of this track downloader.

πŸ“ Changelog

  • 0.1: Initial release.

πŸ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫑

πŸ”— Other actors

Made with ❀️ by Maxime Dupré

You might also like

Spotify Tracks DownloaderπŸ”₯

scrapearchitect/spotify-tracks-downloader

Download any Spotify track with 99% βœ… success rate! πŸ”₯ Features: 2️⃣ powerful modes (⚑Fast & 🎯 Accurate), popularity filtering 🎚️, premium MP3 quality 🎧 (320kbps), bulk downloads πŸ“₯Ideal for DJs πŸŽ›οΈ, content creators 🎬, music enthusiasts 🎼 Reliable & easy to use! πŸš€Spotify Tracks Downloader 🎡

πŸ‘ User avatar

Scrape Architect

32

Spotify Track Search 🎡

easyapi/spotify-track-search

Extract and search Spotify tracks data using keywords. Get comprehensive track information including artists, album details, track URLs, and preview links - perfect for music data analysis and content discovery.

Youtube to MP3 Downloader

web.harvester/youtube-downloader

Convert and download YouTube videos to high-quality MP3 audio files effortlessly with this actor

1.1K

Spotify Tracks Scraper

nifty.codes/spotify-tracks-scraper

Extract tracks from Spotify playlists, albums, and search results with metadata and durations. Powered by Spotify Scraper.

Spotify Tracks Scraper – Basic Mode🎧

scrapearchitect/spotify-tracks-scraper-basic-mode

🎀 Unlock the power of Spotify 🎧 with our Spotify Tracks Scraper! πŸš€ Easily extract detailed track info πŸ“Š from Spotify using keywords πŸ” or direct track URLs 🌐. Get rich data like track titles 🎡, artists πŸ‘©β€πŸŽ€, release dates πŸ“…, duration ⏱️, popularity 🌟, available markets 🌍, and more!

πŸ‘ User avatar

Scrape Architect

67

Spotify Metadata Scraper

fascinating_lentil/spotify-metadata-scraper

Extract public metadata and nested track lists from Spotify URLs without login or an API key.

πŸ‘ User avatar

Md Jakaria Mirza

2

SoundCloud MP3 Downloader

maximedupre/soundcloud-mp3-downloader

Get playable SoundCloud media links from track URLs, profiles, playlists, and search terms. Export progressive MP3 URLs, HLS links, track metadata, artist details, engagement counts, and timestamps.

πŸ‘ User avatar

Maxime DuprΓ©

2

Spotify Playlists

augeas/spotify-playlists

Get Spotify playlist tracks and metadata, from playlist URLs or search results.

πŸ‘ User avatar

Giles Greenway

240

Spotify Music Downloader- πŸ› οΈ Accurate Mode

scrapearchitect/spotify-music-downloader-Accurate

🎡 Spotify Music/Tracks Downloader πŸ› οΈ 🎧 Download high-quality, device-compatible Spotify tracks with near-perfect accuracy. Supports track URLs, keyword search, or both. Prioritizes quality over speed – perfect for playlists, libraries, and media apps.

πŸ‘ User avatar

Scrape Architect

62