search
Find local businesses on Google Maps by location, category, or keyword, with options to retrieve contact information like emails and social profiles from their websites.
Instructions
Search local businesses on Google Maps with an option to pull emails and social profile links from their website (see the extract_emails_and_contacts parameter below).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query / keyword Examples: Plumbers near New-York, USA Bars in 94102, USA | |
| limit | No | Maximum number of businesses to return. Default: 20 Allowed values: 1-500 | 20 |
| lat | No | Latitude of the coordinates point from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the region parameter). | 37.359428 |
| lng | No | Longitude of the coordinates point from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the region parameter). | -121.925337 |
| zoom | No | Zoom level on which to make the search (the viewport is determined by lat, lng and zoom). Default: 13 | |
| 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 | |
| verified | No | Example value: | |
| business_status | No | Find businesses with specific status, specified as a comma separated list of the following values: OPEN, CLOSED_TEMPORARILY, CLOSED. Examples: OPEN CLOSED_TEMPORARILY,CLOSED | |
| 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 | |
| extract_emails_and_contacts | No | Example value: | |
| X-User-Agent | No | Device type for the search. Default desktop. |