Added Deprecated Changed

v6.2.0

1 year ago

New fields

Images of the property from previous listings.

  • property.attributes.images.listing_images

Floorplans of the property.

  • property.attributes.images.floorplan_images

Clearer predicted fields

We've improved how we expose predicted values by splitting them into three distinct categories:

  • [field]_declared_only: Values officially declared in public records.
  • [field]_predicted_only: Values derived purely from our prediction models. Will be null when there is a declared value available.
  • [field]_declared_and_predicted: Combined values from both predicted and declared.

While the legacy fields are now deprecated, they will remain available for backwards compatibility.

For example, the bedrooms count fields are now structured as:

  • New field: bedrooms_declared_only - Legacy field: bedrooms
  • New field: bedrooms_declared_and_predicted - Legacy field: bedrooms_predicted
  • New field: bedrooms_predicted_only -  Legacy field: N/A