PLACE_SEARCH_GOOGLE

Get a list of places, along with their addresses, place IDs, ratings, and more, based on your search query.

icon of Google MapsGoogle Maps
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
PLACE_SEARCH_GOOGLE(search_query
[short]
)
search_query

Search terms that identify the business or public point of interest you want to find. For example: "McDonalds in London".

[optional] short

Boolean indicating whether to return just the first place found or not. Choose either:

  • TRUE to get just the first place
  • FALSE to get all the places (default)
Selected options:
False
True
More details

If you need an API key for the Google Cloud Platform, follow the step-by-step guide in our forum.

Examples

PLACE_SEARCH_GOOGLE("McDonalds in London") returns all the McDonalds in London.