floschliep
floschliep

Reputation: 533

Mac App Store Search API?

Does anyone know where to get the Mac App Store Search API? I already know this site -> http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html, and there's a great API to search the iOS App Store. The search results are returned in JSON format.

But where to get this for the Mac App Store?

Upvotes: 6

Views: 2030

Answers (1)

girasquid
girasquid

Reputation: 15506

That API will do what you need - try querying with entity macSoftware.

Here's an example that queries for Sparrow (the email client):

http://itunes.apple.com/search?entity=macSoftware&term=Sparrow

Upvotes: 11

Related Questions