place_search
Find businesses and points of interest by free-text query, optionally biased by location and open-now, returning name, address, rating, phone, and place_id.
Instructions
Find businesses/points of interest by free-text query (e.g. 'vet near Potts Point', 'best coffee Surry Hills'). Returns name, address, rating, open-now, phone, and place_id per result.
latitude/longitude (+ optional radius_meters, default 5 km) bias results toward a point — or just put the suburb in the query. open_now=True filters to places currently open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| latitude | No | ||
| open_now | No | ||
| longitude | No | ||
| max_results | No | ||
| radius_meters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |