# Google Shopping Store Reviews API

> Google Shopping Store Reviews 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 paginated customer reviews and ratings for a specific e-commerce store from Google Shopping

## Facts

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

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-store-reviews-api-fb2a6f44
```

Example prompt: Can you pull the 20 most recent Google Shopping reviews for amazon.com in English from the US, sorted by most recent, for all time?

## When to prefer this

Use this endpoint when you need to retrieve real-time customer review data for a specific e-commerce store as indexed by Google Shopping, including filtering by rating, country, language, and time frame. Prefer this over general web scraping when you need structured review data with pagination and aggregate store ratings.

## Known failure modes

- Missing required store_domain parameter returns a 400 or validation error
- Invalid or unknown store domain returns empty results or error
- Unsupported country or language codes may yield no results
- Pagination cursor mismatch or expiry causes pagination errors
- Rate limiting or quota exhaustion may return 429 errors
- Network timeout or upstream Google Shopping unavailability returns 5xx

## 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 paginated list of customer reviews for the specified store domain, including the store's average rating, total number of reviews, a pagination cursor for fetching more results, a status field, and a unique request ID.

## 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-store-reviews-api-fb2a6f44/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)
