# Monexus Terminal SADC Product Search

> Monexus Terminal SADC Product Search is a paid API for AI agents from terminal.themonexus.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Searches in-date SADC (Southern African Development Community) products by name or brand, returning matching product deals.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/deals/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-sadc-product-search-30dd926c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mvJlPwsvKOES8V3PLI7GB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability monexus-terminal-sadc-product-search-30dd926c -d '<json body>'
```

Example prompt: Search the Monexus Terminal SADC product catalog for anything matching 'Shoprite' and return up to 20 results — I want to see what in-date deals are available for that brand.

## When to prefer this

Use this endpoint when you need to search current, in-date SADC (Southern African Development Community) product deals by name or brand keyword. Prefer it over broader web search when you need structured, curated SADC-region product data with guaranteed freshness (in-date only).

## Known failure modes

- Query string shorter than 2 characters returns validation error
- Limit exceeding 50 is rejected
- No matching products returns empty result set
- Payment of $0.005 USDC not provided causes 402 payment required error
- Network timeout if the product index is large

## How this service works

Monexus Terminal API — Search in-date SADC products by name/brand. Params: q (>=2 chars), limit (<=50).

## Output

Returns a list of in-date SADC product deals matching the search query, including product names, brands, and deal details, up to the specified limit (max 50).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-sadc-product-search-30dd926c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from terminal.themonexus.com](https://www.zero.xyz/host/terminal.themonexus.com/llms.txt)
