get_place_details
Look up detailed information for any Google Maps place using its unique Place ID or business name. Retrieves structured data including address, phone number, website, rating, and map URL.
Instructions
Retrieve detailed information for a single specific Google Maps place or business. Looks up a place using its unique Google Place ID (e.g., 'ChIJ...' or 'place_id:ChIJ...') or specific landmark/business name. Returns complete structured details including address, phone number, website, rating, coordinates, and Google Maps URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | The place identifier to fetch details for. Can be either: 1. A Google Place ID (e.g., 'ChIJ12k5kG_iDDkRwuzibQwYZ4M' or 'place_id:ChIJ...') 2. An exact place / business name and location (e.g., 'AIIMS New Delhi' or 'Taj Mahal Palace Mumbai'). | |
| country | No | Two-letter ISO country code for region localization (default: 'in'). | in |
| language | No | Language code for the response (default: 'en'). | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | No | Whether the place was successfully found | |
| place | No | The retrieved place object if found, otherwise null | |
| query_or_id | Yes | The place query or Place ID searched for |