SoundCloud MP3 Downloader
2 hours trial then $14.99/month - No credit card required now
SoundCloud MP3 Downloader
2 hours trial then $14.99/month - No credit card required now
Easily download your favorite SoundCloud tracks in high quality. With batch downloading capabilities and comprehensive data retrieval, transform your music collection effortlessly! Perfect for music enthusiasts and content creators. 🎵
🎵 SoundCloud MP3 Downloader
Download your favorite SoundCloud tracks effortlessly with our SoundCloud MP3 Downloader! This Apify actor enables you to input multiple SoundCloud track URLs and retrieve high-quality MP3 files with comprehensive track information.
🌟 Key Features
- Batch Processing: Download multiple tracks simultaneously by providing a list of SoundCloud URLs
- High-Quality Audio: Get access to high-quality MP3 files of your favorite tracks
- Detailed Metadata: Retrieve comprehensive track information including title, artist, duration, and more
- User-Friendly: Simple input format makes it easy to start downloading right away
📊 Data Fields Returned
Each track download returns detailed information including:
- url: Original SoundCloud URL
- result:
- url: Track's unique identifier
- title: Track title
- thumbnail: Cover art URL
- duration: Track length
- medias: Array of media objects containing:
- url: Direct MP3 download link
- quality: Audio quality
- extension: File format (mp3)
- type: Media type
- type: Content type
- error: Error status indicator
💡 Use Cases
- Music Collection: Build and maintain your personal music library
- Content Creation: Download tracks for podcasts or video productions
- Offline Listening: Save your favorite tracks for offline enjoyment
- Music Analysis: Download tracks for research or analysis purposes
⚙️ Input Configuration
Simply provide a list of SoundCloud track URLs in the following format:
Input Example
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://soundcloud.com/hide-the-junk/at-night-x-club-edit" 4 ] 5}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "url": "https://soundcloud.com/hide-the-junk/at-night-x-club-edit", 4 "title": "AT NIGHT [X CLUB. EDIT]", 5 "thumbnail": "https://i1.sndcdn.com/artworks-RTaPbaSmO2c7zzTg-1ImXIg-large.jpg", 6 "duration": "4:41", 7 "medias": [ 8 { 9 "url": "https://cf-media.sndcdn.com/zil7CZ7iJFnt.128.mp3?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiKjovL2NmLW1lZGlhLnNuZGNkbi5jb20vemlsN0NaN2lKRm50LjEyOC5tcDMqIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzMyNDk3NTIzfX19XX0_&Signature=SaW0lgFjjKUCUjG3l~2E9B1hJk05eEZvgZ0VXJalgo79DFlqEISHkJKqVeKhGdN3wViTO06EZHfkxFyl42cW03TOz6K-bS05ZluVJNi47ojd7jvvt~7NywIFNO~w93WMhXQseXdZaEq1wIWOOsrpYjo5tQm~RNfYBc1iuLcafpCRcWICUT2sgaBFyt1yJj7ldMFEJm4EqGVY1D2k7dXU7s5Z39RJIVqIbKhy2bJHzkRhtz1jBdsriHI7aJLLJLB4kF-J4--qoQT4fryf7dN8zxrjfMXntHQpYcSel5dl0UV73x6wjkpDrlyXSa~cj04NYI8qJwfeZFKbNg4tsgmSIQ__&Key-Pair-Id=APKAI6TU7MMXM5DG6EPQ", 10 "quality": "audio", 11 "extension": "mp3", 12 "type": "audio" 13 } 14 ], 15 "type": "single", 16 "error": false 17 }, 18 ... 19]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Nov 2024
Modified 17 days ago