Google Maps Search
google_maps_searchSearch for local businesses and places on Google Maps. Returns local results with names, addresses, ratings, reviews, and contact information. Use the data_id or place_id from results with google_maps_place to get detailed place information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query for places (e.g., 'restaurants in Manhattan'). Required. | |
| gl | No | Country code for search context (e.g., 'us'). Uses ISO 3166-1 alpha-2 format. | |
| page | No | Page number for pagination. Default: 1. |