Does Apple Music have structured in-app search link?

Is it possible to open an encoded search directly in the Apple Music app instead of the web player?


...

const encoded = encodeURIComponent(query);

const appleMusicLink = `https://music.apple.com/us/search?term=${encoded}&app=itunes`;


document.querySelector("#navToSearch").href = appleMusicLink;

document.querySelector("#navToSearch").target = "_blank";

...

MacBook Pro 14″, macOS 26.0

Posted on Sep 27, 2025 11:11 AM

Reply

There are no replies.

Does Apple Music have structured in-app search link?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.