user3243548
user3243548

Reputation: 41

total number of reviews

I am getting 5 reviews while calling google place API, but I need more than 5 reviews and the value of total number of reviews available on google plus business profile. Is there a way to achieve this?

Upvotes: 4

Views: 1208

Answers (1)

Jeff Miller
Jeff Miller

Reputation: 2443

Mar 14, 2019 Update

After five years, Google has finally added support to the Maps JavaScript API to get the total number of reviews with the 3.35 update.

The user_ratings_total property can be used to get the total number of reviews. See the documentation for more information.

Unfortunately, the API will only return a maximum of five reviews and there's currently no way to get the total number of reviews.

If you vote for the feature request to return the total number of reviews, it will help increase the chances of Google adding it.

Upvotes: 2

Related Questions