Rent estimate
Estimate a property's long-term rent (AVM) with supporting comparable rentals.
Provider contract
- Call path
- /routes/locus-rentcast/real-estate/rent-estimate
- Method
- POST
- Selected provider
- locus-rentcastdefault
- Provider price
- $0.033
- Settlement
- Base USDC · x402 · 5% h402 fee
Quickstart
Both commands call the selected provider directly.
curl -X POST '/routes/locus-rentcast/real-estate/rent-estimate' \
-H 'content-type: application/json' \
-d '{"address":"5500 Grand Lake Dr, San Antonio, TX, 78244","compCount":15}'h402 call 'real-estate/rent-estimate' --provider 'locus-rentcast' --method POST --json '{"address":"5500 Grand Lake Dr, San Antonio, TX, 78244","compCount":15}'Parameters & live test
pays real USDCFill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.
addressstringoptional *Full property address, e.g. '5500 Grand Lake Dr, San Antonio, TX, 78244'.
latitudenumberoptional *-90–90Latitude in decimal degrees.
longitudenumberoptional *-180–180Longitude in decimal degrees.
propertyTypestringoptionalProperty type filter.
bedroomsnumberoptional0–20Number of bedrooms (0 = studio).
bathroomsnumberoptional0–20Number of bathrooms.
squareFootagenumberoptional100–100000Living area in square feet.
maxRadiusnumberoptional0–100Maximum distance in miles to comparable properties.
daysOldnumberoptional1–365Maximum age in days of comparable listings to consider.
compCountintegeroptional5–25default 15Number of comparable properties to base the estimate on.
address; latitude + longitude.{
"address": "5500 Grand Lake Dr, San Antonio, TX, 78244",
"compCount": 15
}{ "data": { "success": true, "data": { "rent": 1630, "rentRangeLow": 1530, "rentRangeHigh": 1720, "latitude": 29.476011, "longitude": -98.351454, "subjectProperty": { "id": "5500-Grand-Lake-Dr,-San-Antonio,-TX-78244", "formattedAddress": "5500 Grand Lake Dr, San Antonio, TX 78244", "addressLine1": "5500 Grand Lake Dr", "addressLine2": null, "city": "San Antonio", "state": "TX", "stateFips": "48", "zipCode": "78244", "county": "Bexar", "countyFips": "029", "latitude": 29.476011, "longitude": -98.351454, "propertyType": "Single Family", "bedrooms": 3, "bathrooms": 2, "squareFootage": 1878, "lotSize": 8843, "yearBuilt": 1973, "lastSaleDate": "2024-11-18T00:00:00.000Z" }, "comparables": [ { "id": "4611-Echo-Lake-Dr,-San-Antonio,-TX-78244", "formattedAddress": "4611 Echo Lake Dr, San Antonio, TX 78244", "addressLine1": "4611 Echo Lake Dr", "addressLine2": null, "city": "San Antonio", "state": "TX", "stateFips": "48", "zipCode": "78244", "county": "Bexar", "countyFips": "029", "latitude": 29.470481, "longitude": -98.34731, "propertyType": "Single Family", "bedrooms": 3, "bathrooms": 2, "squareFootage": 1892, "yearBuilt": 2001, "status": "Active", "price": 1680, "listingType": "Standard", "listedDate": "2022-10-01T00:00:00.000Z", "removedDate": null, "lastSeenDate": "2026-07-22T03:32:20.370Z", "daysOnMarket": 1391, "distance": 0.4567 }, { "id": "5002-Silent-Lk,-San-Antonio,-TX-78244", "formattedAddress": "5002 Silent Lk, San Antonio, TX 78244", "addressLine1": "5002 Silent Lk", "addressLine2": null, "city": "San Antonio", "state": "TX", "stateFips": "48", "zipCode": "78244", "county": "Bexar", "countyFips": "029", "latitude": 29.472036, "longitude": -98.349276, "propertyType": "Single Family", "bedrooms": 3, "bathrooms": 2, "squareFootage": 1913, "status": "Active", "price": 1755, "listingType": "Standard", "listedDate": "2026-07-22T00:00:00.000Z", "removedDate": null, "lastSeenDate": "2026-07-22T03:35:48.085Z", "daysOnMarket": 1, "distance": 0.3046, "daysOld": 1 }, { "id": "7155-Still-Hollow-Dr,-San-Antonio,-TX-78244", "formattedAddress": "7155 Still Hollow Dr, San Antonio, TX 78244", "addressLine1": "7155 Still Hollow Dr", "addressLine2": null, "city": "San Antonio", "state": "TX", "stateFips": "48", "zipCode": "78244", "county": "Bexar", "countyFips": "029", "latitude": 29.475874, "longitude": -98.347432, "propertyType": "Single Family", "bedrooms": 3, "bathrooms": 2.5, "squareFootage": 1863, "lotSize": 5663, "yearBuilt": 2000, "status": "Inactive", "price": 1575, "listingType": "Standard", "listedDate": "2026-03-18T00:00:00.000Z", "removedDate": "2026-04-13T00:00:00.000Z", "lastSeenDate": "2026-04-12T03:09:31.078Z", "daysOnMarket": 26 } ] } }, "h402": { "routeId": "real-estate/rent-estimate", "provider": "locus-rentcast", "selectedCandidateId": "real-estate/rent-estimate/locus-rentcast", "routing": "manual", "paidBy": "x402-exact" } }
Providers
Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.
- Success
- 100%
- p50
- 1.66s
- Calls
- 1