Catalog
Real EstatePOSTlive

Rent estimate

Estimate a property's long-term rent (AVM) with supporting comparable rentals.

$0.033
per call
Success
100%
p50 latency
1.66s
p95 latency
1.66s
Calls (30d)
1

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
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}'
CLI
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 USDC

Fill 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'.

e.g.
latitudenumberoptional *-90–90

Latitude in decimal degrees.

longitudenumberoptional *-180–180

Longitude in decimal degrees.

propertyTypestringoptional

Property type filter.

One of
bedroomsnumberoptional0–20

Number of bedrooms (0 = studio).

bathroomsnumberoptional0–20

Number of bathrooms.

squareFootagenumberoptional100–100000

Living area in square feet.

maxRadiusnumberoptional0–100

Maximum distance in miles to comparable properties.

daysOldnumberoptional1–365

Maximum age in days of comparable listings to consider.

compCountintegeroptional5–25default 15

Number of comparable properties to base the estimate on.

Provide one supported combination: address; latitude + longitude.
POST/routes/locus-rentcast/real-estate/rent-estimate
Request body
{
  "address": "5500 Grand Lake Dr, San Antonio, TX, 78244",
  "compCount": 15
}

ResponseExample response
{
  "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.

locus-rentcast
mpp
100
Success
100%
p50
1.66s
Calls
1
100%
$0.033$0.033/call
Last successful call: 27d ago· Aggregated by h402 — not the source provider