Skip to main content
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.

Request Cost and API Credits

Each request to the Zillow Listing API consumes API Credits from your account balance.
  • Cost per request: 5 API Credits
  • Credits are deducted only for successful requests.
  • Your total available credits depend on your active plan.
You can use your credits across all HasData APIs. The same credit balance is shared platform-wide.
Unused credits do not roll over. Any remaining credits expire at the end of the current billing period.
To monitor your credit usage and remaining balance, sign in to your account dashboard at app.hasdata.com.

Make Your First Request

curl --request GET \
  --url 'https://api.hasdata.com/scrape/zillow/listing?keyword=New%20York%2C%20NY&type=forSale' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
keywordNew York, NYYesThe keyword used to search for listings.
typeforSaleYesThe type of listing.
sort-NoThe sorting option for the search results.
price[min]-NoThe minimum price of the listing.
price[max]-NoThe maximum price of the listing.
beds[min]-NoThe minimum number of bedrooms.
beds[max]-NoThe maximum number of bedrooms.
baths[min]-NoThe minimum number of bathrooms.
baths[max]-NoThe maximum number of bathrooms.
yearBuilt[min]-NoThe minimum year the property was built.
yearBuilt[max]-NoThe maximum year the property was built.
lotSize[min]-NoThe minimum lot size.
lotSize[max]-NoThe maximum lot size.
squareFeet[min]-NoThe minimum square footage.
squareFeet[max]-NoThe maximum square footage.
homeTypes[]-NoAn array of home types to filter the listings.
listingType-NoThe category of the listing.
listingPublishOptions[]-NoAn array of listing publish options.
hoa-NoThe Homeowners Association (HOA) fee.
propertyStatus[]-NoAn array of property statuses.
tours[]-NoAn array of tour options.
otherAmenities[]-NoAn array of other amenities.
views[]-NoAn array of views.
pets[]-NoAn array of pet options.
basement[]-NoAn array of basement options.
singleStoryOnly-NoIf set to true, only single-story properties will be included.
hide55plusCommunities-NoIf set to true, 55+ communities will be excluded.
daysOnZillow-NoThe number of days a listing has been on Zillow.
moveInDate-NoThe desired move-in date.
mustHaveGarage-NoIf set to true, only listings with a garage will be included.
parkingSpotsMin-NoThe minimum number of parking spots.
keywords-NoAdditional keywords to refine the search.
page-NoThe page number of the results to retrieve.