Schema-constrained web extract for AI agents. Pass url + preset (saas_pricing|co...
https://schemafetch.panmediatech.workers.dev/x402/extractOverview
Schema-constrained web extract for AI agents. Pass url + preset (saas_pricing|contact|team|product|faq) or url + JSON schema. Returns validated structured JSON with confidence and source snippets.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
schemafetch
Source
bazaar
Indexed
2026-07-12 05:15:04
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": {
"preset": {
"enum": [
"saas_pricing",
"contact",
"team",
"product",
"faq"
],
"type": "string"
},
"schema": {
"description": "JSON Schema-like object with properties",
"type": "object"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"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"
}