# OpenWeb Ninja — Google Shopping Product Details

> OpenWeb Ninja — Google Shopping 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-16).

Fetches real-time product details from Google Shopping for a given product query or identifier

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/google-shopping/product-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-google-shopping-product-details-e9cff02a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IsRSP3RGggJSW0YF8LBHK

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-google-shopping-product-details-e9cff02a
```

Example prompt: Can you pull up the current Google Shopping product details for the Sony WH-1000XM5 headphones — I want the price, seller info, ratings, and availability right now?

## When to prefer this

Choose this endpoint when you need real-time product details directly from Google Shopping without maintaining a scraping infrastructure, when you want pay-per-call pricing with no subscription or API key, and when you need live price and seller data rather than historical records. Prefer over general web scrapers when Google Shopping-specific structured output (price, seller, ratings) is required.

## Known failure modes

- Product not found on Google Shopping — empty or null result
- Invalid or missing query parameter — returns 400-level error
- Google Shopping temporarily unavailable or rate-limited — upstream scraping failure
- Payment failure via x402 — call not executed if USDC balance insufficient
- Stale or cached data if Google Shopping updates listing mid-request

## 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 real-time Google Shopping product details including product title, current price(s), seller names, product description, specifications/attributes, images, ratings, review counts, and availability status for the queried product.

## 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-google-shopping-product-details-e9cff02a/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)
