# Google Shopping Product Offers Lookup

> Google Shopping Product Offers Lookup 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).

Retrieves real-time product offers, ratings, and review counts for a specific product from Google Shopping

## Facts

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

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 google-shopping-product-offers-lookup-c24f1082
```

Example prompt: Can you pull the current Google Shopping rating and number of reviews for product ID '12345678901234567' in the US market?

## When to prefer this

Use this endpoint when you need real-time Google Shopping product data — specifically ratings and review counts — by product ID, and want per-call micropayment pricing (0.003 USDC) without a subscription. Prefer this over scraping or batch APIs when freshness and per-query cost control matter.

## Known failure modes

- Missing or invalid product_id returns a validation error
- Invalid country or language code may return no results or an error
- Product not found on Google Shopping returns empty or failed status
- Rate limiting or payment failure may result in a 402 or 429 response

## 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 the product's average rating (numeric), total number of reviews (integer), a status string indicating success or failure, and a unique request_id for the call.

## 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/google-shopping-product-offers-lookup-c24f1082/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)
