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

Screenshot URLs for 6.5" devices are missing?

Open rylax opened this issue 4 years ago • 7 comments

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 avatar Jan 25 '21 12:01 rylax

@rylax have you found a solution?

mmavko avatar Mar 12 '21 11:03 mmavko

@mmavko No unfortunately, not.

rylax avatar Jun 05 '21 21:06 rylax

We ended up parsing customScreenshotsByType field from a JSON stored in <script type="fastboot/shoebox" id="shoebox-ember-data-store">.

mmavko avatar Jun 07 '21 10:06 mmavko

@mmavko That sounds super interesting! Would you mind elaborating a bit more on how exactly you managed do it?

rylax avatar Jun 07 '21 14:06 rylax

Sure, take a look at this example: https://replit.com/@mmavko/App-Store-Scraper

mmavko avatar Jun 08 '21 11:06 mmavko

Thank you so much! Super smart.

rylax avatar Jun 08 '21 14:06 rylax

So, there is no way to get screenshots larger than 800x500 using this API?

slavikator avatar Jun 10 '22 16:06 slavikator