App Store Connect API - How to get app product meta data?

Having a lot of trouble finding any of the basic app meta data in the API documentation.

I'm looking for the basic AppStore Product info shown on the App Store page:

  • App Name
  • Subtitle and Description (in En primarily)
  • Screenshots
  • Icon
  • Price and status
  • AppStore link

For all of the developer's apps. One call for all would be ideal, but I can loop through and call for each app. Is App Store Connect API even the right place for this info? Do I need to scrape the App Store?

Thanks for any help.

  • Anybody have any ideas? Seems like common usecase. Maybe App Store Connect API isn't right, there another open API?

Add a Comment