List nearby rental listings for a Compass property
compass_get_comparable_rentalsRetrieve nearby rental listings for a given Compass property to evaluate short-term rental potential. Output includes address, monthly price, beds/baths, sqft, and listing URL.
Instructions
Surface nearby rental listings for a Compass property — useful for evaluating STR (short-term-rental) viability in vacation markets. Lifts the target's city/state/zip from the homedetails page, then searches Compass's type-rental/ filter in the same locality and returns each rental's address, monthly price (in price_formatted), beds/baths, sqft, and the Compass URL. Honest-by-default: when no rentals come back, rentals: [] with the target locality preserved so the caller can decide to widen. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Compass homedetails URL or path of the target property (preferred). | |
| limit | No | Max rental candidates to return. Default 20. | |
| listing_id_sha | No | Compass listing identifier. Sufficient on its own — the slug is resolved internally. |