I am trying to use the iTunes Affiliate Search API in my iPhone application to search for content in the iTunes Store. Example URL for the search βI want to hold my handβ:
http:
All songs with the words "I Want To Hold Your Hand" are found in this search. However, I only want to find songs that belong to The Beatles. I tried the following to narrow my search, but that didn't work:
http:
This gives the same result.
How do you create a url to find a song title from a specific artist using itunes.apple.com/search
source share