Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Appstore name search via the API?

Is it possible to do a search for apps by title via the API? For example, the equivalent of "Return a list of apps (if any) with the word 'dog' in the title".

I've seen two access points that come close, but don't seem to offer this:

  1. The RSS feed; it lists apps, but apparently only groupings like, "top 100..."

  2. The query interface; but it doesn't seem to query over the app media type. (?)

like image 903
Dogweather Avatar asked Dec 17 '22 15:12

Dogweather


1 Answers

I found the answer. Although not explicitly documented, it's possible to search by app name.

http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

like image 59
Dogweather Avatar answered Feb 10 '23 03:02

Dogweather