Multi-Family Searches

Interested in investing in or building a business around multi-unit buildings primarily for multi-family residential purposes? Find them with our multi-family residential searches.

Use our multi-family flags to find the to-die-for properties of the decade. You can get specific as to whether you want to find smaller or larger types of residences.

// Find smaller residences
let request = {
  size: 25,
  mfh_2to4: true
	city: 'Arlington',
  state: 'VA',
  zip: 22205
}

//Find larger dwellings
let request = {
  size: 10,
  mfh_5plus: true
	city: 'Arlington',
  state: 'VA',
  zip: 22205
}