Unofficial-Zillow-API
Long description **Why this API:** - **160+ fields per property** — pulled directly from Zillow's internal API - **29 search filters** — price, beds, baths, sqft, lot size, year built, pool, waterfront, school rating, HOA, and more - **Exclusive data** — walk scores, offer strength, home value charts, mortgage breakdowns, down payment assistance, and local legal protections - **Fast** **6…
Unofficial-Zillow-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| 💎 Bulk Scrape (Pro+) | ||
| POST |
bulk_scrape_by_address /bulk/address |
Scrape ALL listings for a location — bypasses Zillow's 984 listing cap using recursive quadrant splitting. Returns 1000 listings per page. Supports all 29 filters. Tier caps:… |
| POST |
bulk_scrape_by_bounds /bulk/bounds |
Scrape ALL listings within map bounds — bypasses Zillow's 984 listing cap using recursive quadrant splitting. Returns 1000 listings per page. Supports all 29 filters. Tier caps:… |
| Search | ||
| POST |
search_by_url /search/url |
Search by pasting any Zillow search URL directly. Filters encoded in the URL are preserved automatically — no need to set them manually. Great for replicating an exact Zillow… |
| POST |
search_by_address /search/address |
Search listings by city, zip code, or neighborhood. Returns up to 246 listings per page (4 pages max = 984 listings). Supports 29 filters including price, beds, baths, sqft, lot… |
| GET |
search_autocomplete /search/autocomplete |
Autocomplete for cities, zip codes, addresses, schools, neighborhoods, and communities. Returns matching suggestions with region metadata. |
| POST |
search_by_bounds /search/bounds |
Search listings within geographic map coordinates (north/south/east/west). Ideal for dense area scraping. Returns up to 246 listings per page. Supports all 29 filters — all… |
| Property | ||
| GET |
get_all_property_data⭐ /property/all |
Get ALL available data for a property in a single call — core details, price history, tax history, schools, zestimate, walk score, home value chart, affordability, nearby… |
| GET |
get_property_details /property/details |
Get core property details — address, price, beds, baths, sqft, lot size, year built, home type, status, description, coordinates, days on Zillow, MLS ID, page views, and favorites. |
| GET |
get_property_features /property/features |
Get detailed MLS features — 187 fields including cooling, heating, appliances, flooring, roof, parking, pool, utilities, interior/exterior features, and construction details. |
| GET |
get_images /property/images |
Get property photos. |
| GET |
get_property_price_history /property/price-history |
Get property price history (sale events only). For a comprehensive financial timeline including tax history and sold price, use /financial/price-history. |
| GET |
get_tax_history /property/tax-history |
Get property tax history. |
| GET |
get_zestimate /property/zestimate |
Get Zillow valuation estimates. |
| GET |
get_schools /property/schools |
Get assigned schools and ratings. |
| GET |
get_comparable_homes /property/comps |
Get comparable and similar homes near this property, plus AI-generated home insights. |
| GET |
get_property_location /property/location |
Get property location — coordinates, county, city, state, zip, neighborhood, street view URL, and static map. |
| GET |
get_agent_info /property/agent |
Get listing agent information. |
| GET |
get_walk_score /property/walk-score |
Get walk score, transit score, and bike score with descriptions (e.g. 'Car-Dependent', 'Some Transit', 'Bikeable'). |
| GET |
get_home_value_chart /property/home-value-chart |
Get 10-year home value history with forecast data points. Configurable time period and metric type. |
| GET |
get_offer_strength /property/offer-strength |
Get offer win probability at each price point (80%-120% of list price) and market temperature analytics. |
| GET |
get_nearby_properties /property/nearby |
Get up to 250 nearby properties around this property's location via map search. |
| GET |
get_affordability /property/affordability |
Get Zillow's exact monthly mortgage breakdown — principal & interest, property tax, homeowners insurance, PMI, HOA, plus loan details (rate, term, down payment). |
| GET |
get_rich_media /property/rich-media |
Get high-resolution property photos in jpeg and webp formats with multiple width options. |
| Region | ||
| GET |
get_region_info /region/info |
Get region coordinates, bounds, and metadata for a location. Useful for resolving a city/zip into map bounds before using /search/bounds. |
| Agent | ||
| GET |
search_agents /agent/search |
Search for real estate agents by location with filters for name, buying/selling, top agent status, price range, language, and specialty. |
| GET |
get_agent_profile /agent/profile |
Get comprehensive agent profile — contact info, licenses, sales stats, specialties, languages, service areas, team info, and premium status. |
| GET |
get_agent_listings /agent/listings |
Get agent's active listings (for-sale + for-rent). 5 listings per page. |
| GET |
get_agent_sales /agent/sales |
Get agent's past sales. 5 sales per page. |
| GET |
get_agent_reviews /agent/reviews |
Get agent reviews via GraphQL. 10 reviews per page. |
| Financial | ||
| GET |
get_mortgage_rates /financial/mortgage-rates |
Get current mortgage rates. |
| GET |
get_financial_price_history /financial/price-history |
Get full financial timeline — price events, tax history, last sold price, date sold, and recent price changes. For sale events only, use /property/price-history. |
| GET |
get_valuation /financial/valuation |
Get Zestimate, Rent Zestimate, confidence range (low/high), last sold price, and date sold. |
| GET |
get_tax_assessment /financial/tax-assessment |
Get property tax rate, annual amount, assessed value, parcel number, and full tax history. |
| Neighborhood | ||
| GET |
get_nearby_cities /neighborhood/nearby-cities |
Get nearby cities. |
| GET |
get_nearby_zipcodes /neighborhood/nearby-zipcodes |
Get nearby zip codes. |
| GET |
get_nearby_neighborhoods /neighborhood/nearby-neighborhoods |
Get nearby neighborhoods. |
| Other endpoints | ||
| GET |
health_check / |
|
Unofficial-Zillow-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | 15 / second |
|
| ULTRA | $49 / month | 25 / second |
|
| MEGA | $199 / month | 50 / second |
|