Estimate market rent for an ADU
get_rent_estimateEstimate the monthly market rent for an ADU or small unit at a specific address, with a low and high range, from a long-term rent valuation model over nearby comparables. Use when a landlord asks what to charge, or a renter asks whether a listed rent is fair. Requires a street address plus bedrooms, bathrooms and square feet. The default property type is a detached ADU. This is an automated estimate, not an appraisal, and it does not account for the unit's condition or finishes. Example: {"address": "123 Elm St, Long Beach, CA 90802", "bedrooms": 1, "bathrooms": 1, "square_feet": 520}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Full street address including city and state. | |
| bedrooms | Yes | ||
| bathrooms | Yes | ||
| square_feet | Yes | ||
| property_type | No | Unit type. Detached, attached and internal ADUs are valued as multi-family; a front house as single family. | single_family_adu_detached |