3 counties indexed. ArcGIS FeatureServer and MapServer URLs, with supported search fields per layer.
https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Planning_Cadastre/FeatureServer/6https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Planning_Cadastre/FeatureServer/6https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Planning_Cadastre/FeatureServer/6| County | Endpoints | Searchable fields | Registry listing | Action |
|---|---|---|---|---|
| Benton County | 1 | Parcel ID · Owner Name · Street Name +2 | LISTED LIVE | OPEN |
| Pulaski County | 1 | Parcel ID · Owner Name · Street Name +2 | LISTED LIVE | OPEN |
| Washington County | 1 | Parcel ID · Owner Name · Street Name +2 | LISTED LIVE | OPEN |
Each county links to its atlas entry, endpoint URL, searchable fields, and a sample query where one is published.
3 Arkansas counties are indexed in the UrbanKit atlas with verified public REST endpoints: Pulaski, Benton, and Washington. Each exposes an owner-name field you can search directly on the public layer.
Pulaski, Benton, and Washington expose an owner-name field on the public REST layer. Pulaski, for example, uses the ownername field. A case-insensitive search is ?where=UPPER(ownername)%20LIKE%20UPPER('%25SMITH%25')&outFields=*&f=json. Open a county's page here for its full field list and a ready-to-run sample query.
Pulaski publishes parcels at https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Planning_Cadastre/FeatureServer/6, a FeatureServer (layer 6). It indexes by Parcel ID, Owner Name, Street Name, and City. Owner-name search: UPPER(ownername) LIKE UPPER('%25SMITH%25').
Arkansas's indexed counties (Pulaski, Benton, and Washington) publish ArcGIS FeatureServer layers, the newer ArcGIS Online-hosted format. FeatureServer supports the /query operation for owner, parcel-ID, and address lookups.
Listing missing or moved? Tell us. A full four-shard sweep checks every endpoint every two hours, with degraded endpoints re-checked every 30 minutes.