# Conway Replicatio mg-a2a-ready-extract

> Conway Replicatio mg-a2a-ready-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-13).

Fetches a public URL via HTTP POST and extracts structured data from the response, returning it as an A2A-ready JSON payload.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-a2a-ready-extract
- Price: $0.03/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-a2a-ready-extract-45ef8958
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uXomc0JhuPoojJVmpbzLt

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-a2a-ready-extract-45ef8958 -d '<json body>'
```

Example prompt: Fetch the data at https://api.example.com/products and extract the structured content from it so I can use it in my workflow.

## When to prefer this

Use this endpoint when an AI agent or automation pipeline needs to fetch a safe, public URL and get back structured, A2A-ready extracted data in a single pay-per-call operation, especially when you need lightweight, stateless HTTP-triggered extraction without setting up your own scraping infrastructure.

## Known failure modes

- Target URL is not publicly accessible or returns a non-2xx status — extraction fails with an error
- Invalid or malformed URL in the `url` field — request rejected at validation
- Target URL returns non-parseable or binary content — extraction may return empty or partial data
- Network timeout reaching the target URL — call fails with a timeout error
- Incorrect bodyType enum value provided — request rejected

## 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, a `capability` field set to `mg-a2a-ready-extract`, and a `data` object containing the extracted structured content from the target URL.

## Response schema (JSON Schema)

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

## More

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