Is it possible to use the Apple Search API to search by genre ? I\'m thinking specifically games in the app store. Using Obj-c.
As has been pointed out in the comments o
The Search API is documented here: http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
You can use this link to generate an RSS Feed of your liking. Without knowing too much about how you intend to use it, I would suggest looking at these two solutions and using the best one that suits your needs.