search_in_area
Search for businesses within a specific geographic area using coordinates and zoom level to define the search boundary.
Instructions
Search businesses in a specific geographic area defined by a center coordinate point and zoom level. To see it in action, make a query on Google Maps, wait for the results to show, move the map or change the zoom and click \
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query / keyword | |
| lat | Yes | Latitude of the center coordinate point of the area to search in. | 37.359428 |
| lng | Yes | Longitude of the center coordinate point of the area to search in. | -121.925337 |
| zoom | Yes | Zoom level on which to make the search (the search area / viewport is determined by lat, lng and zoom on a 1000x1000 screen). | |
| limit | No | Maximum number of businesses to return. Default: 20 Allowed values: 1-500 | 20 |
| language | No | Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes . Default: en | |
| region | No | Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code). Default: us | |
| subtypes | No | Find businesses with specific subtypes, specified as a comma separated list of types (business categories). For the complete list of types, see https://daltonluka.com/blog/google-my-business-categories. Examples: Plumber,Carpenter,Electrician Night club,Dance club,Bar,Pub | |
| extract_emails_and_contacts | No | Example value: | |
| fields | No | A comma separated list of business fields to include in the response (field projection). By default all fields are returned. Example: business_id,type,phone_number,full_address | |
| X-User-Agent | No | Device type for the search. Default desktop. |