# Conway Replicatio MG Geo AI Extract

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

Extracts geographic and location data from a given public URL using AI, returning structured geo information

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-geo-ai-extract
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-geo-ai-extract-0b971b7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RLQ7eMsFp-JXoAWo0eEsW

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-geo-ai-extract-0b971b7e -d '<json body>'
```

Example prompt: Can you extract all the geographic and location data from this webpage — https://example.com/store-locations — and give me the structured geo info?

## When to prefer this

Choose this endpoint when you need to automatically extract geographic or location-related information from a public webpage using AI, especially in pay-per-call agent workflows where you only pay per extraction. Prefer it over manual scraping or general-purpose scrapers when structured geo output is specifically needed and payments are handled via USDC on Base.

## Known failure modes

- Invalid or inaccessible URL returns an error or empty data object
- Non-public or paywalled pages may yield incomplete extraction
- Pages with no geographic content return empty or minimal geo data
- Malformed URI format in the url field causes schema validation failure
- Network timeouts fetching the target URL may cause extraction failure

## 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, the capability identifier 'mg-geo-ai-extract', and a data object containing AI-extracted geographic entities, location names, addresses, coordinates, or other structured geo information parsed from the provided URL's content.

## Response schema (JSON Schema)

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

## More

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