How can I fetch information about the app/song/video etc. from iTunes Store?

后端 未结 5 1475
生来不讨喜
生来不讨喜 2020-12-28 11:05

I need to get an info about the app/song/video by item id from iTunes Store.

I\'ve found this

But it doesn\'t work with apps.

Is there any public API

5条回答
  •  失恋的感觉
    2020-12-28 11:17

    There is a public API into iTunes called "iTunes Store Web Service Search API" that returns quite a bit of information. Some of it is documented here but that documentation is incomplete.

    You can use the API to get information about everything for sale in iTunes Store and App Store including urls for the artwork, links directly into iTunes, all the apps by a developer, and so on. It's very robust and I'd love to find updated documentation.

    I'm currently writing an article at the iPhone Dev FAQ to show how a few things are done and extend the available documentation.

提交回复
热议问题