Searches Zillow for a US location and delivers each listing with zpid, full address split into fields, price, beds, baths, living area and lot size, home type, listing status, Zestimate and rent Zestimate, days on Zillow, broker, coordinates, photo and the listing URL. For sale, for rent or recently sold. Read from the page's own data payload on the TLS tier — no browser.
$0.001 per delivered listing, up to 500 listings per run. Nothing delivered means nothing charged.
Inputs
location (string, required) — City and state, ZIP or neighborhood, e.g. "Austin, TX".
status (string) — Which listings to collect.
max_results (integer) — How many listings to deliver at most (1–500). You pay only for delivered listings.
What one listing looks like
rank (integer) — 1-based position across pages.
page (integer) — Results page the row came from.
zpid (string) — Zillow property id.
address (string, nullable) — Full address as shown.
street (string, nullable) — Street line.
city (string, nullable) — City.
state (string, nullable) — State code.
zipcode (string, nullable) — ZIP code.
price (string, nullable) — Price as shown.
price_value (number, nullable) — Numeric price.
currency (string, nullable) — Currency symbol.
beds (number, nullable) — Bedrooms.
baths (number, nullable) — Bathrooms.
area_sqft (number, nullable) — Living area in sqft.
lot_size (number, nullable) — Lot size when published.
Searches Zillow for a US location and delivers each listing with zpid, full address split into fields, price, beds, baths, living area and lot size, home type, listing status, Zestimate and rent Zestimate, days on Zillow, broker, coordinates, photo and the listing URL. For sale, for rent or recently sold. Read from the page's own data payload on the TLS tier — no browser. Each row carries 27 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: location are required. One run returns up to 500 listings.
How much does the Zillow search API cost?
$0.001 per delivered listing. A run that delivers nothing is not billed, and the
monthly free credit covers about 1,000 listings here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.