# eBay Seller Feedback API

> eBay Seller Feedback 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-14).

Retrieves real-time eBay seller feedback and reviews, including ratings, comments, and topic summaries for a given seller and optionally a specific product.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/ebay/seller-feedback
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ebay-seller-feedback-api-a5d5cd72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bJ7y5CMseLe39H8DRQWt7

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-seller-feedback-api-a5d5cd72
```

Example prompt: Can you pull the latest feedback and reviews for eBay seller 'techdealsusa' on ebay.com, page 1? I want to see their ratings, comments, and any topic summaries.

## When to prefer this

Use this endpoint when you need real-time eBay seller feedback data including individual reviews with ratings and comments, especially when you need to assess seller trustworthiness, monitor reputation, or display buyer sentiment. Prefer this over generic web scraping when you need structured, paginated seller review data from eBay specifically.

## Known failure modes

- Invalid or non-existent seller_id returns empty results or error status
- Unsupported domain value may return no results
- Page number out of range (>100) rejected by schema validation
- eBay rate limiting or scraping blocks may cause intermittent failures
- Product not associated with seller returns empty product-specific feedback

## 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 buyer reviews for the specified eBay seller, including each review's date, author, star rating, comment text, whether it includes images, a feedback ID, and whether it's a verified purchase. Also returns topic summaries (e.g. shipping speed, item condition), total review count, current page, and total pages available.

## 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-seller-feedback-api-a5d5cd72/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)
