Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can use the following API URL to make app store search requests. After acquiring Chomp last year, it was reported that Apple was revamping their internal App Store search algorithms. That may have something to do with the differences you see using the iTunes search API and whatever API the App Store uses. Apple may have developed a separate API specifically for Apps and for use in the App Store that excludes other products like music, in order to improve performance.</p> <pre><code>http://itunes.apple.com/search?term=SEARCHTERM&amp;country=us&amp;entity=software&amp;limit=100 </code></pre> <p>So, you could do the following in order to get only software for iPhone, iPod touch, and Universal apps with a search term of 'Gameloft'.</p> <p><a href="http://itunes.apple.com/search?term=Gameloft&amp;country=us&amp;entity=software&amp;limit=100" rel="nofollow">http://itunes.apple.com/search?term=Gameloft&amp;country=us&amp;entity=software&amp;limit=100</a></p> <p>To include iPad apps in the search, use:</p> <p><a href="http://itunes.apple.com/search?term=Gameloft&amp;country=us&amp;entity=software,iPadSoftware&amp;limit=100" rel="nofollow">http://itunes.apple.com/search?term=Gameloft&amp;country=us&amp;entity=software,iPadSoftware&amp;limit=100</a></p> <p>Check out <a href="http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html" rel="nofollow">Apple's documentation</a> for more options.</p> <p>You can try out a working example I put together of the iTunes search API here. <a href="http://jakesankey.com/projects/js/appster/" rel="nofollow">Example Search Tool</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload