How to get info from the Apple iTunes «App Store» and «Mac App Store» [closed]

倖福魔咒の 提交于 2019-11-28 03:09:39

Try using the iTunes Search API which will give you a nice JSON object representing the app. The lookup section is the one you are looking for:
https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api

Example query for the Stack Overflow App: https://itunes.apple.com/lookup?id=1155618808

You can get all details from apple itunes using this url: https://itunes.apple.com/search?term=xxx&country=us&entity=software

Where you can get json object as result. So you can get all details of every app in apple itunes by decode the json object.

I think this url will help you.

To clarify what seems to be the state of affairs as of 23-May-2011:

  1. Lookup by id, as in ChaosCoder's example, seems to work for the Mac App Store.

  2. Searching does not work.

The type 'app' does not exist. Use 'Software'.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!