Akdeniz / google-play-crawler

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

How can I get descriptionHtml field with bulkDetails? #14

Open dreamer-dead opened 11 years ago

dreamer-dead commented 11 years ago

Hey, this is a great project, thanks. I have tried to get description for applications with bulk query but the response did not contain this field.

Fuzion24 commented 11 years ago

The bulk query actually doesn't retrieve a lot of fields. If you need descriptionHTML you have to use the normal details API

raulraja commented 10 years ago

Is there a way to specify which fields to return? App categories are not returned either.

Fuzion24 commented 10 years ago

It's not a client limitation. It's a server limitation. For bulk queries, the google is restrictive in the information it sends down.