Skip to main content
GET
Get Multifamily Building
Zillow serves multi-unit rentals as buildings, not homes: they live on /apartments/... and /b/... URLs and embed a different data blob, so Get Property Detail cannot read them (it answers 400 building_url if you pass one). Pass the detail_url of any search result whose home_type is BUILDINGGET /v1/zillow/search?location=Kansas+City,+MO&status=for_rent returns them.

Query Parameters

string
required
Full Zillow building URL, e.g. https://www.zillow.com/apartments/kansas-city-mo/brookside-51/CkBJqt/. A /homedetails/... URL is rejected with 400 not_a_building_url.

Response

The response wraps a single Building object under a building key.
object
price is the total monthly leasing price Zillow advertises; base_rent excludes the mandatory monthly fees, which are carried in required_monthly_fee_min/max. For rent comps, compare base_rent across buildings — the fee bundle differs by operator.
Some buildings — typically landlord-managed ones — publish floor-plan pricing without enumerating individual units. There units is empty and rent_min/rent_max come from the floor plans.

Example

Response
Each building request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Query Parameters

url
string
required

Full Zillow building URL, e.g. https://www.zillow.com/apartments/kansas-city-mo/brookside-51/CkBJqt/.

Response

200 - application/json

Building detail

building
object

A Zillow multifamily building (an apartment community, not a single home).