Building Characteristics Searches

You can filter for properties based on the following building characteristics:

beds_min / beds_max [int]

  • filters against propertyInfo.bedrooms
{
  "size": 100,
  "beds_min": 2,
  "beds_max": 4
}

baths_min / baths_max [int]

  • filters against propertyInfo.bathrooms
{
  "size": 100,
  "baths_min": 3,
  "baths_max": 5
}

building_size_min / building_size_max [int]

  • filters against propertyInfo.livingSquareFeet
{
  "size": 100,
  "building_size_min": 1250,
  "building_size_max": 2000
}

rooms_min / rooms_max

  • filters against propertyInfo.roomsCount
{
  "size": 100,
  "rooms_min": 6,
  "rooms_max": 10
}

stories_min / stories_max

  • filters against propertyInfo.stories
{
  "size": 100,
  "stories_min": 2,
  "stories_max": 4
}

units_min / units_max

  • filters against propertyInfo.unitsCount
{
  "size": 100,
  "units_min": 7,
  "units_max": 12
}

year_built_min / year_built_max

  • filters against propertyInfo.yearBuilt
{
  "size": 100,
  "year_built_min": 1980,
  "year_built_max": 2000
}