SoundCloud Downloader โ€” Tracks to MP3 + Metadata avatar

SoundCloud Downloader โ€” Tracks to MP3 + Metadata

Pricing

from $0.0015 / track downloaded

Go to Apify Store
SoundCloud Downloader โ€” Tracks to MP3 + Metadata

SoundCloud Downloader โ€” Tracks to MP3 + Metadata

Download SoundCloud tracks as MP3 in bulk. Paste track or playlist/set URLs and get a direct MP3 download link plus full metadata: title, artist, duration, genre, artwork, play/like/repost/comment counts and upload date โ€” one clean row per track as JSON, CSV or Excel. For creators, research and n8n.

Pricing

from $0.0015 / track downloaded

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

SoundCloud Downloader โ€” Tracks to MP3 + Full Metadata

Download SoundCloud tracks as MP3, in bulk. Paste one or more SoundCloud links and get a direct MP3 download link for each track โ€” plus the full data behind it: title, artist, duration, genre, artwork and every engagement number (plays, likes, reposts, comments). Drop in a whole playlist or set and you get one clean record for every track inside it. One tidy row per track, ready to export as JSON, CSV or Excel.

This is the cheap, no-nonsense way to save SoundCloud audio at scale for musicians, podcasters, DJs, marketers, researchers and anyone building an automated media pipeline.

Why use this SoundCloud downloader

  • ๐ŸŽต MP3 download link โ€” every track comes back with a direct, ready-to-save MP3 link, plus a streaming URL as a fallback.
  • ๐Ÿ“€ Playlists & sets โ€” paste a playlist or set URL and get one record per track, not just the first one.
  • ๐Ÿ“Š Full metadata โ€” title, artist, upload date, duration, genre, artwork, and play/like/repost/comment counts.
  • ๐Ÿ–ผ๏ธ High-res artwork โ€” the cover image comes back upscaled to a crisp 500ร—500.
  • ๐Ÿ”— Any SoundCloud link โ€” track URLs, playlist/set URLs and on.soundcloud.com short links all work.
  • ๐Ÿ“ฆ Bulk in one run โ€” drop in a whole list of URLs and get one clean record per track.
  • ๐Ÿ’ธ Cheapest per-track pricing โ€” pay only for the tracks you actually download, with volume discounts as you scale.
  • ๐Ÿ“ค Export anywhere โ€” JSON, CSV or Excel, or pull straight from the dataset into your own tools, Make or n8n.

What you get

Each track is one dataset record like this:

{
"source": "soundcloud",
"inputUrl": "https://soundcloud.com/onerepublic/counting-stars",
"id": "123456789",
"title": "Counting Stars",
"artist": "OneRepublic",
"userUrl": "https://soundcloud.com/onerepublic",
"permalinkUrl": "https://soundcloud.com/onerepublic/counting-stars",
"durationMs": 257000,
"genre": "Pop",
"description": "",
"playbackCount": 2779275,
"likesCount": 41230,
"repostsCount": 1875,
"commentCount": 640,
"createdAt": "2013-06-05T00:00:00.000Z",
"artworkUrl": "https://i1.sndcdn.com/artworks-xxxxxxxx-t500x500.jpg",
"downloadUrl": "https://.../track.mp3",
"hlsUrl": "https://.../playlist.m3u8",
"full": true
}

Input

Give the downloader a list of SoundCloud URLs. That's it.

{
"trackUrls": [
"https://soundcloud.com/onerepublic/counting-stars",
"https://soundcloud.com/chillyourmind/sets/chill-house-2020-deep-house"
],
"maxItems": 0
}
FieldDescription
trackUrlsOne or more SoundCloud track or playlist/set URLs (required). Track links, playlist/set links and on.soundcloud.com short links all work. Plain strings or { "url": "..." } objects.
maxItemsMaximum number of tracks to download across all URLs (0 = no limit). Handy when a playlist has many tracks.
proxyConfigurationOptional. Not needed for normal use โ€” leave it off.

Output fields

FieldDescription
idSoundCloud track ID.
titleTrack title.
artistArtist / uploader name.
userUrlArtist profile URL.
permalinkUrlCanonical track URL.
durationMsTrack length in milliseconds.
genreGenre tag.
descriptionTrack description.
playbackCount / likesCount / repostsCount / commentCountEngagement stats.
createdAtUpload time (ISO 8601).
artworkUrlCover artwork, upscaled to 500ร—500.
downloadUrlDirect MP3 download link.
hlsUrlStreaming URL, as a fallback.
fulltrue for a full-length track; false when only a short preview is available for that track.

Use cases

  • Save audio โ€” grab SoundCloud tracks as MP3 for offline listening, editing or archiving.
  • Playlist export โ€” pull every track from a playlist or set in one run.
  • Music research โ€” collect titles, genres, artwork and engagement stats across a batch of tracks to study what performs.
  • DJ & sample sourcing โ€” capture audio and metadata for crate-digging and set prep.
  • Automation โ€” feed a list of URLs from a spreadsheet, Make or n8n and get structured records back with direct download links.

FAQ

What do I get for each track? A direct MP3 download link plus full metadata โ€” title, artist, duration, genre, artwork and engagement stats.

Can I download a whole playlist? Yes. Paste a playlist or set URL and you get one record per track inside it. Use maxItems to cap how many tracks you pull.

Can I download many tracks at once? Yes. Put as many URLs as you like in trackUrls and you get one record per track.

Do short links work? Yes โ€” on.soundcloud.com short links, full track URLs and playlist/set URLs are all accepted.

What does full mean? Most tracks come back as a full-length MP3 (full: true). A small number are only available as a short preview; those still return a link, with full: false.

Do I need a proxy? No. Proxy is optional and off by default.

How much does it cost? Pay-per-event: a tiny charge per run plus a small charge per track downloaded, with tier discounts as your volume grows. See the Pricing tab for current rates.

Notes

This tool retrieves audio and public metadata for SoundCloud tracks whose URLs you provide. It is an independent tool and is not affiliated with, endorsed by or connected to SoundCloud; all names and trademarks belong to their respective owners. Only download content you own or have the right to use, and respect SoundCloud's terms and applicable copyright law. Public content only.