# OpenWeb Ninja Realtime Product Search — Product Details (v2)

> OpenWeb Ninja Realtime Product Search — Product Details (v2) 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-13).

Fetches detailed product information for a specific item from real-time e-commerce data sources, including price, specs, images, and availability.

## Facts

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

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-product-search-product-details-v2-d729aa73
```

Example prompt: Can you pull up the full product details for this Amazon listing — price, specs, ratings, and availability — so I can decide if it's worth buying?

## When to prefer this

Choose this endpoint when you need real-time, detailed product information for a specific item (by URL, ASIN, or identifier) from major e-commerce platforms without maintaining API keys or subscriptions. It is ideal for price monitoring, catalog enrichment, competitor research, or shopping assistant agents. Prefer this over scraping raw HTML yourself or over bulk catalog APIs when you need structured, up-to-date data on a per-product basis and want pay-per-call pricing with no monthly commitment.

## Known failure modes

- Product not found or invalid identifier returns empty or error response
- Rate limiting or payment failure via x402 if USDC balance is insufficient
- Stale or unavailable product data if the listing has been removed
- Malformed product URL or unsupported retailer returns an error
- Network timeout if upstream e-commerce source is slow to respond

## 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

Returns a structured JSON object with real-time product details including title, current price, currency, availability status, product images, description, bullet-point features, ratings and review count, product specifications, and seller/brand information sourced live from e-commerce platforms.

## 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-product-search-product-details-v2-d729aa73/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)
