# OpenWeb Ninja eBay Product Details API

> OpenWeb Ninja eBay Product Details 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-16).

Fetches real-time product details for a specific eBay listing, including price, seller info, condition, and availability

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/ebay/product-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-ebay-product-details-api-d3fbafc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZXJca2iHJoNhyVAvIK7iM

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 openweb-ninja-ebay-product-details-api-d3fbafc6
```

Example prompt: Can you pull up the full product details for this eBay listing — I need the price, condition, seller info, and shipping options for item ID 256481234567?

## When to prefer this

Choose this endpoint when you need real-time eBay product data without managing API keys or accounts. Ideal for price monitoring, catalog enrichment, competitive research, or any agent workflow requiring up-to-date eBay listing details. The x402 micropayment model ($0.003/call) makes it cost-effective for infrequent or on-demand lookups without subscription overhead.

## Known failure modes

- Invalid or expired eBay item ID returns empty or error response
- eBay listing removed or ended returns not-found error
- Rate limiting or payment failure via x402 protocol
- Malformed input parameters result in request failure
- Region-restricted listings may return incomplete data

## 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

A JSON object containing real-time eBay product listing data including title, current price, item condition, seller username and rating, available quantity, shipping options, item description, item specifics (brand, model, etc.), and product images.

## 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/openweb-ninja-ebay-product-details-api-d3fbafc6/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)
