Get homes.com property photo gallery
homes_get_property_photosObtain the complete photo gallery for a homes.com property. Provide the property URL to retrieve all images, including their positions and alt text.
Instructions
The full photo gallery for a homes.com listing. homes.com's JSON-LD only exposes one primary image, so this tool scrapes every tag on the property detail page and filters to the homes.com CDN. Pass url — the full homes.com property URL or path (e.g. from a homes_search_properties result's url field). Returns { property_id, url, count, photos: [{ url, position, alt? }] }. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | homes.com property detail URL or path. Required — pass the `url` field from a homes_search_properties result. |