# Peddlr Reviews Analyzer

> Peddlr Reviews Analyzer is a paid API for AI agents from pedddlr402.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Fetches and analyzes customer reviews for a product page on Tokopedia or AliExpress given its URL

## Facts

- Endpoint: POST https://pedddlr402.vercel.app/api/reviews
- 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-reviews-analyzer-996a7fa3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5HzA3_tbhG51WxL52BiaP

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-reviews-analyzer-996a7fa3 -d '<json body>'
```

Example prompt: Can you pull and analyze the customer reviews for this Tokopedia product page: https://www.tokopedia.com/example-seller/product-name? I want to know what buyers are saying about it.

## When to prefer this

Use this endpoint when you need to programmatically retrieve and analyze customer reviews for a specific product on Tokopedia or AliExpress, given its product page URL. Prefer this over generic web scrapers when you want structured review intelligence specifically from these two marketplaces.

## Known failure modes

- Invalid or non-marketplace URL returns an error or empty data
- URL from unsupported marketplace (not Tokopedia or AliExpress) may return no results
- Network timeout if the marketplace page is slow to load
- Product page no longer exists or has been removed
- Malformed URL input causes a validation error
- Rate limiting or payment failure if USDC balance is insufficient

## 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 boolean and a data object containing review information extracted from the given product page URL on Tokopedia or AliExpress, such as review text, ratings, and aggregated sentiment insights.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Product page URL for review analysis"
  }
 }
}
```

## 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-reviews-analyzer-996a7fa3/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)
