# whatchuneed Shop Search

> whatchuneed Shop Search is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Searches across 320+ pay-per-call API endpoints to find the right service for a given natural language request

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/shop/search
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-shop-search-3674f015
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m3y5TFw4ZMqap-EVDXrm7

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 whatchuneed-shop-search-3674f015 -d '<json body>'
```

Example prompt: Search the whatchuneed marketplace for an API that can help me find and book hotel accommodations — return the best matching service and its result.

## When to prefer this

Use this endpoint when you need to discover and invoke one of 320+ specialized APIs through a single unified interface without knowing the exact endpoint URL in advance. Ideal for agents that need to dynamically route requests across domains like accommodation, finance, crypto, medical, or code execution using natural language, and want to avoid managing multiple API keys and payment methods.

## Known failure modes

- Vague or ambiguous input may match a wrong or unrelated endpoint
- No matching endpoint found for the requested capability
- Underlying service returns an error or is unavailable
- Payment failure via x402 protocol prevents execution
- Input string too generic to route accurately

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing the response data from the matched API service along with a status string indicating success or failure of the search and execution.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-shop-search-3674f015/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
