Sales History
Property sale and transfer history from county assessor records. Includes dates, prices, and deed information. Currently supports Marion County, OR.
GET
/v1/properties/{property_id}/salesGet sale/transfer history for a property.
Response
{ "data": { "property_id": 1, "sales": [ { "date": "9/9/2020", "price": 205000, "deed_number": "2020-8482", "buyer": "KOSTER, MICHAEL A" }, { "date": "4/13/2012", "price": 69000 } ], "total": 2 } }