← Back to directory

Custom JSON-schema web extract for AI agents: POST url + your schema, get filled...

https://schemafetch.panmediatech.workers.dev/x402/extract/custom

Overview

Custom JSON-schema web extract for AI agents: POST url + your schema, get filled fields with confidence and sources. Task-shaped page data without Firecrawl clones. Pay-per-call x402 USDC on Base ($0.04). No API key, no account.

Protocol x402
Price $0.04
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider schemafetch
Source bazaar
Indexed 2026-07-12 07:08:41

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "properties": { "schema": { "description": "JSON Schema-like properties object defining fields to fill", "type": "object" }, "url": { "description": "Public HTTPS page to extract", "type": "string" } }, "required": [ "url", "schema" ], "type": "object" }, "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "cache": { "enum": [ "hit", "miss" ], "type": "string" }, "confidence": { "type": "number" }, "data": { "type": "object" }, "fetched_at": { "type": "string" }, "preset": { "type": [ "string", "null" ] }, "sources": { "type": "array" } }, "required": [ "data", "confidence", "sources", "fetched_at" ], "type": "object" }