# Web Access Gateway – Product Search

> Web Access Gateway – Product Search is a paid API for AI agents from web-access-gateway.mattskowronis.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns 5 ranked public-web sources for product information including prices, specifications, and reviews for a given product query.

## Facts

- Endpoint: POST https://web-access-gateway.mattskowronis.workers.dev/v1/product
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-access-gateway-product-search-4c87f2b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BF6LGqW9w9_TEBcGcGvCE

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 web-access-gateway-product-search-4c87f2b0 -d '<json body>'
```

Example prompt: Can you find me current prices, specs, and reviews for the Sony WH-1000XM5 headphones from across the web?

## When to prefer this

Choose this endpoint when an agent needs to quickly surface product pricing, specifications, or reviews from multiple public web sources without needing real-time inventory data. It is well-suited for pre-purchase research, price benchmarking, and spec lookups. Prefer it over a general web search endpoint when the query is product-focused and the structured ranking of commercial sources is beneficial. Not appropriate for checking live stock availability or placing orders.

## Known failure modes

- Query string is empty or exceeds 500 characters — validation error returned
- No relevant product sources found for obscure or misspelled product names
- Payment not processed or x402 payment header missing — 402 Payment Required response
- Rate limiting or upstream web access failures resulting in partial or no results
- Stale or cached web data may not reflect the most current pricing

## How this service works

Find 5 ranked public-web product, price, specification, and review sources. Not a live inventory guarantee.

## Output

Returns 5 ranked public web sources related to the product query, each containing relevant excerpts covering price, specification, and/or review information drawn from live public web pages. Not a live inventory guarantee — results reflect public web coverage, not real-time stock availability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "maxLength": 500,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-access-gateway-product-search-4c87f2b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-access-gateway.mattskowronis.workers.dev](https://www.zero.xyz/host/web-access-gateway.mattskowronis.workers.dev/llms.txt)
