Apple Music API
Our Apple Music API gives you programmatic access to Apple Music data that isn't available through any official API. Get data on artist data, song information, album details, playlist content, search results, and more. And the best part? You can try the Apple Music API entirely for free, no credit card required.

Trusted by industry leaders all over the world
Integrate our Apple Music API
Access the Apple Music API using Python, JavaScript, CLI, cURL, OpenAPI, or MCP. Choose your preferred option and start extracting Apple Music data in minutes.
Python
JavaScript
HTTP
MCP
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "query": ["Lana Del Rey"],10 "limit": 5,11}12
13# Run the Actor and wait for it to finish14run = client.actor("jupri/apple-music").call(run_input=run_input)15
16# Fetch and print Actor results from the run's dataset (if there are any)17print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])18for item in client.dataset(run["defaultDatasetId"]).iterate_items():19 print(item)20
21# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
Get data with Apple Music API
Extract Apple Music data by providing search queries, keywords, or URLs as inputs. The Apple Music extractor returns structured JSON data with artist profiles, song metadata, album information, playlists, and detailed music content.
Input
{ "urls": [ "<https://music.apple.com/cn/album/toxic-till-the-end/1771105914?i=1771105929>" ]}
Output
[ { "album": "rosie", "artist": "ROSÉ", "trackName": "toxic till the end", "downloadedAt": "2024-12-06T05:37:57.137Z", "appleMusicUrl": "<https://music.apple.com/cn/album/toxic-till-the-end/1771105914?i=1771105929>", "storedFileUrl": "<https://api.apify.com/v2/key-value-stores/1QNnsfyyiRvaWgZkx/records/ROS_-toxic_till_the_end.mp3>" }]
Sign up for Apify account01
Creating an account is quick and free — no credit card required. Your account gives you access to more than 5,000 scrapers and APIs.
Get your Apify API token02
Go to settings in the Apify console and navigate to the “API & Integrations” tab. There, create a new token and save it for later.
Integrate Apple Music API03
Navigate to the Apple Music API page and click on the API dropdown menu in the top right corner. In the dropdown menu, you can see API clients, API endpoints, and more.
Get your Apple Music data via API04
Now, you can use the API and get the data you need from Apple Music..

Why use Apify?
Never get blocked
Every plan (free included) comes with Apify Proxy, which is great for avoiding blocking and giving you access to geo-specific content.
Customers love us
We truly care about the satisfaction of our users and thanks to that we're one of the best-rated data extraction platforms on both G2 and Capterra.
Monitor your runs
With our latest monitoring features, you always have immediate access to valuable insights on the status of your web scraping tasks.
Export to various formats
Your datasets can be exported to any format that suits your data workflow, including Excel, CSV, JSON, XML, HTML table, JSONL, and RSS.
Integrate Apify to your workflow
You can integrate your Apify runs with platforms such as Zapier, Make, Keboola, Google Drive, or GitHub. Connect with practically any cloud service or web app.
Large developer community
Apify is built by developers, so you'll be in good hands if you have any technical questions. Our Discord server is always here to help!
Get AI-ready Apple Music data via API
Connect to hundreds of apps right away using ready-made integrations, or set up your own with webhooks and our API.
Apple Music does not provide a public API for general use. However, this Apify Actor serves as an unofficial Apple Music API that allows you to extract publicly available data from the platform. The Actor can search for songs, artists, albums, playlists, and other music content using keywords or direct URLs, providing structured data output that functions similarly to an official API.
Yes, you can try the Apple Music API extractor for free! Apify offers free credits for new users to test the Actor. Simply sign up for an Apify account and you'll receive starter credits to run the scraper and see the results. After using your free credits, the pricing is $5.00 per 1,000 results extracted.
The Apple Music API extractor can retrieve comprehensive music data including artist information with profiles and top songs, song details with metadata, album information and track listings, playlists and their contents, music videos, radio shows and episodes, record labels, and search results across all categories. The Actor supports advanced querying using Apple Query Language (AQL) for precise data extraction.
Yes, it is legal to scrape publicly available data from Apple Music for personal use, research, or business intelligence purposes. This Actor only extracts publicly accessible information that doesn't require authentication. However, you should always respect Apple's terms of service, implement reasonable rate limiting, and ensure your use case complies with applicable laws and regulations.
Getting started with the Apple Music API extractor is simple. First, sign up for a free Apify account to receive starter credits. Then, configure your search parameters by entering keywords, artist names, or Apple Music URLs in the query field. Set your desired result limit and any search filters. Click "Start" to run the extraction and receive structured JSON data with your Apple Music results.