# Replate Intelligence API – Product Price Intelligence

> Replate Intelligence API – Product Price Intelligence is a paid API for AI agents from replate-backend61.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns paid price intelligence for a specific canonical product, including personal purchase history and aggregate commerce data for autonomous agents.

## Facts

- Endpoint: POST https://replate-backend61.vercel.app/api/intelligence/price/product/%7BcanonicalProductId%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/replate-intelligence-api-product-price-intelligence-b9a8bddc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Am7QIoPca4HeZVlcSHyr9

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 replate-intelligence-api-product-price-intelligence-b9a8bddc -d '<json body>'
```

Example prompt: Pull the price intelligence for canonical product ID 'prod_abc123' — I want to see both what I've paid for it historically and what the aggregate market data shows.

## When to prefer this

Choose this endpoint when an agent needs structured, paid-grade price intelligence for a specific canonical product — especially when personal purchase history and aggregate market benchmarking are both needed in one call. Prefer over free scraped price data when accuracy and receipt-level provenance matter. Best suited for autonomous agents with x402 micropayment capability operating in commerce, expense, or procurement workflows.

## Known failure modes

- Unknown or invalid canonicalProductId returns a 404 or empty result
- Payment failure or insufficient funds triggers a 402 response blocking data access
- Malformed request body returns a 400 validation error
- Product exists but has insufficient aggregate data, returning sparse or null fields
- Network timeout on the Vercel backend returns a 5xx error

## How this service works

Paid receipt, personal, and aggregate commerce intelligence for autonomous agents.

## Output

Returns price intelligence data for the specified canonical product, including the product's current and historical market price, personal purchase history tied to the requesting agent's identity, and aggregate commerce metrics from across the platform's dataset. Delivered as structured JSON after a $0.01 USDC micropayment.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/replate-intelligence-api-product-price-intelligence-b9a8bddc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from replate-backend61.vercel.app](https://www.zero.xyz/host/replate-backend61.vercel.app/llms.txt)
