Google Maps

Google Maps place data for agents: search places, find nearby locations, fetch place details, reviews, photos, and individual review content, plus language and place-type reference lists.

GET/v1/google-maps/places/details

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

4 tokens

Fetch detailed Google Maps place information 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_details
Parameters3 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

Response16 fields
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.

websitestring

Place website when available.

phone_numberstring

Place phone number when available.

typesarrayitems
1 field

Place type labels when available.

typestring

Place type label.

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

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

GET/v1/google-maps/places/photos

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

3 tokens

Fetch Google Maps photos 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_photos
Parameters4 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

Response17 fields
placeobject
12 fields

Place metadata for the photo listing.

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.

photosarrayitems
2 fields

Place photos.

photo_urlstring

Photo URL.

descriptionstring

Photo description 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

GET/v1/google-maps/reviews/details

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

2 tokens

Fetch a single Google Maps review by review 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_review_details
Parameters1 field
review_idstringRequired

Google Maps review identifier.

max length 512

Response4 fields
review_idstring

Review identifier.

review_textstring

Review body text.

ratinginteger

Star rating for the review.

user_namestring

Reviewer display name when available.

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

GET/v1/google-maps/place-types

https://api.vee3.io/v1/google-maps/place-types

1 tokens

List supported Google Maps place type values for search filters.

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_types
Parameters0 fields
Response2 fields
place_typesarrayitems
1 field

Supported Google Maps place type string values.

place_typestring

Place type value (for example restaurant).

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

GET/v1/google-maps/languages

https://api.vee3.io/v1/google-maps/languages

1 tokens

List supported language codes for Google Maps place endpoints.

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_languages
Parameters0 fields
Response2 fields
languagesobject
1 field

Map of language names to language codes for Google Maps place endpoints (for example English: en).

<language>string

Language code for the named language (for example en).

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