Catalog
Real EstatePOSTlive

Rental listings

Search active for-rent property listings by area or coordinates.

$0.033
per call
Success
100%
p50 latency
1.57s
p95 latency
2.28s
Calls (30d)
4

Provider contract

Call path
/routes/locus-rentcast/real-estate/rental-listings
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/rental-listings' \
  -H 'content-type: application/json' \
  -d '{"zipCode":"78701","limit":50}'
CLI
h402 call 'real-estate/rental-listings' --provider 'locus-rentcast' --method POST --json '{"zipCode":"78701","limit":50}'

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.
citystringoptional *

City name (pair with state).

e.g.
statestringoptional *

2-letter US state code.

e.g.
zipCodestringoptional *

5-digit US zip code.

e.g.
latitudenumberoptional *-90–90

Latitude in decimal degrees.

longitudenumberoptional *-180–180

Longitude in decimal degrees.

radiusnumberoptional0–100

Search radius in miles around the location.

propertyTypestringoptional

Property type filter.

One of
bedroomsnumberoptional0–20

Number of bedrooms (0 = studio).

bathroomsnumberoptional0–20

Number of bathrooms.

daysOldnumberoptional1–365

Maximum listing age in days to include.

limitintegeroptional1–500default 50

Maximum number of records to return.

Provide one supported combination: address; latitude + longitude; zipCode; city + state.
POST/routes/locus-rentcast/real-estate/rental-listings
Request body
{
  "zipCode": "78701",
  "limit": 50
}

ResponseExample response
{
  "data": {
    "success": true,
    "data": [
      {
        "id": "70-Rainey-St,-Unit-ID24009,-Austin,-TX-78701",
        "formattedAddress": "70 Rainey St, Unit ID24009, Austin, TX 78701",
        "addressLine1": "70 Rainey St",
        "addressLine2": "Unit ID24009",
        "city": "Austin",
        "state": "TX",
        "stateFips": "48",
        "zipCode": "78701",
        "county": "Travis",
        "countyFips": "453",
        "latitude": 30.258392,
        "longitude": -97.739044,
        "propertyType": "Condo",
        "bedrooms": 1,
        "bathrooms": 1,
        "squareFootage": 882,
        "status": "Active",
        "price": 2900,
        "listingType": "Standard",
        "listedDate": "2026-07-22T00:00:00.000Z",
        "removedDate": null,
        "createdDate": "2026-06-25T00:00:00.000Z",
        "lastSeenDate": "2026-07-22T03:39:16.777Z",
        "daysOnMarket": 1,
        "history": {
          "2026-07-22": {
            "event": "Rental Listing",
            "price": 2900,
            "listingType": "Standard",
            "listedDate": "2026-07-22T00:00:00.000Z",
            "removedDate": null,
            "daysOnMarket": 1
          }
        }
      },
      {
        "id": "1800-Lavaca-St,-Apt-105,-Austin,-TX-78701",
        "formattedAddress": "1800 Lavaca St, Apt 105, Austin, TX 78701",
        "addressLine1": "1800 Lavaca St",
        "addressLine2": "Apt 105",
        "city": "Austin",
        "state": "TX",
        "stateFips": "48",
        "zipCode": "78701",
        "county": "Travis",
        "countyFips": "453",
        "latitude": 30.280731,
        "longitude": -97.741356,
        "propertyType": "Single Family",
        "bedrooms": 1,
        "bathrooms": 1,
        "squareFootage": 1200,
        "status": "Active",
        "price": 1100,
        "listingType": "Standard",
        "listedDate": "2026-07-22T00:00:00.000Z",
        "removedDate": null,
        "createdDate": "2026-04-29T00:00:00.000Z",
        "lastSeenDate": "2026-07-22T03:39:16.771Z",
        "daysOnMarket": 1,
        "history": {
          "2026-05-12": {
            "event": "Rental Listing",
            "price": 955,
            "listingType": "Standard",
            "listedDate": "2026-05-12T00:00:00.000Z",
            "removedDate": "2026-05-13T00:00:00.000Z",
            "daysOnMarket": 1
          },
          "2026-07-22": {
            "event": "Rental Listing",
            "price": 1100,
            "listingType": "Standard",
            "listedDate": "2026-07-22T00:00:00.000Z",
            "removedDate": null,
            "daysOnMarket": 1
          }
        }
      },
      {
        "id": "800-Brazos-St,-Unit-711,-Austin,-TX-78701",
        "formattedAddress": "800 Brazos St, Unit 711, Austin, TX 78701",
        "addressLine1": "800 Brazos St",
        "addressLine2": "Unit 711",
        "city": "Austin",
        "state": "TX",
        "stateFips": "48",
        "zipCode": "78701",
        "county": "Travis",
        "countyFips": "453",
        "latitude": 30.269973,
        "longitude": -97.740841,
        "propertyType": "Condo",
        "bedrooms": 1,
        "bathrooms": 1,
        "squareFootage": 622,
        "status": "Active",
        "price": 2800,
        "listingType": "Standard",
        "listedDate": "2026-07-22T00:00:00.000Z",
        "removedDate": null,
        "createdDate": "2026-04-06T00:00:00.000Z",
        "lastSeenDate": "2026-07-22T03:38:54.210Z",
        "daysOnMarket": 1,
        "history": {
          "2026-04-07": {
            "event": "Rental Listing",
            "price": 2800,
            "listingType": "Standard",
            "listedDate": "2026-04-07T00:00:00.000Z",
            "removedDate": "2026-04-08T00:00:00.000Z",
            "daysOnMarket": 1
          },
          "2026-04-16": {
            "event": "Rental Listing",
            "price": 2800,
            "listingType": "Standard",
            "listedDate": "2026-04-16T00:00:00.000Z",
            "removedDate": "2026-04-17T00:00:00.000Z",
            "daysOnMarket": 1
          },
          "2026-07-22": {
            "event": "Rental Listing",
            "price": 2800,
            "listingType": "Standard",
            "listedDate": "2026-07-22T00:00:00.000Z",
            "removedDate": null,
            "daysOnMarket": 1
          }
        }
      }
    ]
  },
  "h402": {
    "routeId": "real-estate/rental-listings",
    "provider": "locus-rentcast",
    "selectedCandidateId": "real-estate/rental-listings/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.57s
Calls
4
100%
$0.033$0.033/call
Last successful call: 27d ago· Aggregated by h402 — not the source provider