3 counties indexed. ArcGIS FeatureServer and MapServer URLs, with supported search fields per layer.
| County | Endpoints | Searchable fields | Status | Action |
|---|---|---|---|---|
| Benton County | 1 | Parcel ID · Owner Name · Street Name +2 | LIVE | OPEN |
| Pulaski County | 1 | Parcel ID · Owner Name · Street Name +2 | LIVE | OPEN |
| Washington County | 1 | Parcel ID · Owner Name · Street Name +2 | LIVE | OPEN |
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 — we verify and update weekly.