JoMingyu / google-play-scraper

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

[FEAT-REQ] List all app from a given developer (name or id) #214

Open maycon opened 2 months ago

maycon commented 2 months ago

Hi,

Is it possible to enumerate all applications from a given developer? There are two URLs that list the apps from a developer, one of them are by passing a numeric id (ex: https://play.google.com/store/apps/dev?id={id}) and another one is by passing the developer unique name (ex: https://play.google.com/store/apps/developer?id={name}).

I will try to understand the code and create a pull request, but in case there is some way to do that I appreciate some info.

Best regards.