[August 13, 2025] New Entity Seller Field
v0.38.0
New Entity Seller Field
This release adds entity_seller_name
as both a filter parameter and response field to the v2/property_search
endpoint. This field tracks which named large-scale entities sold properties during sale events, providing direct visibility into disposition activities by major operators.
-
Parameter:
entity_seller_name
- filter parameter for querying by seller entityThe name of the entity that sold the property at the time of the sale event, if sold by a named large-scale operator.
-
Response:
entity_seller_name
- response field in event dataThe name of the entity that sold the property at the time of the sale event, if sold by a named large-scale operator.
-
Error:
entity_seller_name
must be used with at least one SALE event. Using it with only non-sale events will return no results because seller is NULL on all non-sale events.
Review the v2/property_search
endpoint and investor documentation for the complete list of available named entity operators.
Update USA Parcl ID requirements
- Previously
owner_name
was required when querying thev2/property_search
endpoint. Updated so that one ofowner_name
,entity_seller_name
, orcurrent_entity_owner_name
is required.