Search Zillow listings
Input
location requiredA human-readable location: city+state ("Austin, TX"), a ZIP code ("90210"), or a neighborhood. The path form resolves it to a Zillow region server-side.
page optional1-based result page (41 listings each). Default 1. Zillow caps pagination at 20 pages (~820 listings) regardless of total matches.
Default: 1sort optionalSort order. Default "globalrelevanceex" (Homes for You) matches the site. For PARALLEL paging across independent browsers, pass a deterministic sort (e.g. "days" = newest) so pages partition identically; relevance can drift between sessions.
Default: "globalrelevanceex"status optionalWhich Zillow listing category to search — the site's own For sale / For rent / Sold toggle, passed as its URL path segment. Default "for_sale". Note: for_rent and recently_sold results include multi-unit building cards, which have no single price/beds/baths/area — those fields are null and the per-unit numbers are in `units` instead.
Default: "for_sale"furnished optionalRestrict to Zillow's own "Furnished" rental filter. Only meaningful when status is for_rent — ignored for sale/sold listings. Default false = no restriction (all listings, furnished or not).
Default: falseOutput
None
