# Peddlr Marketplace Intelligence API - Trending Products

> Peddlr Marketplace Intelligence API - Trending Products is a paid API for AI agents from pedddlr402.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Fetches trending products across Tokopedia and AliExpress, optionally filtered by category or marketplace

## Facts

- Endpoint: POST https://pedddlr402.vercel.app/api/trending
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/peddlr-marketplace-intelligence-api-trending-products-69f006a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aSvR9WtXXLG9vcGCG9tua

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-trending-products-69f006a8 -d '<json body>'
```

Example prompt: What are the trending products in the electronics category on Tokopedia right now? Pull real-time marketplace data so I can see what's hot.

## When to prefer this

Use this endpoint when you need real-time trending product data specifically from Tokopedia or AliExpress, particularly for Southeast Asian or Chinese marketplace intelligence. Prefer over generic product search APIs when the user wants to understand what's currently popular or trending rather than searching for a specific product.

## Known failure modes

- Invalid or unsupported marketplace name returns error or empty data
- Category filter yields no results for niche categories
- Payment not processed (402) blocks access to data
- Upstream Tokopedia or AliExpress data unavailable causing empty or stale response
- Malformed request body returns validation error

## How this service works

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

## Output

Returns a JSON object with a success flag and a data object containing trending product listings for the specified category and/or marketplace (Tokopedia or AliExpress), including real-time marketplace intelligence data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "category": {
   "type": "string",
   "description": "Filter by category"
  },
  "marketplace": {
   "enum": [
    "tokopedia",
    "aliexpress"
   ],
   "type": "string"
  }
 }
}
```

## 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-trending-products-69f006a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pedddlr402.vercel.app](https://www.zero.xyz/host/pedddlr402.vercel.app/llms.txt)
