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