parcel.search
Find US parcels matching criteria like location, owner, value, or sale history. Returns ranked list with summary fields.
Instructions
Filter US parcels by geography + attributes. Returns a ranked list (default 50, max 200) of matches with summary fields (id, address, owner, assessed value, last sale). Use when the user wants properties matching criteria ("absentee-owned SFR in Mecklenburg County over $400k", "flipped properties in Phoenix since 2024"). Do NOT use when looking up a single known property (use parcel.lookup) or ranking a known set (use parcel.compare). Backed by the /api/v1/search/full text+attribute index; pass q as either a city, owner name, or address fragment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Text query — owner name, address fragment, or city. Min 2 chars. | |
| dir | No | asc | |
| city | No | City filter (when q is non-city). | |
| page | No | ||
| sort | No | address | |
| field | No | Restrict the q match to one field. | |
| limit | No | ||
| state | No | 2-letter state filter. |