Get Redfin property photo gallery
redfin_get_property_photosRetrieve the complete photo gallery for a Redfin property, returning every image's CDN URLs at multiple sizes plus captions. Use this to display all listing photos by property URL, or by property and listing IDs.
Instructions
The full photo gallery for a Redfin property — every image in mediaBrowserInfo. Each entry returns CDN URLs at multiple sizes (fullscreen, large, medium, lightbox) plus a thumbnail and the photo's caption when set. Provide either url (full Redfin homedetails URL or path; we resolve to IDs via initialInfo) or property_id + listing_id (skip the resolve step). Returns { property_id, listing_id, count, photos }. Off-market or stub listings may return count=0. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Redfin homedetails URL or path (e.g. /NY/Brooklyn/42-Monroe-St-11238/home/40732555) | |
| listing_id | No | Numeric Redfin listing ID. Required when property_id is provided. | |
| property_id | No | Numeric Redfin property ID. Pair with listing_id to skip the URL resolve step. |