ArcGIS Geocode avatar
ArcGIS Geocode

Pricing

$5.00/month + usage

Go to Apify Store
ArcGIS Geocode

ArcGIS Geocode

Convert an address or text into a geolocation with ArcGIS.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

Canadesk Support

Canadesk Support

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

4 months ago

Last modified

Share

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 🎈