# Peddlr Marketplace Intelligence - Product Comparison API

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

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

## Facts

- Endpoint: POST https://pudlur.vercel.app/api/compare
- Price: $0.5/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-product-comparison-api-eeb153bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P1J_dEnXhkNA2y6drM-CL

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-product-comparison-api-eeb153bb -d '<json body>'
```

Example prompt: Compare prices and listings for 'wireless earbuds' across Tokopedia and AliExpress and show me the top 10 results.

## When to prefer this

Use this endpoint when you need real-time product price comparisons specifically across Tokopedia and AliExpress. Ideal for Southeast Asian market intelligence, price arbitrage research, or helping users find the best deal across these two specific platforms. Prefer this over general web search when structured marketplace data with pricing is needed.

## Known failure modes

- Missing required 'keyword' field returns error
- No results found for obscure or misspelled keywords
- Marketplace API downtime may cause partial or empty results
- Rate limiting or payment failure (x402) returns 402 status
- Limit parameter out of range may cause unexpected results

## 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 product listings and comparison data from Tokopedia and AliExpress for the searched keyword, including pricing and marketplace details.

## 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-product-comparison-api-eeb153bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pudlur.vercel.app](https://www.zero.xyz/host/pudlur.vercel.app/llms.txt)
