ArcGIS Geocode avatar
ArcGIS Geocode

Pricing

$5.00/month + usage

Go to Store
ArcGIS Geocode

ArcGIS Geocode

Developed by

Canadesk Support

Canadesk Support

Maintained by Community

Convert an address or text into a geolocation with ArcGIS.

0.0 (0)

Pricing

$5.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

Features

  • Geocode Search

    Returns the ArcGis data for the specified addresses. All countries are supported.

    One address can return multiple matches. The parameter "maximum" defines how many matches will be retrieved.

Input

{ "keyword": array, "filters_input": json "filters_output": json, "maximum": integer }

Filters available:

{
"keyword": ["address1", "address2", ...], // Array of addresses to geocode
"filters_input": {
"category": string, // https://developers.arcgis.com/rest/geocode/category-filtering/
"token": string, // Optional
...
},
"filters_output": {
"category": string, // https://developers.arcgis.com/rest/geocode/category-filtering/
"maxLocations": integer,
"outFields": string, // https://developers.arcgis.com/rest/geocode/service-output/
"token": string, // Optional
...
}
}

Output

[
{
"address": "Houston Ave, Fairhope, AL, 36532",
"matches": [
{
"address": "Houston Ave, Fairhope, Alabama, 36532",
"location": {
"x": -87.889035520533,
"y": 30.502276669393
},
"score": 100,
"attributes": {
"Addr_type": "StreetName",
"StAddr": "Houston Ave",
"City": "Fairhope",
"Region": "Alabama",
"RegionAbbr": "AL",
"Postal": "36532"
},
"extent": {
"xmin": -87.890035520533,
"ymin": 30.501276669393,
"xmax": -87.888035520533,
"ymax": 30.503276669393
}
}
]
},
...
]

Support

Always use a proxy!

Open a new issue for bugs, please share your Run URL and Input 🎈

On this page

Share Actor: