Search Nexez offers
nexez_searchFind services or products for a specific buyer request. Returns JSON text with ranked results, structured offers, listing slugs, agent.json URLs, and applied filters. Use nexez_directory for broad browsing, then nexez_get_page to inspect an exact offer before a dry run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What the buyer is looking for | |
| lat | No | Optional latitude context metadata. Does not filter or rerank results; use location for geographic filtering. | |
| lng | No | Optional longitude context metadata. Does not filter or rerank results; use location for geographic filtering. | |
| limit | No | Maximum results; defaults to 10 and is rounded down and clamped to 1-50. | |
| category | No | Marketplace category; omit or use all to include both professional and consumer listings. | |
| industry | No | Case-insensitive substring filter on the published industry, for example plumbing. | |
| location | No | Optional city/region filter | |
| verified | No | Filter by seller verification signal: true requires a signal, false requires its absence; omit to include both. | |
| min_trust | No | Minimum marketplace trust score (0-100); omit for no trust threshold. Not a guarantee of seller performance. | |
| price_band | No | Filter by the listing marketplace price band. Inspect the exact offer for its price and currency; this is not a checkout quote. | |
| min_readiness | No | Minimum listing readiness score (0-100); omit for no readiness threshold. | |
| supports_checkout | No | Deprecated compatibility filter: any actionable offer or provider handoff | |
| nexez_checkout_ready | No | Owner payout state confirms Nexez-settled checkout readiness | |
| supports_negotiation | No | Filter by negotiation availability: true for eligible listings, false for non-negotiable listings; omit to include both. |