Place reviews
Fetch Google Maps reviews for a place by place identifier.
← All Google Maps endpoints · Capability overview
/v1/google-maps/places/reviewshttps://api.vee3.io/v1/google-maps/places/reviews
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_reviewsParameters5 fields
place_idstringRequiredGoogle Maps place identifier (for example ChIJk_grnPDq9EcRE7gOH9gAPZA). Also accepts the business identifier form (for example 0x47f4eb87e91f866d:0x9629fabb993eb66).
max length 256
regionstringOptionalTwo-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
languagestringOptionalLanguage code for results (for example en).
max length 16
cursorstringOptionalPagination cursor from cursor_next on a previous response.
max length 4096
sort_by"Relevant" | "Lowest" | "Highest" | "Newest"OptionalReview sort order: "Relevant" (default), "Lowest", "Highest", or "Newest".
max length 32
Response19 fields
placeobject12 fieldsPlace metadata for the reviewed location.
placeobjectnamestringPlace display name.
full_addressstringFull formatted address when available.
ratingnumberAverage user rating when available.
review_countintegerTotal number of reviews when available.
locationobject2 fieldsPlace coordinates when available.
locationobjectlatitudenumberPlace latitude.
longitudenumberPlace longitude.
hoursobject3 fieldsOpening hours when available.
hoursobjectopen_nowbooleanWhether the place is open now when only open_now is available.
<day>arrayitems1 fieldOpening hours ranges for a day of the week.
<day>arrayitemshours_rangestringOpening hours range entry.
statusstringHuman-readable open/closed status when available.
reviewsarrayitems4 fieldsPlace reviews.
reviewsarrayitemsreview_idstringReview identifier.
review_textstringReview body text.
ratingintegerStar rating for the review.
user_namestringReviewer display name when available.
cursor_nextstringCursor 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