# AgentBazaar Multi-Marketplace Product Search

> AgentBazaar Multi-Marketplace Product Search is a paid API for AI agents from agent-bazaar-five.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Search and compare products across eBay, AliExpress, Amazon, and Etsy simultaneously using a single query

## Facts

- Endpoint: GET https://agent-bazaar-five.vercel.app/api/compare
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentbazaar-multi-marketplace-product-search-c6cf3f34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TFFruvcTVGN9hhzVASLkJ

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 agentbazaar-multi-marketplace-product-search-c6cf3f34
```

Example prompt: Search eBay, Amazon, AliExpress, and Etsy for 'wireless noise-cancelling headphones' and show me up to 5 results from each marketplace so I can compare prices.

## When to prefer this

Use this endpoint when you need to compare product availability and pricing across multiple major e-commerce platforms (eBay, Amazon, AliExpress, Etsy) in a single call, rather than querying each marketplace separately. Ideal for price comparison tasks, gift sourcing, or finding both handmade and mass-market alternatives in one pass.

## Known failure modes

- Missing required 'q' parameter returns an error
- Apify actor unavailable causes partial or failed marketplace results
- Invalid limit value may return unexpected result counts
- Rate limiting or quota exhaustion on underlying Apify actors may return empty results for some marketplaces
- Payment of 0.25 USDC not fulfilled results in HTTP 402 and no data returned

## How this service works

Multi-marketplace product search for AI agents. Search eBay, AliExpress, Amazon, and Etsy via Apify actors.

## Output

An object containing aggregated product listings from eBay, AliExpress, Amazon, and Etsy, including product titles, prices, and links, grouped by marketplace.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "q"
 ],
 "properties": {
  "q": {
   "type": "string",
   "description": "Product search keyword"
  },
  "limit": {
   "type": "integer",
   "description": "Max results per marketplace"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentbazaar-multi-marketplace-product-search-c6cf3f34/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-bazaar-five.vercel.app](https://www.zero.xyz/host/agent-bazaar-five.vercel.app/llms.txt)
