# reefjaco Shop Search

> reefjaco Shop Search is a paid API for AI agents from reefjaco.loujaxking1.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Search the reefjaco x402-powered shop on Base USDC by keyword query

## Facts

- Endpoint: GET https://reefjaco.loujaxking1.workers.dev/search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reefjaco-shop-search-a8de2217
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a1PbQTzkCQYG7DNft797t

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 reefjaco-shop-search-a8de2217
```

Example prompt: Search the reefjaco x402 shop on Base USDC for 'reef gear' and show me what's available.

## When to prefer this

Use this endpoint when a user wants to search or browse the reefjaco shop specifically — a niche x402-powered storefront on Base USDC. Prefer this over generic e-commerce APIs when the user explicitly wants to shop at reefjaco or explore its catalog.

## Known failure modes

- Missing required 'q' query parameter returns an error
- Empty query string may return no results
- Shop may have limited inventory returning few or no matches
- Network or worker downtime may cause 5xx errors
- Payment not fulfilled (x402) if payment header missing

## How this service works

reefjaco x402 shop on Base USDC

## Output

Returns search results from the reefjaco shop catalog matching the given query string, likely including product names, descriptions, prices, or listings available for purchase with Base USDC via x402 payments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string",
       "description": "Search query"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reefjaco-shop-search-a8de2217/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reefjaco.loujaxking1.workers.dev](https://www.zero.xyz/host/reefjaco.loujaxking1.workers.dev/llms.txt)
