maps_place_details
Retrieve detailed information for a place ID: address, phone, website, opening hours, rating, and business status. Optionally request user reviews and editorial summary.
Instructions
Full detail for one place ID: address components, phone numbers, website, opening hours, rating and business status. Set include_reviews to also get user reviews and the editorial summary, which costs more. Get the place ID from maps_search_places, maps_search_nearby, maps_geocode or maps_place_autocomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional field mask overriding the default response fields. Extra fields can raise the billing tier, e.g. "reviews" moves the call to the Enterprise + Atmosphere SKU. | |
| place_id | Yes | Place ID from maps_search_places, maps_search_nearby, maps_geocode or maps_place_autocomplete. | |
| region_code | No | CLDR region code affecting address formatting. | |
| language_code | No | ISO 639 language code for the response. | |
| include_reviews | No | Add reviews and editorial summary to the response. This raises the call to the Enterprise + Atmosphere billing tier, so only set it when the reviews are actually needed. |