Endpoints
POST /v1/listings/search
Search MLS property listings with structured filters and natural language.
POST
POST /v1/listings/search
Search MLS property listings. Routes automatically to IDX Broker or the brokerage’s custom database based on their integration type.
Request
Body parameters
string
City name.
string
Two-letter state code.
string
ZIP code.
number
Minimum listing price.
number
Maximum listing price.
integer
Minimum bedrooms.
integer
Maximum bedrooms.
number
Minimum bathrooms.
number
Maximum bathrooms.
integer
Minimum square footage.
integer
Maximum square footage.
string
"Single Family", "Condo", "Townhouse", etc.boolean
Filter for homes with a pool.
boolean
Filter for waterfront properties.
boolean
Filter for homes with a garage.
string
Natural language query for ranking.
string
default:"hybrid"
Search mode:
structured_only, keyword, semantic, or hybrid.integer
default:"12"
Max results (max 24).