# AnyAPI eBay Sold Listings Scraper

> AnyAPI eBay Sold Listings Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.10005/call, status unknown (last checked 2026-09-15).

Scrapes and returns sold listing data from eBay for a given search query or product

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/ebay.sold_listings
- Price: $0.10005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-ebay-sold-listings-scraper-9c176f18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SSbiLYVVsmi8y2gcyVKSH

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 anyapi-ebay-sold-listings-scraper-9c176f18 -d '<json body>'
```

Example prompt: Can you pull recent eBay sold listings for 'Nintendo Switch OLED' so I can see what they've actually been selling for?

## When to prefer this

Use this endpoint when you need real transaction data (actual sold prices) from eBay rather than active listing prices — ideal for pricing research, resale valuation, market trend analysis, or sourcing decisions where completed sale prices matter more than asking prices.

## Known failure modes

- No results returned if the search query matches no sold listings
- Rate limiting or errors if eBay blocks the scraper
- Stale or incomplete data if eBay's sold listings page structure has changed
- Invalid or malformed query may return empty results
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON array of recently sold eBay listings matching the query, including item titles, final sale prices, sold dates, item condition, and listing URLs — giving a real-world price history for the searched product.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-ebay-sold-listings-scraper-9c176f18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
