Rental listings
Search active for-rent property listings by area or coordinates.
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 -X POST '/routes/locus-rentcast/real-estate/rental-listings' \
-H 'content-type: application/json' \
-d '{"zipCode":"78701","limit":50}'h402 call 'real-estate/rental-listings' --provider 'locus-rentcast' --method POST --json '{"zipCode":"78701","limit":50}'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'.
citystringoptional *City name (pair with state).
statestringoptional *2-letter US state code.
zipCodestringoptional *5-digit US zip code.
latitudenumberoptional *-90–90Latitude in decimal degrees.
longitudenumberoptional *-180–180Longitude in decimal degrees.
radiusnumberoptional0–100Search radius in miles around the location.
propertyTypestringoptionalProperty type filter.
bedroomsnumberoptional0–20Number of bedrooms (0 = studio).
bathroomsnumberoptional0–20Number of bathrooms.
daysOldnumberoptional1–365Maximum listing age in days to include.
limitintegeroptional1–500default 50Maximum number of records to return.
address; latitude + longitude; zipCode; city + state.{
"zipCode": "78701",
"limit": 50
}{ "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.
- Success
- 100%
- p50
- 1.57s
- Calls
- 4