v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBListing V2
Search Listings
Search listings by location keywords and optional filters (price, bedrooms, bathrooms, sqft, property type, listing status, purchase type).
post/v2.0/listings/search
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Response
successful operation
Example response
{
"listing": [
{
"listingId": "1179625482",
"mlsListingId": "ML82040728",
"listingStreetName": "5164 Montreal DR",
"listingCity": "San Jose",
"listingState": "CA",
"county": "Santa Clara",
"area": "Campbell",
"price": "1950000",
"beds": 3,
"baths": 2,
"sqft": 1408,
"builtYear": 1959,
"totalAvailableAcres": "6000",
"listingStatus": "Active",
"purchaseType": "For Sale",
"propertyTypePrimary": "Residential",
"propertyTypeSecondary": "Single Family Home",
"openHouseSchedules": "Sat Apr 04, 1:00pm - 4:00pm",
"openHouseSchedulesStart": "2026-04-04 13:00:00",
"openHouseSchedulesEnd": "2026-04-04 16:00:00",
"agentId": "5106715",
"agentName": "Dawn Thorburn",
"agentOrgId": "6043409",
"agentOrgName": "Rocky Properties Inc.",
"hoaFee": -1,
"condoFee": -1,
"garageParkingSpaces": 2
}
]
}