# Peddlr Marketplace Intelligence API - Product Comparison

> Peddlr Marketplace Intelligence API - Product Comparison is a paid API for AI agents from 402peddlr.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Searches and compares products across Tokopedia and AliExpress in real-time, returning pricing and product data for a given keyword

## Facts

- Endpoint: POST https://402peddlr.vercel.app/api/compare
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/peddlr-marketplace-intelligence-api-product-comparison-c5563cec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_358elBgSK6kf9BXVbbusB

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 peddlr-marketplace-intelligence-api-product-comparison-c5563cec -d '<json body>'
```

Example prompt: Compare prices and listings for 'wireless earbuds' across Tokopedia and AliExpress — show me up to 10 results so I can find the best deal.

## When to prefer this

Choose this endpoint when you need real-time product and price data specifically from Tokopedia and AliExpress — particularly useful for Southeast Asian and cross-border ecommerce comparison. Prefer this over general web search when you need structured product data (names, prices, listings) in a machine-readable format rather than scraped HTML.

## Known failure modes

- Missing required 'keyword' field returns an error response
- Keyword with no results on either marketplace returns empty data arrays
- Rate limiting or upstream marketplace API unavailability may cause failure
- Invalid 'limit' type (non-integer) may cause a validation error
- Payment not included results in 402 Payment Required before data is returned

## How this service works

Search, compare, and analyze products across Tokopedia and AliExpress. Real-time marketplace data for AI agents.

## Output

Returns a success flag and a data object containing aggregated product listings from Tokopedia and AliExpress for the given keyword, including product names, prices, and marketplace-specific details up to the requested limit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "keyword"
 ],
 "properties": {
  "limit": {
   "type": "integer"
  },
  "keyword": {
   "type": "string",
   "description": "Product keyword to compare"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/peddlr-marketplace-intelligence-api-product-comparison-c5563cec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 402peddlr.vercel.app](https://www.zero.xyz/host/402peddlr.vercel.app/llms.txt)
