December 19th, 2024

Modified Response Schema

New Functionality

"last_sale_arms_length" Flag

New Property Search API filter - “last_sale_arms_length”

Primarily intended to be used with the “last_sale_date_min” / “last_sale_date_max” filters

Arms length transactions ensure that you eliminate any intra-family or other types of transfers, some of which have $0 last sale prices.

{
    last_sale_date_min: "2024-09-01",
    last_sale_date_max: "2024-12-20",
    last_sale_arms_length: true
}

In the Property Search response, there’s also a new response field - “lastSaleArmsLength

Note: in the Property Detail response, we’ve already had the “lastSale.armsLength” field in the response and armsLength [bool] is also a field on any of the .saleHistory entries