v21

latestOpenAPI 3.0.0raw.githubusercontent.com2025-10-063123117.4 KB
Zillow

Search for properties on Zillow

Search for properties on Zillow for a given location, listing status, and other criteria

post/zillow/search-properties

Request body

locationstring required

The location to search for properties

listing_status'for_sale' | 'for_rent' | 'sold' required

The status of the listings (e.g., "for_sale", "for_rent")

sort_by'homes_for_you' | 'rental_priority_score' | 'price_high_to_low' | 'price_low_to_high' | 'newest' | 'bedrooms' | 'bathrooms' | 'square_feet' | 'lot_size' | 'year_built'

The criteria to sort the results (e.g., "newest", "lot_size")

pageinteger

The page number of results to retrieve

min_listing_pricenumber

The minimum listing price for the properties

max_listing_pricenumber

The maximum listing price for the properties

min_num_bedrooms'any' | 'studio' | '1' | '2' | '3' | '4' | '5'

The minimum number of bedrooms

max_num_bedrooms'any' | 'studio' | '1' | '2' | '3' | '4' | '5'

The maximum number of bedrooms

Response

SearchProperties API successful response