Serpapi Google Maps
serpapi_google_mapsFind local businesses on Google Maps for <query> — returns name, address, rating, reviews, phone, website, and GPS coordinates via SerpApi. Example: serpapi_google_maps({ q: "coffee shops", ll: "@40.7,-74.0,14z", _apiKey: "your-serpapi-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query, e.g. "coffee shops", "plumbers near me" | |
| ll | No | Optional GPS location + zoom anchor, e.g. "@40.7,-74.0,14z" (latitude,longitude,zoom) | |
| _apiKey | Yes | SerpApi API key (get one at serpapi.com) |