🎡 Apple Music Track Downloader avatar

🎡 Apple Music Track Downloader

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
🎡 Apple Music Track Downloader

🎡 Apple Music Track Downloader

easyapi/apple-music-track-downloader
Try for free

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]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 6 days ago