n0madic / google-play-scraper

Golang scraper to get data from Google Play Store
GNU Lesser General Public License v3.0
78 stars 20 forks source link

Bringing incorrect data after google play ui update #8

Closed lucasknopp closed 2 years ago

lucasknopp commented 2 years ago

I would like to know if it will be remapped to a new interface or if there is a solution to this problem

{ "AdSupported": false, "AndroidVersion": "[[null,[[1800],null,[72000]]]]", "AndroidVersionMin": 0, "ContentRating": "", "ContentRatingDescription": "", "Description": "", "DescriptionHTML": "", "Developer": "", "DeveloperAddress": "", "DeveloperEmail": "", "DeveloperID": "", "DeveloperURL": "https://play.google.com", "DeveloperWebsite": "", "FamilyGenre": "", "FamilyGenreID": "", "Free": true, "Genre": "", "GenreID": "", "HeaderImage": "", "IAPOffers": false, "IAPRange": "", "Icon": "", "ID": "com.whatsapp",

emreoktem commented 2 years ago

@n0madic Is there a plan for this update?

n0madic commented 2 years ago

Yes, work in progress, but not all properties have been restored yet

n0madic commented 2 years ago

Fixed app mapping

Breaking change: removed Size property

lucasknopp commented 2 years ago

Thank you excellent work!

ismael-albert commented 2 years ago

top d+