Mac App Store Search API?
Asked Answered
S

1

6

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?

Spears answered 12/7, 2012 at 20:48 Comment(0)
T
11

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

Thermoplastic answered 12/7, 2012 at 20:59 Comment(2)
Anyone know if you can use this API publicly? No legal issues?Vermiform
None I'm aware of - I use this API to run beathound.com (I asked Apple's affiliate team, and they were fine with it).Thermoplastic

© 2022 - 2024 — McMap. All rights reserved.