app-store-scraper icon indicating copy to clipboard operation
app-store-scraper copied to clipboard

Is it possible to find the Promotional Artwork image?

Open portablesoft opened this issue 6 years ago • 4 comments

Hi,

Is it possbile to get the App Store Featuring Art images?

Read more about App Store Promotional Artwork here: https://help.apple.com/itc/appspromoart/en.lproj/static.html

portablesoft avatar Jul 14 '18 15:07 portablesoft

You'd need to check if it's present here https://itunes.apple.com/lookup

facundoolano avatar Jul 14 '18 17:07 facundoolano

+1 This feature would be nice :)

iplanwebsites avatar Jul 20 '18 21:07 iplanwebsites

It doesn't look like promotional artwork is currently available to access. Available options are screenshotUrls, ipadScreenshotUrls, appletvScreenshotUrls, and three different square versions of the app artwork, artworkUrl60, artworkUrl100, and artworkUrl512

koltclassic avatar Nov 19 '18 13:11 koltclassic

@facundoolano @iplanwebsites @koltclassic

There's an additional lookup endpoint that returns a LOT more data than just the lookup url:

https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?mt=8&id=

Give that a try using an iPhone user agent. It contains all of the device screens, editorialArtwork and some uber options that contain the artwork you're looking for.

tdunham02 avatar Feb 15 '19 19:02 tdunham02