May 22nd, 2025

New Functionality

MLS Search - Allow "listing_property_type" field as an option for "exclude"

  • 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"
}]