Paste a county's ArcGIS REST URL — FeatureServer or MapServer — and the tool inspects the layer, learns its fields, and queries property records the way the assessor stored them. APN, address, owner name, zoning, assessed value. Browser-side. No proxy.
/FeatureServer/0 or /MapServer/0An ArcGIS Feature Layer is a web service that provides access to geographic data stored on an ArcGIS Server. Most U.S. counties publish parcel, zoning, and land use data through ArcGIS REST services, making them queryable via standard web URLs. These services expose structured data including property boundaries, owner names, mailing addresses, assessed values, zoning designations, and more.
Feature Layers follow Esri's REST API specification, which means any tool that speaks HTTP can query them. This tool sends queries directly from your browser to the county's GIS server—no middleman, no data storage.
Most county GIS departments publish their data through an ArcGIS Server. Here's how to find the URL:
hub.arcgis.com and search for your county's parcel dataThe URL typically looks like: https://gis.countyname.gov/arcgis/rest/services/Parcels/FeatureServer/0
While field names vary by county, most parcel layers include some combination of:
No. All queries are sent directly from your browser to the county's ArcGIS server. We don't intercept, log, or store any search data or results.
Not all counties publish ArcGIS REST services publicly. Some require authentication or only offer data through web map viewers. Try searching for your county on ArcGIS Hub or contact your county GIS department directly.
Both work! MapServer layers support query operations just like FeatureServer layers. Just make sure the URL ends with a layer number (e.g., /MapServer/0).
Some county GIS servers don't allow cross-origin requests from web browsers. In that case, you may need to use the county's own web map viewer or download the data as a file.