Excellent tip that I’m saving here for future use: how to create a website link that performs a search on the iTunes Music Store.

Link format (as a single line, broken here for clarity): itms://phobos.apple.com/WebObjects/MZSearch.woa/wa/ com.apple.jingle.search.DirectAction/advancedSearchResults?

Immediately following the ending ? are any of four search terms, or a global search term:

  • songTerm= (song title)
  • artistTerm= (artist name)
  • albumTerm= (album title)
  • composerTerm= (composer name)
  • term= (global, search all fields)

Use & between query items if you are using more than one of the first four (non-global) querys, and replace any whitespace with %20.

Example: building a link to search for U2:

itms://phobos.apple.com/WebObjects/MZSearch.woa/wa/ com.apple.jingle.search.DirectAction/advancedSearchResults?artistTerm=U2

Example: building a link to search for U2’s ‘The Joshua Tree’:

itms://phobos.apple.com/WebObjects/MZSearch.woa/wa/ com.apple.jingle.search.DirectAction/ advancedSearchResults?artistTerm=U2&albumTerm=the%20joshua%20tree

Many thanks to Jim, Fuse, Erik, and Bill!

[See also: What’s your song? | Auto-generating iTMS links with affiliate info | iTunes Essentials: Goth | 10 Random Songs | Not Gallimaufry ]


« I’m going to hell! | ‘Recent Tunes’ update »