# Conway Replicatio MG Pricing Extract

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

Extracts pricing information from a given public URL by fetching and parsing the page content

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-pricing-extract
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-pricing-extract-0a442a35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EBJHXw0uaqLNFgxnEkgmU

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-extract-0a442a35 -d '<json body>'
```

Example prompt: Can you extract the pricing information from this product page for me? The URL is https://example.com/pricing — pull out all the price tiers and plan details you can find.

## When to prefer this

Use this endpoint when you need to programmatically extract structured pricing data from a public web URL without building your own scraper. It is especially useful for competitive intelligence workflows, price monitoring, or ingesting SaaS pricing tiers into a data pipeline. Prefer it over general web scrapers when the specific goal is pricing extraction with structured output.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status — extraction fails with an error response
- Page uses JavaScript-heavy rendering that prevents static content extraction — pricing may be missing or incomplete
- URL points to a non-pricing page with no discernible price data — data field may be empty or minimal
- Malformed or invalid URL provided — validation error returned
- Rate limiting or bot protection on the target site blocks the fetch request

## 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 ok:true and a data field containing the extracted pricing information parsed from the target URL, keyed under the capability name 'mg-pricing-extract'.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-pricing-extract-0a442a35/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)
