Musicfetch

Get the Tidal song link from a Apple Music link

How to use Musicfetch to find the Tidal link for any song using a Apple Music track URL

Musicfetch is a song-link matching API. Give Musicfetch a supported Apple Music track URL and request Tidal; when a confident match is available, the response includes the matching Tidal song link and normalized track metadata.

How to use Musicfetch API to get a Tidal link from Apple Music

Use the /url endpoint with a Apple Music track URL and set services=tidal in the query. You can use any supported Apple Music track link. See the URL lookup API docs for more details.

From a Apple Music track URL

curl 'https://api.musicfetch.io/api/url?url=https%3A%2F%2Fmusic.apple.com%2Fus%2Falbum%2Fperfect%2F1766261100%3Fi%3D1766261290%26app%3Dmusic&services=tidal' \
-H 'x-musicfetch-token: YOUR_TOKEN'

Example response

The Musicfetch response contains merged links/metadata from Apple Musicand Tidal.

{
"result": {
"type": "track",
"name": "Perfect",
"services": {
"tidal": {
"link": "https://tidal.com/track/70891471",
},
"appleMusic": {
"link": "https://music.apple.com/us/album/perfect/1766261100?i=1766261290&app=music",
}
}
}
}

Song link matching FAQ

Can I convert a Apple Music song link to Tidal?

Yes. Musicfetch can use a supported Apple Music track URL to find the matching Tidal song link when a confident match is available.

Does Musicfetch convert audio files or playlists?

No. Musicfetch matches music metadata and service links. It does not download audio, convert files, or migrate playlists.

Can I do song-link matching by API?

Yes. Use the Musicfetch URL lookup endpoint with a source track URL and request the destination service in the services parameter.

Build song-link matching into your app

Use Musicfetch to match Apple Music links to Tidal and other music services from one API.
Explore link matching
Find Tidal song links from Apple Music - Musicfetch