# Conway Replicatio MG Pricing Compare

> Conway Replicatio MG Pricing Compare is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Fetches and compares pricing information from two public URLs, returning a structured comparison of their pricing data.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-pricing-compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-pricing-compare-7a241693
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w4rf6yfyBBX1rnNNO5-oq

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 conway-replicatio-mg-pricing-compare-7a241693 -d '<json body>'
```

Example prompt: Can you compare the pricing pages at https://acme.com/pricing and https://rival.com/pricing and tell me how they differ?

## When to prefer this

Use this endpoint when you need to programmatically compare pricing from two specific public web pages in a single API call, especially in competitive intelligence or market research workflows. Prefer it over manual scraping when you want a pay-per-call, agent-friendly interface with structured JSON output and no infrastructure to manage.

## Known failure modes

- Invalid or non-public URL returns an error or empty data
- One of the URLs is unreachable or rate-limited, causing partial or failed comparison
- Non-pricing pages may return data with little meaningful comparison
- Malformed URL format triggers schema validation error
- Page behind authentication wall returns no accessible pricing data

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

A JSON object with an 'ok' boolean indicating success, a 'capability' field set to 'mg-pricing-compare', and a 'data' object containing the extracted and compared pricing information from both URLs.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-pricing-compare"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-pricing-compare-7a241693/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
