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.