Search everything for sale
search_marketSearch individual items across every business on the network — property listings, vehicles, courses, products, services, events, plans — with typed filters, a price range and a radius around a place. Prefer this over search_businesses whenever the user is looking for a THING rather than a company. Returns items with prices, locations, photo counts and the seller's verification status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Item kinds to include, e.g. ['listing'], ['vehicle'], ['course']. Call list_market_filters to see what exists. | |
| page | No | ||
| sort | No | ||
| limit | No | ||
| query | No | Free text, e.g. 'renovated terrace', 'diesel ute' | |
| where | No | A suburb, postcode, city or 'lat,lng' | |
| filters | No | Typed facet filters keyed by field id, e.g. {"beds":{"min":3},"make":"toyota"} | |
| maxPrice | No | ||
| minPrice | No | ||
| radiusKm | No | Radius around `where`. Defaults to the size of the place named. | |
| verifiedOnly | No | Only items from businesses whose details have been checked against an outside register |