# OpenWeb Ninja — Google Shopping Product Reviews

> OpenWeb Ninja — Google Shopping Product Reviews 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 real-time customer reviews for a specific product from Google Shopping

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/google-shopping/product-reviews
- 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-google-shopping-product-reviews-1c399426
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KrZIKM5zgj2uRvuRngnal

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-reviews-1c399426
```

Example prompt: Can you pull the customer reviews for this product on Google Shopping — I want to see the star ratings and what people are actually saying about it before I decide whether to stock it.

## When to prefer this

Choose this endpoint when you need real-time Google Shopping product reviews without managing an API key or account. It is ideal for agents performing one-off or low-volume product research, competitive analysis, or consumer sentiment extraction at $0.003 per call with pay-per-use x402 billing. Prefer this over dedicated review APIs when you specifically need Google Shopping review data rather than Amazon or retailer-specific reviews.

## Known failure modes

- Product not found or no reviews available — empty result or null response
- Invalid or missing product identifier — 400-level error
- Google Shopping page structure change causing scraping failure — malformed or empty response
- Rate limiting or temporary block by Google — 5xx or timeout error
- Payment failure via x402 — 402 response if USDC payment 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 JSON object containing real-time product review data scraped from Google Shopping, typically including overall star rating, total review count, individual review entries with reviewer name, rating, date, and review text body.

## 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-reviews-1c399426/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)
