# OpenWeb Ninja — Realtime Costco Product Search

> OpenWeb Ninja — Realtime Costco Product Search is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Search Costco's live product catalog and return real-time product listings, prices, and availability data

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-costco-data/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-realtime-costco-product-search-acc1dda7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c66CQPLA2-_cq2LtArrX1

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 openweb-ninja-realtime-costco-product-search-acc1dda7
```

Example prompt: Search Costco right now for 'Kirkland Signature olive oil' and show me the current prices and product details.

## When to prefer this

Use this endpoint when you need real-time, up-to-date Costco product data without scraping yourself — ideal for price comparison tools, deal finders, procurement agents, or any workflow that needs live Costco catalog data. Prefer this over general SERP APIs when you specifically need structured Costco product results rather than web search snippets. No API key setup required; just pay $0.003 USDC per call via x402.

## Known failure modes

- Empty results if the search term matches no Costco products
- Payment failure if USDC balance or x402 wallet is insufficient
- Rate-limited or blocked response if Costco's site is temporarily inaccessible
- Stale or partial data if Costco's website structure changes
- Malformed query returns 400-level error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON array of Costco product listings matching the search query, typically including product name, price, item number, image URL, product URL, and availability status — reflecting live data from Costco's website at call time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-realtime-costco-product-search-acc1dda7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
