vote up 2 vote down star
2

Is it possible to create URLs direct to items on the Apple iTunes store programmatically?

I have noticed that last.fm and similar sites have links which take the user directly to a part of the iTunes store, such as an album page.

The URL for the link is created by last.fm. Here's an example of such an URL:

http://www.last.fm/affiliate_redirect.php?restype=9&id=3168755&supplier=24

flag

Do you mean iTunes Store or your own itunes library? Are you on PC or on Mac? – mouviciel Apr 20 at 11:58
Thanks Mouviciel, I amended my question regarding the store. The app is a web app, so both mac and PC need to work. – Jon Winstanley Apr 20 at 12:09

2 Answers

vote up 1 vote down check

This page states:

Linking to iTunes How do I create iTunes links?

Use your affiliate user name and password to log in at www.linkshare.com. On the Create Links page for iTunes, you will find banners and text links. As an affiliate, you also have access to the iTunes RSS feeds and the ability to create direct links to any song, artist, album, or audiobook on iTunes, as well as to iMix playlists, podcasts, and iTunes Essentials.

So that sounds like a "no". Of course there's always the brute force approach of screen-scraping the output of a search engine fed from a list of artist names, or from whatever you want to create a link to ...

link|flag
vote up 1 vote down

Perhaps you can use this linkmaker somehow

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.