Google Maps Place
google_maps_placeGet detailed information about a specific place from Google Maps. Requires a data_id or place_id obtained from google_maps_search results. At least one of data_id or place_id must be provided. Returns comprehensive place details including address, phone, hours, reviews, photos, and popular times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Country code for localization. Default: us. Uses ISO 3166-1 alpha-2 format. | |
| data_id | No | Data ID from google_maps_search results (e.g., '0x89c25f58368ed953:0x5184e1a5b510a6fe'). At least one of data_id or place_id is required. | |
| place_id | No | Place ID from google_maps_search results (e.g., 'ChIJTdluNlhfwokR_oBQtaXhBFE'). At least one of data_id or place_id is required. |