# eBay Products by Category Search

> eBay Products by Category 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).

Fetches real-time eBay product listings within a specified category, with filtering by price, condition, buying format, and sorting options

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/ebay/products-by-category
- 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-products-by-category-search-7348a6b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6hTgXlKree35IuICl2zdZ

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-products-by-category-search-7348a6b5
```

Example prompt: Search eBay's Electronics category (category_id 9355) for used laptops under $800, sorted by lowest price, buy-it-now only, on the first page — show me real-time listings with prices and seller ratings.

## When to prefer this

Use this endpoint when you need real-time eBay product listings scoped to a specific category, with rich filtering by price range, condition, buying format (auction/buy-it-now/offers), and sorting. Prefer this over generic web scraping when you need structured seller data, feedback scores, and shipping info from eBay specifically. Best for price comparison, inventory research, or building eBay-focused shopping agents.

## Known failure modes

- Missing or invalid category_id returns an error or empty result set
- Invalid sort_by enum value causes a validation error
- Page number out of range (>100) returns validation error
- Non-existent eBay category ID returns empty product list
- Invalid domain value may return no results or error
- Price filter min_price greater than max_price may yield no results

## 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 real-time eBay product listings including title, price, original price, discount, condition, buying format, seller name, seller feedback count and percentage, seller top-rated status, shipping info, free returns flag, item URL, image URL, item position, and location. Also returns category name, subcategories with URLs, available brands, total result count, results per page, and current page number.

## 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-products-by-category-search-7348a6b5/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)
