# OpenWeb Ninja — Google Shopping Product Price History

> OpenWeb Ninja — Google Shopping Product Price History 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 historical price data for a specific product from Google Shopping in real-time.

## Facts

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

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-price-history-a38fb275
```

Example prompt: Can you pull up the price history for the Sony WH-1000XM5 headphones on Google Shopping so I can see how the price has changed over the past few months?

## When to prefer this

Choose this endpoint when you need historical price trend data specifically from Google Shopping for consumer electronics, appliances, or other retail goods. Ideal for price-drop detection, deal verification, purchase timing optimization, or building price-aware shopping agents. Prefer this over generic web scraping when you need structured, time-series price data without managing your own scraping infrastructure, and when per-call x402 micropayment pricing (no subscription) is preferable.

## Known failure modes

- Product not found on Google Shopping returns empty or null price history
- Invalid or malformed product identifier/URL returns an error
- Product with insufficient price history returns limited data points
- Payment failure via x402 protocol prevents endpoint access
- Rate limiting or Google-side blocking may return incomplete data
- Newly listed products may have no historical data available

## 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 historical price data points for the specified product as seen on Google Shopping, including price values at various timestamps, retailer information, and potentially trend indicators showing price highs, lows, and averages over time.

## 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-price-history-a38fb275/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)
