Get Zillow property photo gallery
zillow_get_property_photosRetrieve the complete photo gallery for any Zillow property using its URL or Zillow Property ID. Returns all images, captions, street view, and high-resolution URLs.
Instructions
The full photo gallery for a Zillow property — every image embedded in the homedetails page. Each entry returns the canonical hero URL plus the widest jpeg + webp variants and caption when present. Provide exactly one of zpid or url. Set include_sources: true to also include the full multi-width source lists (warning: a 50+ photo property can exceed the per-call token budget). Returns { zpid, count, photos, street_view_url?, high_res_url? }. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | A Zillow homedetails URL (or path beginning with /homedetails/) | |
| zpid | No | Zillow Property ID (numeric) | |
| include_sources | No | Include the full multi-width jpeg + webp source lists per photo (default false; on for properties with <~15 photos). |