app-store-scraper
app-store-scraper copied to clipboard
Screenshot URLs for 6.5" devices are missing?
The API works great, however it seems that there are only the older 5.5" screenshot URLs available. Does anyone have an idea 💡 how to get screenshots from devices that are iPhoneX and above? 🆕
@rylax have you found a solution?
@mmavko No unfortunately, not.
We ended up parsing customScreenshotsByType
field from a JSON stored in <script type="fastboot/shoebox" id="shoebox-ember-data-store">
.
@mmavko That sounds super interesting! Would you mind elaborating a bit more on how exactly you managed do it?
Sure, take a look at this example: https://replit.com/@mmavko/App-Store-Scraper
Thank you so much! Super smart.
So, there is no way to get screenshots larger than 800x500 using this API?