Hi all,
We're hoping to build an app to query ArcGis APIs for county codes for a given address in Wisconsin. To accomplish this, we'd have to hit three different API endpoints:
1) The geocode server "suggest" endpoint (/arcgis/rest/services/World/GeocodeServer/suggest)
2) The geocode server "findAddressCandidates" endpoint (/arcgis/rest/services/World/GeocodeServer/findAddressCandidates)
3) The featureserver "query" endpoint (/arcgis/rest/services/WI_Cities_Towns_and_Villages_Fall_2018/FeatureServer/0/query)
However, we can only find pricing info for the "findAddressCandidates" endpoint on the https://location.arcgis.com/pricing/ page. When contacting Esri about the pay-as-you-go pricing for the other two endpoints, they suggested us getting the technical support package for USD2500.
Does anyone know the pricing for the "suggest" and "query" endpoints above? Paying USD2500 just to get answers to a billing question seems a bit steep.