Place reviews

Fetch Google Maps reviews for a place by place identifier.

← All Google Maps endpoints · Capability overview

GET/v1/google-maps/places/reviews

https://api.vee3.io/v1/google-maps/places/reviews

3 tokens

Fetch Google Maps reviews for a place by place identifier.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

get_google_maps_place_reviews
Parameters5 fields
place_idstringRequired

Google Maps place identifier (for example ChIJk_grnPDq9EcRE7gOH9gAPZA). Also accepts the business identifier form (for example 0x47f4eb87e91f866d:0x9629fabb993eb66).

max length 256

regionstringOptional

Two-character region code (for example us). On search endpoints this biases results by ccTLD. On place endpoints this selects regional place data.

max length 8

languagestringOptional

Language code for results (for example en).

max length 16

cursorstringOptional

Pagination cursor from cursor_next on a previous response.

max length 4096

sort_by"Relevant" | "Lowest" | "Highest" | "Newest"Optional

Review sort order: "Relevant" (default), "Lowest", "Highest", or "Newest".

max length 32

Response19 fields
placeobject
12 fields

Place metadata for the reviewed location.

namestring

Place display name.

full_addressstring

Full formatted address when available.

ratingnumber

Average user rating when available.

review_countinteger

Total number of reviews when available.

locationobject
2 fields

Place coordinates when available.

latitudenumber

Place latitude.

longitudenumber

Place longitude.

hoursobject
3 fields

Opening hours when available.

open_nowboolean

Whether the place is open now when only open_now is available.

<day>arrayitems
1 field

Opening hours ranges for a day of the week.

hours_rangestring

Opening hours range entry.

statusstring

Human-readable open/closed status when available.

reviewsarrayitems
4 fields

Place reviews.

review_idstring

Review identifier.

review_textstring

Review body text.

ratinginteger

Star rating for the review.

user_namestring

Reviewer display name when available.

cursor_nextstring

Cursor for the next page when more results are available.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_maps_not_configured, google_maps_upstream_error