google-maps.place_details
Get detailed information for a Google Maps place.
Provide place_id from search results. The identifier also accepts the business identifier form (0x...:0x...). Optional region and language are supported.
Returns a flat place object with fields such as name, full_address, location, hours, status, rating, review_count, website, phone_number, and types when available. Additional upstream fields may appear.
Cost = 4 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Two-character region code (for example us). On search endpoints this biases results by ccTLD. On place endpoints this selects regional place data. | |
| language | No | Language code for results (for example en). | |
| place_id | Yes | Google Maps place identifier (for example ChIJk_grnPDq9EcRE7gOH9gAPZA). Also accepts the business identifier form (for example 0x47f4eb87e91f866d:0x9629fabb993eb66). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Place display name. | |
| hours | No | Opening hours when available. | |
| types | No | Place type labels when available. | |
| rating | No | Average user rating when available. | |
| status | No | Human-readable open/closed status when available. | |
| website | No | Place website when available. | |
| location | No | Place coordinates when available. | |
| full_address | No | Full formatted address when available. | |
| phone_number | No | Place phone number when available. | |
| review_count | No | Total number of reviews when available. |