# OpenWeb Ninja — Realtime Product Search: Product Details

> OpenWeb Ninja — Realtime Product Search: Product Details 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 product via real-time web scraping, payable per call over x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-product-search/product-details
- 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-6915bc12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c6tSgeh6qR5aCJzrVaJVu

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-6915bc12
```

Example prompt: Can you pull the full product details — price, description, specs, and availability — for this product listing: https://www.amazon.com/dp/B09XYZ1234?

## When to prefer this

Choose this endpoint when you need real-time, structured product details for a specific product without setting up an account or API key, and you want per-call micropayment pricing via x402. Ideal for one-off product lookups, price checks, or enriching a product catalog with live data. Prefer this over scraping manually or using subscription-based product APIs when cost per call is more efficient than a monthly fee.

## Known failure modes

- Product URL not found or unavailable — returns empty or error response
- Product page structure changed, causing extraction failure
- Rate limits or anti-scraping measures on the target retailer blocking the request
- Invalid or malformed product identifier/URL input
- Product has been delisted or is out of region — no data returned
- Payment failure over x402 protocol — request not processed

## 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 containing detailed product information scraped in real time, typically including product title, price, description, images, availability status, ratings, reviews summary, and product attributes or specifications.

## 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-6915bc12/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)
