Skip to content

Search Location Node

Web/Geo/Search

Search Location

Searches for a location by name or address using the Nominatim geocoding service (OpenStreetMap). Returns matching locations with coordinates.

geo_search_locationgeo
Inputs4
Outputs4
Security exposure1/10
Packagegeo

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
1/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
10/10Low
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

4

Execute

Execution
exec_in

Initiate the location search

Query

String
query

The search query (address, place name, etc.)

Limit

Integer
limit

Maximum number of results to return. Default: 5

Default 5

Country Codes

String
country_codes

Optional comma-separated list of country codes to limit search (e.g., 'de,at,ch')

Output Pins

4

Success

Execution
exec_success

Triggered when the search completes successfully

Error

Execution
exec_error

Triggered when the search fails

Results

Struct Array
results

Array of search results with coordinates

SearchResultSearchResult7 fields
display_namestringrequired
coordinateGeoCoordinaterequired
latitudenumber:doublerequired
format double
longitudenumber:doublerequired
format double
place_typestringrequired
importancenumber:doublerequired
format double
bounding_boxanyOf (2)
variant 1BoundingBoxvariant
min_latnumber:doublerequired
format double
min_lonnumber:doublerequired
format double
max_latnumber:doublerequired
format double
max_lonnumber:doublerequired
format double
variant 2nullvariant
osm_idinteger | null
format int64
osm_typestring | null

First Result

Struct
first_result

The first/best matching result (if any)

SearchResultSearchResult7 fields
display_namestringrequired
coordinateGeoCoordinaterequired
latitudenumber:doublerequired
format double
longitudenumber:doublerequired
format double
place_typestringrequired
importancenumber:doublerequired
format double
bounding_boxanyOf (2)
variant 1BoundingBoxvariant
min_latnumber:doublerequired
format double
min_lonnumber:doublerequired
format double
max_latnumber:doublerequired
format double
max_lonnumber:doublerequired
format double
variant 2nullvariant
osm_idinteger | null
format int64
osm_typestring | null

Node Info

Internal name
geo_search_location
Category
Web/Geo/Search