get_place_details
Retrieve detailed information about a place using its Google Place ID, including reviews, amenities, opening hours, and business status.
Instructions
Get detailed information about a specific place by its Google Place ID.
Use this to get more details about a place after finding it with search_places. Returns additional info like reviews, amenities, and editorial summaries.
Args: place_id: Google Place ID (e.g., "places/ChIJN1t_tDeuEmsRUsoyG83frY4")
Returns: Dictionary with detailed place information including: - Basic info: name, address, phone, website, rating - Reviews: Top 5 user reviews with ratings and text - Amenities: delivery, dine_in, takeout, outdoor_seating, etc. - Opening hours and business status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place_id | Yes |