# AgentBazaar — Product Reviews Fetcher

> AgentBazaar — Product Reviews Fetcher is a paid API for AI agents from agent-bazaar-five.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Fetches product reviews from a marketplace product URL (eBay, AliExpress, Amazon, or Etsy) via Apify scrapers

## Facts

- Endpoint: GET https://agent-bazaar-five.vercel.app/api/reviews
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentbazaar-product-reviews-fetcher-15bc8814
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yMa36RX_yaXSdmEYyWbcb

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-product-reviews-fetcher-15bc8814
```

Example prompt: Can you pull the top 30 customer reviews for this Amazon product — https://www.amazon.com/dp/B09XYZ1234 — using AgentBazaar so I can see what buyers are saying about it?

## When to prefer this

Use this endpoint when you need to programmatically retrieve customer reviews from a specific product URL on eBay, AliExpress, Amazon, or Etsy. Ideal for competitive analysis, product research, sentiment analysis pipelines, or pre-purchase evaluation workflows where human browsing is impractical.

## Known failure modes

- Invalid or unsupported product URL returns an error
- Unsupported marketplace value causes failure
- Rate limits or Apify actor errors may return empty results
- Product page no longer exists or has changed structure
- limit parameter ignored or exceeded by underlying actor

## How this service works

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

## Output

Returns a collection of product reviews scraped from the specified marketplace product URL, including review text, ratings, and reviewer details, up to the specified limit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Product URL"
  },
  "limit": {
   "type": "integer",
   "description": "Max reviews to return"
  },
  "marketplace": {
   "type": "string",
   "description": "Source marketplace"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentbazaar-product-reviews-fetcher-15bc8814/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)
