Get Value Estimate
get_value_estimateEstimate a property's current market value using an address or coordinates. Returns a price range and comparable sales to help gauge worth or check list prices.
Instructions
Estimate the current SALE (market) value of a property using RentCast's AVM. This is the sale-price counterpart to get_rent_estimate. Give an address or a lat/long; optionally pass the subject's propertyType, bedrooms, bathrooms, and squareFootage, or set lookup_subject_attributes=true to have RentCast fill them in. Returns the point value estimate plus a low–high range (all USD) and the top comparable SALES the model used (address, price, beds/baths, square footage, distance in miles). Use to gauge what a property is worth, to compute a rent-to-value / gross-yield ratio alongside get_rent_estimate, or to sanity-check a list price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Full address in 'Street, City, State, Zip' format. Provide this OR latitude+longitude. | |
| bedrooms | No | Bedrooms of the subject (use 0 for a studio). | |
| latitude | No | Latitude, if not using address. Must be paired with longitude. | |
| bathrooms | No | Bathrooms of the subject (fractions allowed, e.g. 2.5). | |
| longitude | No | Longitude, if not using address. Must be paired with latitude. | |
| comp_count | No | How many comparable sales to base the estimate on (5-25, default 15). | |
| property_type | No | Property type of the subject, for a better-matched estimate. | |
| square_footage | No | Living area of the subject, in square feet. | |
| lookup_subject_attributes | No | If true, RentCast looks up the subject's attributes from its records before estimating — use when you only have an address. |