Open codinguncut opened 5 years ago
I'm seeing the same issue, but it seems Google has stopped providing them in the API. For example, if you look at an app that has a family category on the web Play Store, you won't see it in the app Play Store.
What's not clear to me is why this is happening. Is it a bug? Are they removing it and web is just lagging? I don't know.
This node script is giving me the above, as of now, but it actually extracts it from the html webpage: https://github.com/facundoolano/google-play-scraper/blob/dev/lib/categories.js
#!/usr/bin/env node
var gplay = require('google-play-scraper');
gplay.categories().then(console.log);
I don't know how to get all categories. i.e. "FAMILY" has several "proper" subcategories, which do not seem reachable using this tool.
This is the results from https://github.com/facundoolano/google-play-scraper, googleplay-api only returns "FAMILY" and none of it subcategories...