# 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-14).

Fetches detailed product information for a specific item in real time from across the web, including pricing, descriptions, images, and availability.

## Facts

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

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-91697431
```

Example prompt: Can you pull up the full product details — title, price, description, and images — for this item: https://www.amazon.com/dp/B08N5WRWNW?

## When to prefer this

Choose this endpoint when you need real-time, structured product detail data (price, description, images, availability) for a specific product identified by URL or ID, without needing an API key or account. Ideal for price monitoring, catalog enrichment, comparison shopping agents, and any workflow where up-to-date product data matters. Prefer over static datasets or cached product databases when freshness is critical.

## Known failure modes

- Product not found or URL invalid — returns empty or error response
- Product page geo-restricted — may return partial or no data
- Rate limiting or upstream scraping block — transient failure with retry recommended
- Unsupported retailer domain — endpoint may not parse all sites equally
- Payment failure via x402 — call not executed if USDC balance insufficient

## 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 object containing structured product details such as title, current price, currency, description, product images, availability status, seller name, star rating, review count, and product URL. The response reflects real-time data scraped from the web 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-product-search-product-details-v2-91697431/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)
