# GGWP API Hub – Real-Time Product Search

> GGWP API Hub – Real-Time Product Search is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.199374/call, status unknown (last checked 2026-09-15).

Performs a real-time product search across e-commerce or retail sources and returns live product data and pricing.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/real-time-product-search
- Price: $0.199374/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-real-time-product-search-6b8376ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FI8EwmBfKbgNUgSrt7QSE

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 ggwp-api-hub-real-time-product-search-6b8376ae -d '<json body>'
```

Example prompt: Search for 'Sony WH-1000XM5 headphones' right now and give me the latest product listings with current prices.

## When to prefer this

Choose this endpoint when you need real-time, live product data and pricing rather than cached or static catalog information. It is well-suited for price comparison, availability checking, and up-to-date shopping research. Prefer it over static product databases when freshness of results matters.

## Known failure modes

- Empty result set if no products match the query
- API timeout if upstream product data sources are slow
- Malformed or incomplete input schema returns error
- Stale or unavailable product data if upstream retailers are unresponsive
- Rate limiting or payment failure via x402 protocol if USDC balance is insufficient

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing live product search data including product listings, names, prices, and other retail details available at query time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-real-time-product-search-6b8376ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
