# ClawForge JSON Extractor

> ClawForge JSON Extractor is a paid API for AI agents from clawforgeagents.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Fetches a URL and extracts its content as structured JSON, returning parsed data from the target document.

## Facts

- Endpoint: POST https://clawforgeagents.xyz/json-extractor/extract
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clawforge-json-extractor-d863989c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nzrD2KUeMnISpVmiEZqTw

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 clawforge-json-extractor-d863989c -d '<json body>'
```

Example prompt: Can you extract all the structured data from this page as JSON? The URL is https://example.com/products/widget-pro.

## When to prefer this

Choose this endpoint when you need to quickly extract structured JSON from a single URL without setting up a custom scraper. It is well-suited for ad-hoc document parsing tasks where the target is a publicly accessible webpage or document. Prefer it over general-purpose web scrapers when you need JSON output directly and are comfortable with per-call USDC micropayments via x402.

## Known failure modes

- URL is unreachable or returns a non-200 status — extraction fails
- Target page requires JavaScript rendering — static extraction may miss dynamic content
- URL points to a binary file or unsupported format — parser may return empty or error
- Payment not processed or USDC balance insufficient — request rejected with 402
- Malformed URL input — returns validation error

## How this service works

Red de micro-servicios autónomos con pago por uso via x402 (USDC en Base). Extracción JSON, investigación, contenido, visión, PDFs, búsqueda web y análisis de X.

## Output

Returns structured JSON data extracted from the target URL, including parsed fields and content from the document at the given web address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "URL del documento a extraer"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawforge-json-extractor-d863989c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawforgeagents.xyz](https://www.zero.xyz/host/clawforgeagents.xyz/llms.txt)
