π΅ Apple Music Track Downloader
2 hours trial then $19.99/month - No credit card required now
π΅ Apple Music Track Downloader
2 hours trial then $19.99/month - No credit card required now
π΅ Effortlessly download and convert Apple Music tracks to audio files. This Actor processes multiple tracks in parallel, preserves metadata, and provides organized storage with public access URLs. Perfect for content creators and music enthusiasts.
An efficient Actor that downloads tracks from Apple Music and converts them to audio files. Perfect for music enthusiasts and content creators who need to process Apple Music tracks in bulk.
π― Features
- β¨ Downloads tracks from Apple Music URLs
- π Converts tracks to high-quality audio files (MP3/M4A/AAC)
- π Preserves original metadata (artist, album, track name)
- π Organizes files with clean, standardized naming
- πΎ Stores files in KeyValueStore with public access URLs
- π Provides detailed output dataset with track information
π§ Input Configuration
The Actor accepts the following input:
1{ 2 "urls": [ 3 "https://music.apple.com/cn/album/toxic-till-the-end/1771105914?i=1771105929" 4 ] 5}
π¦ Output Dataset
The Actor generates a detailed dataset containing:
- Apple Music source URL
- Track name
- Artist name
- Album name
- Stored file URL
- Download timestamp
π‘ Use Cases
- Music library management
- Content creation and podcasting
- Music analysis and research
- Backup creation
- Playlist migration
β οΈ Important Notes
-
Please ensure you have the right to download and use the music content
-
Processing time may vary based on track length and quantity
-
Respect Apple Music's terms of service and usage policies
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 "appleMusicUrl": "https://music.apple.com/cn/album/toxic-till-the-end/1771105914?i=1771105929", 4 "trackName": "toxic till the end", 5 "artist": "ROSΓ", 6 "album": "rosie", 7 "storedFileUrl": "https://api.apify.com/v2/key-value-stores/1QNnsfyyiRvaWgZkx/records/ROS_-toxic_till_the_end.mp3", 8 "downloadedAt": "2024-12-06T05:37:57.137Z" 9 } 10]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Dec 2024
Modified 6 days ago