Place details
goplaces_detailsFetch full Google Place Details by place ID after a search: get phone, website, hours, business status, and optional reviews or photos to complete a location lookup.
Instructions
Fetch rich Google Place Details by place ID. Use after search, nearby, autocomplete, or resolve when the user needs phone, website, hours, business status, reviews, or photos. Reviews and photos are opt-in because they are heavier fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Optional CLDR region code, for example 'US' or 'DE'. | |
| language | No | Optional BCP-47 language code, for example 'en' or 'en-US'. | |
| place_id | Yes | Google place ID, with or without a 'places/' prefix. | |
| include_ev | No | Include EV charging connectors, charge rates, and availability. | |
| detail_level | No | Field tier to request. Google bills at the most expensive tier in the request, so prefer the cheapest that answers the question: 'ids' returns place IDs only, 'basic' adds name, address, location, type, and a Maps link, and 'full' adds rating, price, hours, phone, and website. | full |
| include_photos | No | Include photo metadata in the details response. | |
| include_reviews | No | Include Google reviews in the details response. | |
| include_atmosphere | No | Include the most expensive tier: editorial summary, dine-in/takeout/delivery/reservable, accessibility, and parking options. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| error | No | Present only on failure; the result is also flagged isError. | |
| hours | No | ||
| phone | No | ||
| types | No | ||
| photos | No | Google requires showing the author attributions with each photo. | |
| rating | No | ||
| address | No | ||
| dine_in | No | ||
| parking | No | ||
| reviews | No | Google requires showing the author attribution with each review. | |
| takeout | No | ||
| website | No | ||
| delivery | No | ||
| location | No | ||
| maps_url | No | Google Maps link for the place. | |
| open_now | No | ||
| place_id | No | Pass to goplaces_details or as a directions endpoint. | |
| reservable | No | ||
| price_level | No | 0 free to 4 very expensive. | |
| price_range | No | ||
| primary_type | No | ||
| accessibility | No | ||
| directions_url | No | ||
| business_status | No | ||
| distance_meters | No | Present when a routing origin was supplied. | |
| duration_seconds | No | Present when a routing origin was supplied. | |
| editorial_summary | No | ||
| ev_charge_options | No | ||
| user_rating_count | No | ||
| utc_offset_minutes | No | ||
| international_phone | No |