# GGWP API Hub – eBay Average Selling Price

> GGWP API Hub – eBay Average Selling Price is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.133972/call, status unknown (last checked 2026-09-14).

Returns the average selling price for a product on eBay based on recent completed/sold listings

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ebay-average-selling-price
- Price: $0.133972/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-ebay-average-selling-price-3e63501b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MXmO3o8Vz5EzeWAGy_DNX

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-ebay-average-selling-price-3e63501b -d '<json body>'
```

Example prompt: What's the average selling price for a PS5 on eBay right now based on recently completed listings?

## When to prefer this

Use this endpoint when you need a quick, data-driven estimate of what a specific product actually sells for on eBay based on completed transactions — ideal for resellers, buyers doing due diligence, pricing analysts, or anyone benchmarking secondhand market value. Prefer this over manual eBay searches when you need programmatic access to aggregated price intelligence.

## Known failure modes

- No sold listings found for the search query — returns empty or null price data
- Ambiguous product name yields irrelevant results with inaccurate average
- eBay data temporarily unavailable — upstream fetch failure
- Rate limiting or payment verification failure on x402 protocol
- Overly broad query returns a wide price range with low confidence average

## 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 an object containing the average selling price computed from recent eBay completed/sold listings for the queried product, potentially including supporting statistics such as number of listings sampled, price range, and median price.

## 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-ebay-average-selling-price-3e63501b/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)
