sales.history
Retrieve a property's transaction history including sale dates, prices, buyers, sellers, and deed types. Optionally includes UCC liens for comprehensive ownership records.
Instructions
Deed / transaction timeline for a parcel: every recorded sale, transfer, refinance. Each event includes date, sale price (where disclosed; flagged when withheld by state), buyer, seller, and deed type. Use when the user asks about a property's transaction history, flip activity, or holding period. Do NOT use to find properties with recent sales market-wide (use parcel.search with sold_since) or to estimate current market value (use valuation.estimate, which incorporates this data plus comps). Note: 13 states do not disclose sale prices on deeds (KS, MS, TX, UT, WY, etc.); PropRaven flags these explicitly. If include_liens=true, the tool ALSO fetches UCC liens via the parcel report — two API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO date — only return events on or after this date (client-side filter). | |
| parcel_id | Yes | Composite parcel ID. | |
| include_liens | No | Include UCC liens. Default false. Adds one extra API call. |