JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
757 stars 206 forks source link

[FEAT-REQ] multiple categories/genere #158

Closed ybdesire closed 1 year ago

ybdesire commented 1 year ago

one App may has multiple categories, such as https://play.google.com/store/apps/details?id=com.cig.chineseparents.gp&hl=en The genere should be a list as : ['Simulation', 'Life', 'Casual', 'Single player', 'Stylized', 'Anime']

But currently we can only get genere='Simulation'

So can we get multipe genere as a list for one App?

kluhan commented 1 year ago

@ybdesire I just looked at it and you are absolutely right, there is definitely the possibility of multiple genres. unfortunately, the data structure is not that easy to parse. so we will probably not add this feature until the next major update, which will hopefully allow us to extract complex structures more easily. I will inform you here as soon as the feature is available

ybdesire commented 1 year ago

@kluhan Thanks for the analysis and update . :) looking forward to hear from you.

PowerToThePeople111 commented 1 year ago

I would be also interested in that feature. Just to let you know that there is more than 1 person who is actually interested.