search_nearby
Find local businesses near specific geographic coordinates by entering search keywords and location data. This tool helps users discover nearby services, shops, and establishments based on their current position or chosen area.
Instructions
Search businesses near by specific geographic coordinates. To see it in action, right click on a specific point in the map on Google Maps and select \
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query / keyword Examples: Bars and pubs Plumbers | |
| lat | Yes | Latitude of the geographic coordinates to search near by. | 37.359428 |
| lng | Yes | Longitude of the geographic coordinates to search near by. | -121.925337 |
| 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. |