# OneShotAgent Commerce Search

> OneShotAgent Commerce Search is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Searches for products across e-commerce platforms given a natural language or keyword query

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/commerce/search
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-commerce-search-fb462bb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Khb8k2oz2Ne4VxTzPVbUJ

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 oneshotagent-commerce-search-fb462bb8 -d '<json body>'
```

Example prompt: Search for wireless noise-cancelling headphones under $100 and show me what's available across online stores.

## When to prefer this

Use this endpoint when an agent needs to discover purchasable products from e-commerce platforms using natural language queries. It is ideal for shopping assistants, gift finders, price research workflows, or any scenario where product discovery is the goal. Prefer this over a generic web search when the intent is specifically to find buyable products rather than informational content.

## Known failure modes

- Empty results if query is too niche or misspelled
- Payment failure if USDC balance is insufficient for the $0.002 per-call fee
- Ambiguous or overly broad queries may return irrelevant product results
- Service unavailability returning a 5xx error

## How this service works

Product search across e-commerce

## Output

Returns a list of product listings from across e-commerce platforms matching the query, likely including product names, descriptions, prices, and links to purchase.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Product search query"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-commerce-search-fb462bb8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
