Fetch one Zillow property's full detail by zpid (from `search`): address, price, status/type, beds/baths/area, lot, year built, zestimates, geo, description, agent/broker, plus structured rental facts (leaseTerm, furnished, allowedPets, appliances, availabilityDate) — null on for-sale listings.
Input
zpidrequired
Zillow property id, as returned by the search script. The slug-less /homedetails/<zpid>_zpid/ URL redirects to the canonical page, so no address or slug is needed.
Output
None
FAQ
Fetch one Zillow property's full detail by zpid (from `search`): address, price, status/type, beds/baths/area, lot, year built, zestimates, geo, description, agent/broker, plus structured rental facts (leaseTerm, furnished, allowedPets, appliances, availabilityDate) — null on for-sale listings.
Required: zpid.
No. It only uses pages of zillow.com that are reachable without signing in.
It only reads. It looks things up on zillow.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/zillow.com/get_listing, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/zillow.com/get_listing
It is part of Reduck's official curated catalogue.