search_realtor
ActiveTool of The Mine Works
declared in 1.0.0
Search Realtor.com for-sale or sold listings by city or ZIP. Returns price, beds, baths, sqft, county, listing status, and the listing agent and brokerage office for every record. No MLS login.
Parameters schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"minBeds": {
"type": "integer",
"description": "Minimum bedrooms"
},
"location": {
"type": "string",
"description": "City or ZIP (e.g. \"Austin, TX\")"
},
"maxItems": {
"type": "integer",
"default": 50,
"description": "Max properties (default 50)"
},
"maxPrice": {
"type": "integer",
"description": "Maximum price"
},
"minPrice": {
"type": "integer",
"description": "Minimum price"
},
"soldMode": {
"type": "boolean",
"default": false,
"description": "Return sold listings instead of for-sale (default false)"
}
}
}Parent server
The Mine Works
1/7 registries