Akdeniz / google-play-crawler

Play with Google Play API :)
Other
562 stars 204 forks source link

How can I print an app's Google Play category? #44

Open soteris opened 10 years ago

soteris commented 10 years ago

Hi,

first of all great job!

I was wondering how can we parse the category of an app and any other available details, after the search result returns?

I tried appDetails.getAppCategory() by randomly guessing that there should be something like that but it just prints Index= Size=0.

Where can I find the API for AppDetails and DocV2?

Thanks!