parcel.lookup
Resolve a single US parcel by identifier or address, returning ownership, valuation, and geography details.
Instructions
Resolve a single US parcel by identifier (composite county_fips:parcel_id, street address, or APN). Returns the canonical PropRaven record: identity, current owner, valuation, geography, and source provenance. Use when the user names one specific property. Do NOT use when ranking multiple parcels (use parcel.compare) or when filtering by criteria (use parcel.search). Example: parcel.lookup({ query: "37183:0012345" }) or parcel.lookup({ query: "420 S Tryon St, Charlotte NC" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Parcel identifier in any of three forms: (1) composite ID like "37183:0012345" — preferred, direct lookup; (2) full street address with state — uses fuzzy search, top 5 returned; (3) raw APN — search fallback. |