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
City name.
Two-letter state code.
ZIP code.
Minimum listing price.
Maximum listing price.
Minimum bedrooms.
Maximum bedrooms.
Minimum bathrooms.
Maximum bathrooms.
Minimum square footage.
Maximum square footage.
"Single Family", "Condo", "Townhouse", etc.Filter for homes with a pool.
Filter for waterfront properties.
Filter for homes with a garage.
Natural language query for ranking.
Search mode:
structured_only, keyword, semantic, or hybrid.Max results (max 24).
Search modes
| Mode | Description |
|---|---|
structured_only | Only hard filters, no ranking |
keyword | Full-text search boost on top of filters |
semantic | Vector similarity ranking |
hybrid | Combines keyword and semantic ranking (recommended) |
Response
POST /v1/listings/search