Zillow
Endpoints
Search For properties 6
Property details 5
Similar properties 3
Estimates and History 3
Agents 6
Market trends 3
Mortgage 1
Lenders 3
Builders 4
Other professionals 3
What is the Zillow API?
Access US and CA property data. Search listings, compare estimated home values, and discover agent details.
Zillow API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Zillow API endpoints
- GET
/search/search
Search for filtered properties by neighborhood, city, or ZIP code. PS : To search for an address of a property, use the "/search_address" endpoint. For a list of properties, you can select the output format (JSON , CSV , XLSX) using the optional "output" parameter.
- GET
/search_address/search_address (Search for a property by address)
Search for a property by address.
- GET
/search_url/search_url (List of properties by URL)
Get a list of properties by providing the zillow search results URL You can select the output format (JSON , CSV , XLSX) using the optional "output" parameter.
- GET
/search_polygon/search_polygon (Search for properties by polygon)
Search for filtered properties by polygon coordinates. For a list of properties, you can select the output format (JSON , CSV , XLSX) using the optional "output" parameter.
- GET
/search_mls/search_mls (Search by MLS)
Search for properties by their MLS ID.
- GET
/search_coordinates/search_coordinates (Search for properties by coordinates)
Search for filtered properties by coordinates. You can select the output format (JSON , CSV , XLSX) using the optional "output" parameter.
- GET
/propertyV2/propertyV2 (Property details by ZPID
Get a property's details by its zpid
- GET
/property/property (deprecated)
Get a property's details by its zpid
- GET
/photos/photos (Photos of a property)
Returns a property's photos with different sizes and types.
- GET
/schools/schools (Nearby schools)
Nearby schools of a property by ZPID
- GET
/walk_transit_bike_score/walk_transit_bike_score (Walk, Transit and Bike Score)
Get Walk, Transit and Bike Score of a property by zpid
- GET
/similar_properties/similar_properties (Similar for sale properties)
List of similar for sale properties by Zpid or URL or address
- GET
/similar_sold_properties/similar_sold_properties (Similar sold properties)
List of similar sold properties by Zpid or URL or address
- GET
/similar_rent_properties/similar_rent_properties (Similar for rent properties)
List of similar for rent properties by Zpid or URL or address
- GET
/zestimate_history/zestimate_history (Zestimate history)
Zestimate history by zpid
- GET
/rent_estimate/rent_estimate (Rent Zestimate)
Returns a property's rent zestimate and it's comparable properties in the same area.
- GET
/price_tax_history/price_tax_history (Price and Tax history)
Price and Tax history of a property by ZPID
- GET
/search_agentsSearch for agents
Search for agents by location and name
- GET
/agentAgent details by username
Get agent's details by username(contact infos, active listings and reviews etc). PS : username is the profile link Example : username : Pardee-Properties for https://www.zillow.com/profile/Pardee-Properties/
- GET
/agent_reviewsAgent Reviews
Get agent reviews by the agent's zuid
- GET
/agent_active_listingsAgent's active listings
Get agent's active listings by zuid
- GET
/agent_rental_listingsAgent's rental listings
Get agent's rental listings by zuid
- GET
/agent_past_salesAgent's past sales
Get agent's past sales by zuid
- GET
/market_data/market_data (Rental Market Trends)
Get market rental data of a location by city or ZIP
- GET
/market_sale_overviewmarket_sale_overview
This endpoint delivers a comprehensive snapshot and historical trends of the housing market in a given region using metrics aligned with the Zillow Home Value Index (ZHVI) framework
- GET
/zhvi_range/zhvi_range
This endpoint provides monthly historical data for the Zillow Home Value Index (ZHVI) for a specified region. The ZHVI is a proprietary metric that captures median home values across a wide variety of geographies and housing types, reflecting trends in the real estate market over time.
- GET
/mortgage/rates/mortgage/rates (Mortgage rates)
Get mortgage rates
- GET
/lender/search/lender/search
Search for Lenders
- GET
/lender/details/lender/details
Get lender details
- GET
/lender/reviews/lender/reviews
Get lender reviews
- GET
/builders/search/builders/search (Search for builders)
Searchfor builders by location or name
- GET
/builders/details/builders/details (Builders details)
Get details of builders by their builderId (found in `builders/search` results)
- GET
/builders/reviews/builders/reviews (Builder's reviews)
Get reviews of a builder by their builderId (found in `builders/search` results)
- GET
/builders/community_cards/builders/community_cards (Builders community cards)
Get community cards of a builder by their builderId (found in `builders/search` results)
- GET
/other_professionals/search/other_professionals/search (Search for professionals)
Search for professoinals (property managers, inspectors,photographers,home_improvement,etc) by location or name
- GET
/other_professionals/details/other_professionals/details (Professional's details)
Get details of a professional by username (found in `/other_professionals/search` results)
- GET
/other_professionals/reviews/other_professionals/reviews (Professional's reviews)
Get reviews of a professional by their zuid (found in `/other_professionals/details` result)