Get Rent Estimate
get_rent_estimateEstimate fair-market monthly rent for any property using an address or coordinates. Receive a point estimate, low-high range, and comparable rentals.
Instructions
Estimate the fair-market LONG-TERM monthly rent for a property using RentCast's AVM (automated valuation model). Give an address, or a lat/long. For the sharpest estimate, also pass the property's propertyType, bedrooms, bathrooms, and squareFootage — or set lookup_subject_attributes=true to have RentCast look those up automatically before estimating. Returns the point rent estimate plus a low–high range (all USD per month) and the top comparable rentals the model used (address, rent, beds/baths, square footage, distance in miles). This is the core valuation tool — pair it with get_market_stats to compare an estimate against the zip-code average, or call it per-listing to rank rental opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Full address in 'Street, City, State, Zip' format, e.g. '5500 Grand Lake Dr, San Antonio, TX, 78244'. 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 rentals 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 beds/baths/type/sqft from its records before estimating — use when you only have an address and want the model to self-fill attributes. |