May 22nd, 2025
New Functionality
currently the only field allowed with “exclude” on MLS Search; we will be working to extend it to all fields like Property Search
use case: exclude rentals from your active: true searches
"size": 50,
"active": true,
"exclude": [{
"listing_property_type": "RENTAL"
}]