Contract
{
"type": "object",
"required": [
"location"
],
"properties": {
"page": {
"type": "integer",
"description": "Page number for pagination (1-based)"
},
"location": {
"type": "string",
"description": "City and state, ZIP code, or neighborhood (e.g., 'Chicago, IL', '60601', 'Lincoln Park, Chicago, IL')"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"listings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"area": {
"type": "number",
"description": "Square feet, when the listing has a structure."
},
"beds": {
"type": "number"
},
"zpid": {
"type": "string",
"description": "Zillow property ID -- the same identifier get-property-details takes."
},
"baths": {
"type": "number"
},
"address": {
"type": "string",
"description": "Full formatted street address."
},
"hdpData": {
"type": "object",
"properties": {
"homeInfo": {
"type": "object",
"properties": {
"dateSold": {
"type": "number",
"description": "Epoch milliseconds."
},
"homeType": {
"type": "string",
"description": "e.g. 'SINGLE_FAMILY', 'LOT'."
},
"homeStatus": {
"type": "string",
"description": "e.g. 'RECENTLY_SOLD'."
},
"isFeatured": {
"type": "boolean"
},
"lotAreaUnit": {
"type": "string",
"description": "e.g. 'acres'."
},
"daysOnZillow": {
"type": "number"
},
"lotAreaValue": {
"type": "number"
},
"rentZestimate": {
"type": "number",
"description": "Not present on every listing observed."
},
"isPremierBuilder": {
"type": "boolean"
},
"taxAssessedValue": {
"type": "number"
},
"isShowcaseListing": {
"type": "boolean"
},
"isNonOwnerOccupied": {
"type": "boolean"
},
"isPreforeclosureAuction": {
"type": "boolean"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"latLong": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"additionalProperties": true
},
"hasImage": {
"type": "boolean"
},
"soldPrice": {
"type": "string",
"description": "Formatted sold price, e.g. '$680,000'. Observed as an empty string '' on every listing in examples/montana-remote-empty.json (Montana is a non-disclosure state for sale prices) -- a caller must handle an empty string as 'price not disclosed,' not as a data error."
},
"zestimate": {
"type": "number",
"description": "Not present on every listing observed."
},
"brokerName": {
"type": "string",
"description": "The listing brokerage's business name, not an individual's -- observed values include personal-name-shaped brands like 'john greene, Realtor', which is the brokerage's own trade name (a real, well-known franchise brand), not an individual agent credit."
},
"statusText": {
"type": "string",
"description": "e.g. 'Sold'."
},
"statusType": {
"type": "string",
"description": "e.g. 'SOLD'."
},
"addressCity": {
"type": "string"
},
"addressState": {
"type": "string"
},
"addressStreet": {
"type": "string"
},
"flexFieldText": {
"type": "string",
"description": "e.g. 'Sold 08/03/26'."
},
"isZillowOwned": {
"type": "boolean"
},
"addressZipcode": {
"type": "string"
},
"countryCurrency": {
"type": "string",
"description": "Currency symbol, e.g. '$'."
},
"isUndisclosedAddress": {
"type": "boolean"
}
},
"additionalProperties": true
},
"description": "Up to 41 recently sold properties for this page. Several fields are absent (not merely null) on some listings observed in examples/montana-remote-empty.json -- e.g. beds/baths/area/zestimate/rentZestimate are missing entirely on a bare-land sale -- so a caller must check for presence, not just for null."
},
"totalPages": {
"type": "number"
},
"currentPage": {
"type": "number"
},
"regionState": {
"type": "object",
"properties": {
"regionInfo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"regionName": {
"type": "string"
},
"regionType": {
"type": "number"
},
"displayName": {
"type": "string",
"description": "The searched region's own display label, e.g. 'Chicago, IL' -- not a person's name."
},
"isPointRegion": {
"type": "boolean"
}
},
"additionalProperties": true
}
},
"regionBounds": {
"type": "object",
"properties": {
"east": {
"type": "number"
},
"west": {
"type": "number"
},
"north": {
"type": "number"
},
"south": {
"type": "number"
}
},
"additionalProperties": true
}
},
"description": "Geographic metadata about the searched location, not a single listing.",
"additionalProperties": true
},
"resultsPerPage": {
"type": "number"
},
"totalResultCount": {
"type": "number"
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on both real calls observed."
}
},
"description": "The search-result record, as returned at routing.responseResultPath ($.output).",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.06825 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 23, 2026
