AVM long-term-rent estimate with comparables
avm_rentRun RentCast's automated model for long-term (12-month lease) rent and return a point rent estimate, a rentRangeLow/rentRangeHigh band, the resolved subjectProperty, and comparables[] — recent comparable rentals each scored with distance and correlation. Same subject-pinning rules as avm_value (address or latitude+longitude, plus optional subject attributes). Cached 6h upstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Subject property address. Required unless latitude+longitude are given. e.g. "5500 Grand Lake Dr, San Antonio, TX, 78244". | |
| daysOld | No | Max days since comparable rentals were last seen (min 1). | |
| bedrooms | No | Subject bedroom count; 0 indicates a studio. | |
| latitude | No | Subject latitude; alternative to address (requires longitude). | |
| bathrooms | No | Subject bathroom count; supports fractions. | |
| compCount | No | Number of comparable rentals to use in the estimate. Default 15. | |
| longitude | No | Subject longitude; alternative to address (requires latitude). | |
| maxRadius | No | Max distance between comparables and subject, in miles. | |
| propertyType | No | Subject property type; improves comparable selection. | |
| squareFootage | No | Subject living-area square footage. | |
| lookupSubjectAttributes | No | When true, RentCast looks up any missing subject attributes from its records. Default true. |