# MG Vendor DD Extract

> MG Vendor DD 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 due diligence data from a vendor or merchant-related URL, returning structured information useful for vendor vetting workflows.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-vendor-dd-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/mg-vendor-dd-extract-9907b98b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d_AO6_aq4tuoEOT7xclHJ

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-vendor-dd-extract-9907b98b -d '<json body>'
```

Example prompt: Can you run due diligence extraction on this vendor's website — https://acmesupplies.com — and give me the structured business details you can pull from it?

## When to prefer this

Choose this endpoint when you need to automatically extract structured due diligence or vendor profile data from a public merchant or supplier URL as part of a procurement, compliance, or onboarding workflow. It is well-suited for per-call, pay-as-you-go vendor vetting pipelines using x402 USDC micropayments, particularly when you want structured JSON output without building your own scraping infrastructure.

## Known failure modes

- URL is not publicly accessible or requires authentication — extraction fails with an error response
- URL points to a non-vendor or irrelevant page — returns empty or minimal data object
- Malformed or invalid URI in the request body — schema validation error
- Rate limiting or upstream fetch failures from the target website — transient error response
- Payment not settled in USDC on Base — request rejected before processing

## 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`, a `capability` identifier ('mg-vendor-dd-extract'), and a `data` object containing extracted due diligence fields parsed from the submitted vendor URL, such as business name, contact info, registration details, and other publicly available merchant metadata.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-vendor-dd-extract-9907b98b/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)
