vaaya / tools / rentcast / sale-listings
RentCast sale-listings for AI agents
RentCast — Properties FOR SALE: active (default) or historical sale listings with price, status, days on market, agent/office contacts, listing history…
30¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
address | string | |
bathrooms | string | number | |
bedrooms | string | number | |
city | string | |
daysOld | string | number | |
latitude | number | |
limit | integer | |
longitude | number | |
lotSize | string | number | |
offset | integer | |
price | string | number | |
propertyType | "Single Family" | "Condo" | "Townhouse" | "Manufactured" | "Multi-Family" | "Apartment"… | |
radius | number | |
squareFootage | string | number | |
state | string | |
status | "Active" | "Inactive" | |
yearBuilt | string | number | |
zipCode | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "rentcast",
"action": "sale-listings",
"params": {},
"max_cost_cents": 30
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/rentcast/sale-listings \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"max_cost_cents":30}'
The facts
Call
rentcast/sale-listings
Price
30¢. Charged only on success.
Pillar
Data · routed by vaaya/onefind
Provider
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a RentCast key.
More from RentCast
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install