Lookup Address

Looks up an address and location via Google from a lat/long of partial address as "query" parameter. Returns an object where "formatted_address" is the well-formed address associated with the address query

Loading...
Variables

  default_query

string

Default address to search for... - City of Doral HQ

Secrets

Run cost = 1 credits

Functions are free if called from another workflow.

With each run, you agree to Gooey.AI's terms & privacy policy.

Return value

{12 Items
"ok"
:
bool
true
"raw"
:
{
}3 Items
"url"
:
string
"https://maps.googleapis.com/maps/api/geocode/json?"
"status"
:
string
"OK"
"location"
:
{
}2 Items
"place_id"
:
string
"ChIJIy8BXNq72YgRtS_0SBvTOK4"
"top_result"
:
{
}6 Items
"http_status"
:
int
200
"input_query"
:
string
"25.82195540622896, -80.33364606190455"
"result_count"
:
int
10
"detected_latlng"
:
bool
true
"formatted_address"
:
string
"8401 NW 53rd Terrace, Doral, FL 33166, USA"
}