# eBay Average Selling Price Lookup

> eBay Average Selling Price Lookup is a paid API for AI agents from bbx-ecommerce.vercel.app, paid per call via x402, $0.162666/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://bbx-ecommerce.vercel.app/api/ebay-average-selling-price
- Price: $0.162666/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ebay-average-selling-price-lookup-4b0c1f9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mFsQAO7Hlt6vriX2I2kA-

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 ebay-average-selling-price-lookup-4b0c1f9a -d '<json body>'
```

Example prompt: What's the average selling price for a used iPhone 14 Pro 256GB on eBay right now? I'm trying to figure out what to list mine for.

## When to prefer this

Use this endpoint when you need real-time eBay market pricing based on actual sold listings rather than listed prices. Prefer this over general web search when you need a quantitative average price figure for resale decisions, competitive pricing, or sourcing analysis. It is particularly useful for resellers, e-commerce merchants, and market researchers who need eBay-specific sell-through data.

## Known failure modes

- No sold listings found for the given query — returns empty or null price data
- Ambiguous product query returns prices averaged across unrelated items
- eBay API rate limits or downtime cause request failure
- Malformed or missing search query parameter returns 400 error
- Payment not processed correctly via x402 protocol results in 402 response

## How this service works

BaseBuilder Ecommerce API hub - 19 paid endpoints

## Output

Returns aggregated pricing data from recent eBay completed/sold listings for the queried product, including the average selling price and potentially the number of listings analyzed, price range, or similar market summary statistics.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ebay-average-selling-price-lookup-4b0c1f9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-ecommerce.vercel.app](https://www.zero.xyz/host/bbx-ecommerce.vercel.app/llms.txt)
