how can i download images from google play develop

2019-03-14 08:29发布

问题:

I'm about to create a different version of my existing app. I need hi-res icon, featured graphic, and screenshots of previous application. How can I download them from google play developer console?

回答1:

You can use Google Chrome developer tools to find out the link to your apps graphic in the google play developer console. The link to this graphic is like that: https://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h300-rw

As you can see there is "h300-rw" at the end of this link. It is the dimension of your image. If you change that for example to "h1024-rw" then you'll get a hi-res image: https://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h1024-rw



回答2:

Jquery selector is best option to extract images from play store and app store as both stores allow web crawl. U can find a unique class to identify image section and then crawl it.



回答3:

Follow these simple steps:

1) goto your App Page in Google Play

2) copy the Image Address of the image you needed https://lh3.googleusercontent.com/GFLeShFxtwkDtDWMFVeieXc3nXlNwggWmh99TfwgrMANc4L3ZD2T-EEWaBbeQmjQWw=s180-rw

3) paste it on the browser and remove =s180-rw

4) download thats it.