Zillow Search
Search Zillow for-sale, rental, or sold listings by region-level location (city, ZIP, county, or neighborhood) with optional price, bedroom, living-area, home-type, recency, and sort filters and get matching properties (price, address, beds, baths, living area, status, Zestimate) as normalized JSON.
Price: billed per result - $0.50 per 1,000 requests base + $3.00 per 1,000 results, capped at $75.50 per 1,000 requests.
Routing: one lane serves this API today, so a failed attempt has nowhere to fail over to. Failed attempts are never billed.
Authorizations
Your AnyAPI key as a Bearer token.
Headers
Optional wallet idempotency key, scoped to this customer for 24 hours. When the gateway honors the key, this synchronous in-process execution can continue after the caller disconnects, bounded by its execution deadline. A completed replayable result charges normally exactly once and can be replayed without another provider run or charge. A pending duplicate returns 409 idempotency_in_progress; reuse with different request semantics returns 409 idempotency_conflict.
1 - 255Query Parameters
Optional. Comma-separated keys (dotted paths like author.name descend into nested objects) to keep on each result item. Keys are matched relative to each result item after the data/items envelope is unwrapped, not against the top-level response envelope, so use jq to reshape the whole envelope. Shrinks the response without changing cost.
Optional. Cap the number of result rows returned; a _truncated note reports how many were withheld so you can page via the API's own limit. Does not change cost.
x >= 0Optional. Return only a structural outline (top-level keys, item counts, and per-field byte sizes) instead of the full data. Does not change cost.
Optional. A jq expression applied to the result envelope; its output replaces output (multiple outputs collect into an array). Reshape freely, e.g. jq=.data | {title, description, md: .markdown[:3500]}. Runs sandboxed with a 250ms / 2MB budget; on failure the full result is returned with a jqError. Does not change cost.
Body
Region-level location to search: ZIP code, city and state, county, or neighborhood (e.g. 'Austin, TX' or '78701'). Street addresses are not supported; use the property's ZIP code instead.
Only include listings on Zillow at most this long (e.g. 1_week).
1_day, 1_week, 2_weeks, 1_month, 3_months, 6_months, 12_months, 24_months, 36_months Filter by property type; omit for any. Rentals support only singleFamily, multiFamily, townhome, and condo (e.g. ["singleFamily", "condo"]).
singleFamily, multiFamily, townhome, condo, apartment, manufactured, land Include listings accepting backup offers, which Zillow excludes by default (e.g. true).
Include pending and under-contract listings, which Zillow excludes by default (e.g. true).
Include room-for-rent listings in rent searches; when omitted or false only entire places are returned (e.g. true).
Maximum number of results to return (1-25, default 25). You are billed per result returned, so a lower limit costs less.
1 <= x <= 25Listing types to include for buy searches; omit for all standard types. fsba = agent listed, fsbo = for sale by owner. Ignored for rent and sold (e.g. ["newConstruction"]).
fsba, fsbo, newConstruction, comingSoon, auction, foreclosure, foreclosed, preforeclosure Maximum number of bedrooms (e.g. 5).
x >= 0Maximum living area in square feet (e.g. 3000).
x >= 0Maximum price in USD: monthly rent for rentals, total price for buy/sold (e.g. 750000).
x >= 0Minimum number of bedrooms (e.g. 3).
x >= 0Minimum living area in square feet (e.g. 1500).
x >= 0Minimum price in USD: monthly rent for rentals, total price for buy/sold (e.g. 250000).
x >= 0Listing type: buy (for sale), rent, or sold.
buy, rent, sold Only show listings with a price reduction. Buy searches only; ignored for rentals (e.g. true).
Sort order for results; omit for Zillow's default relevance. rentalPriorityScore applies to rent searches only (e.g. newest).
newest, recentlyChanged, price_high, price_low, bedrooms, bathrooms, rentalPriorityScore Response
Normalized result.
USD charged on the original run. On a replay this value is echoed for parity; the replay itself is free.
Normalized output, or null when the replay payload was not retained.
Always "AnyAPI".
True when this response replays the durable result of an earlier run without billing or upstream execution.
Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.
Present only when a jq expression failed; output then carries the full unshaped result and this explains why the reshape did not apply.
Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.