Find parcels by place, use, tenure, vintage and assessed value
search_parcelsSearch assessor parcel records using filters such as state, municipality, land use, owner-occupancy, tax exemption, year built, and assessed value ranges, returning property details and match counts.
Instructions
Search the assessor parcel layer with filters instead of one exact address. Filter by state, municipality, assessor land use code, owner-occupancy, tax-exempt status, year built and assessed value range; results carry assessed value, gross building area, assessed value per square foot, the annual tax and the year built. This is the only way to ask a QUESTION of the parcel layer: resolve_address needs an address you already have. Every answer states the true match count alongside the sample, and a search that matches nothing names the filter that emptied it rather than returning a bare empty list. At least one filter is required. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max 50. This sizes the SAMPLE only: every answer states the true match count beside it, so a small limit never hides how big the result really is. | |
| state | No | Two letter state code | |
| land_use | No | Assessor land use code, for example 'R3' for a three family dwelling | |
| tax_exempt | No | true for the institutional universe (churches, universities, authorities), false for the taxable one | |
| built_after | No | Exclusive lower bound on year built | |
| built_before | No | Exclusive upper bound on year built | |
| max_assessed | No | Maximum assessed total, in dollars | |
| min_assessed | No | Minimum assessed total, in dollars | |
| municipality | No | City or town, for example 'Boston' | |
| owner_occupied | No | true for owner-occupied, false for investor or institutionally held. Parcels whose roll does not state it are excluded either way. |