# eBay Real-Time Product Search

> eBay Real-Time Product Search 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-13).

Searches eBay listings in real-time and returns product results with pricing, seller info, condition, and auction details

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-ebay-data/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ebay-real-time-product-search-4619d354
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wXfQ9cfR-xIZJrHNqK1ta

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-real-time-product-search-4619d354
```

Example prompt: Search eBay for a used iPhone 14 Pro, sorted by lowest price, with a max price of $600, buy-it-now only — show me the first page of results.

## When to prefer this

Use this endpoint when you need live, real-time eBay product search results including pricing, seller reputation, auction status, and listing metadata. Prefer this over static product databases when current eBay market prices matter, or when users need to compare auction vs buy-it-now options, check seller ratings, or filter by condition and price range on eBay specifically.

## Known failure modes

- Missing required 'query' parameter returns validation error
- Invalid sort_by enum value returns schema error
- Page number out of 1-100 range returns validation error
- No results found for obscure queries returns empty products array
- eBay rate limiting or downstream API unavailability returns 5xx error
- Invalid domain value may return no results or error

## 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 eBay product listings matching the query, each including title, price, original price, discount, currency, item condition, buying format, seller name, seller feedback score and percentage, seller top-rated status, shipping info, free returns flag, sponsored status, item URL, image URL, rating, review count, items sold, location, watchers, bid count, time left for auctions, and related search suggestions along with total result count and current page.

## 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/ebay-real-time-product-search-4619d354/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)
