Zillow
Zillow Listing API
The Zillow Listing API allows you to retrieve real estate listings from Zillow based on various search parameters.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key.
All requests must include your key in the x-api-key
header.
Make Your First Request
API Parameters
Parameter | Default Value | Required | Description |
---|---|---|---|
keyword | New York, NY | Yes | The keyword used to search for listings. |
type | forSale | Yes | The type of listing. |
sort | - | No | The sorting option for the search results. |
price.min | - | No | The minimum price of the listing. |
price.max | - | No | The maximum price of the listing. |
beds.min | - | No | The minimum number of bedrooms. |
beds.max | - | No | The maximum number of bedrooms. |
baths.min | - | No | The minimum number of bathrooms. |
baths.max | - | No | The maximum number of bathrooms. |
yearBuilt.min | - | No | The minimum year the property was built. |
yearBuilt.max | - | No | The maximum year the property was built. |
lotSize.min | - | No | The minimum lot size. |
lotSize.max | - | No | The maximum lot size. |
squareFeet.min | - | No | The minimum square footage. |
squareFeet.max | - | No | The maximum square footage. |
homeTypes | - | No | An array of home types to filter the listings. |
listingType | - | No | The category of the listing. |
listingPublishOptions | - | No | An array of listing publish options. |
hoa | - | No | The Homeowners Association (HOA) fee. |
propertyStatus | - | No | An array of property statuses. |
tours | - | No | An array of tour options. |
otherAmenities | - | No | An array of other amenities. |
views | - | No | An array of views. |
pets | - | No | An array of pet options. |
basement | - | No | An array of basement options. |
singleStoryOnly | - | No | If set to true, only single-story properties will be included. |
hide55plusCommunities | - | No | If set to true, 55+ communities will be excluded. |
daysOnZillow | - | No | The number of days a listing has been on Zillow. |
moveInDate | - | No | The desired move-in date. |
mustHaveGarage | - | No | If set to true, only listings with a garage will be included. |
parkingSpotsMin | - | No | The minimum number of parking spots. |
keywords | - | No | Additional keywords to refine the search. |
page | - | No | The page number of the results to retrieve. |