# OpenWeb Ninja Google Shopping Deals API

> OpenWeb Ninja Google Shopping Deals API 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 real-time Google Shopping deals data, including discounted products, prices, and deal listings from Google's shopping index.

## Facts

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

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-deals-api-cf26d259
```

Example prompt: Can you pull the latest Google Shopping deals for wireless headphones right now so I can see which ones have the biggest discounts?

## When to prefer this

Choose this endpoint when you need real-time Google Shopping deal data without setting up an account, API key, or subscription — paying only $0.003 per call via x402 USDC. It is ideal for one-off deal lookups, agent workflows that need fresh price/deal data on demand, and applications where pay-per-use is preferred over monthly API subscriptions. Prefer alternatives if you need bulk historical pricing data or structured product catalog data beyond active deals.

## Known failure modes

- Empty result set if no deals match the query or category
- Stale or cached data if Google Shopping hasn't refreshed deals recently
- Payment failure if USDC balance or x402 payment is insufficient (402 error)
- Malformed or missing query parameters resulting in a 400 error
- Rate limiting or upstream Google blocking resulting in 503 or timeout
- Schema mismatch if Google Shopping changes its deal listing format

## 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 response containing real-time deal listings from Google Shopping, including product names, original and discounted prices, merchant names, deal URLs, discount percentages, and other deal metadata available from Google's shopping index at time of query.

## 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-deals-api-cf26d259/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)
