# MG SEO Tech Evidence Extractor

> MG SEO Tech Evidence Extractor is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Extracts SEO technical evidence and signals from a given public URL for auditing and analysis

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-seo-tech-evidence
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-seo-tech-evidence-extractor-f0d2dd46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CAj26VulE2aKwRqcc1mOy

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 mg-seo-tech-evidence-extractor-f0d2dd46 -d '<json body>'
```

Example prompt: Can you extract the technical SEO evidence from https://example.com/landing-page and tell me what signals it picks up?

## When to prefer this

Use this endpoint when you need structured technical SEO evidence extracted from a specific public webpage, especially in automated pipelines that require per-call pay-as-you-go pricing via USDC. Prefer it over manual audits or broader crawl tools when you need targeted, machine-readable technical SEO signals for a single URL at low cost ($0.06 per call).

## Known failure modes

- URL is not publicly accessible or returns a non-200 status — evidence extraction fails
- Malformed or non-URI input causes schema validation error
- Private, paywalled, or bot-blocked pages may return empty or partial evidence
- Payment not settled in USDC on Base causes x402 authorization failure
- Timeout if the target page is slow to respond

## 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 and a data object containing structured technical SEO evidence extracted from the submitted URL, labelled under the 'mg-seo-tech-evidence' capability key.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-seo-tech-evidence-extractor-f0d2dd46/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)
