Skip to main content

Geocoding Search

Geocoding Search — see the properties below.

This node is also exposed as an AI Agent tool.

This node has 1 input port and 1 output port.

Common Properties

Every node shares these.

  • Name — the node's display name on the canvas.
  • Color — the node's colour on the canvas.
  • Delay Before (sec) — wait this long before the node runs.
  • Delay After (sec) — wait this long after the node runs.
  • Continue On Error — carry on instead of failing the flow. Defaults to false.
info

When Continue On Error is true the error is not raised at all, so a Catch node will not see it either.

Inputs

PropertyFieldDescription
City NameinQueryCity name to search for (e.g. 'London' or 'London،GB' or 'London،England،GB')
Client IDinClientIDClient ID from Connect node (optional if credentials provided)

Outputs

PropertyFieldDescription
City NameoutCityNameFull name of the first result
CountoutCountNumber of matching locations found
CountryoutCountryCountry code of the first result
LatitudeoutLatitudeLatitude of the first result
LocationsoutLocationsArray of matching locations with coordinates
LongitudeoutLongitudeLongitude of the first result

Options

PropertyFieldDescription
CredentialsoptCredentialsOpenWeather API key (optional - use instead of Connect node)
Result LimitoptLimitMaximum number of results to return (1-5)

Requirements

  • A Client ID from this package's Connect node, unless you set credentials directly on this node.
  • OpenWeather API Key — API key for OpenWeatherMap authentication
    • value — API Key (password, required). Your OpenWeatherMap API key

Store these in a Vault and reference the vault item from the node, rather than typing the secret into the property.

Connect · Disconnect · Get Current Weather · Get Forecast · Get Air Pollution · Toolkit

See also