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

You can access the ArcGIS Geocode programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "keyword": [
< "19, Pham Ngoc Thach Street, Hanoi",
< "47 W 13th St, New York, NY 10011"
< ],
< "filters_input": {
< "category": "Populated Place,Postal,POI,Address",
< "text": "47 W 13th St, New York, NY 10011"
< },
< "filters_output": {
< "category": "Populated Place,Postal,POI,Address",
< "maxLocations": 1,
< "outFields": "StAddr,City,Region,RegionAbbr,Postal,location,Addr_type"
< },
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify call canadesk/geocode-arcgis --silent --output-dataset

ArcGIS Geocode API through CLI

The Apify CLI is the official tool that allows you to use ArcGIS Geocode locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: