Get Redfin property photo gallery
redfin_get_property_photosRetrieve the complete photo gallery for any Redfin property, including multiple image sizes and captions. Provide either a Redfin URL or 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. |