# Conway Replicatio MG SEO Tech Extract

> Conway Replicatio MG SEO Tech 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-15).

Extracts SEO and technology stack metadata from a given public URL via an HTTP POST call, paid per-use in USDC on Base.

## Facts

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

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-seo-tech-extract-54e54a07 -d '<json body>'
```

Example prompt: Can you pull the SEO metadata and technology stack from https://example.com — I want to know what CMS, analytics tools, and frameworks they're running, plus any key on-page SEO signals?

## When to prefer this

Choose this endpoint when you need structured SEO and technology stack data extracted directly from a live URL without setting up your own scraping infrastructure. It is well-suited for per-URL enrichment tasks, competitor research, lead qualification, or automated SEO audits where pay-per-call economics are preferable to a subscription-based scraping API.

## Known failure modes

- URL is not publicly accessible or behind authentication — extraction fails or returns empty data
- URL is malformed or does not conform to URI format — schema validation error
- Target page blocks crawlers via robots.txt or bot detection — partial or empty results
- Network timeout reaching remote URL — service returns error
- Non-HTML content at URL (e.g. PDF, image) — limited or no SEO/tech data returned

## 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

Returns a JSON object with ok: true, the capability name 'mg-seo-tech-extract', and a data payload containing extracted SEO signals (meta tags, titles, descriptions, canonical URLs) and detected technologies (CMS, JS frameworks, analytics tools, CDN, etc.) found on the submitted URL.

## Response schema (JSON Schema)

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

## More

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