Unnamed service
GET jsonrecon.com/extract
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Convert a public web page into concise, validated Schema.org JSON-LD for agents and automation. Supports 200+ entity types and can produce a useful page-level entity when existing markup is missing or incomplete. $0.01 USDC per successful request on Base. Call /check before paying. Payment authorization settles only after a successful response.
Resource: jsonrecon.com/extract
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xC1726e09aEa4b9b967353B7b56890955E9E5Bc2c
Payment methods: — · Last validation: 2026-09-14 16:40:06.166+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The full URL of the web page to extract schema.org structured data from."
},
"suggest": {
"type": "boolean",
"description": "Set to true to dynamically identify and return the optimal schema snippet for the page if the site-provided markup is sparse. Use this if you want our AI to suggest the best schema type."
},
"schema_type": {
"type": "string",
"description": "The specific schema.org entity type to extract (e.g., Article, Product, Recipe, LocalBusiness) or \"auto\" for detection."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "JSON Recon Full extraction result",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data",
"schema_type",
"confidence",
"cached",
"extraction_ms"
],
"properties": {
"data": {
"type": "object",
"properties": {
"@type": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
]
},
"@context": {}
},
"description": "A Schema.org JSON-LD entity. Its fields vary with schema_type.",
"additionalProperties": true
},
"_meta": {
"type": "object",
"additionalProperties": true
},
"cached": {
"type": "boolean"
},
"source": {
"type": "string",
"description": "The public provenance category for the extracted entity."
},
"success": {
"type": "boolean",
"const": true
},
"confidence": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"schema_type": {
"type": "string",
"minLength": 1,
"description": "The primary Schema.org type represented by data."
},
"extracted_at": {
"type": "string"
},
"page_schemas": {
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"extraction_ms": {
"type": "number",
"minimum": 0
},
"recommendation": {
"type": "string"
},
"suggested_data": {
"type": "object",
"properties": {
"@type": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
]
},
"@context": {}
},
"description": "A Schema.org JSON-LD entity. Its fields vary with schema_type.",
"additionalProperties": true
},
"suggested_type": {
"type": "string",
"minLength": 1
},
"suggested_reason": {
"type": "string"
}
},
"description": "A successful Full extraction response containing one primary Schema.org JSON-LD entity and extraction metadata.",
"additionalProperties": true
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xC1726e09aEa4b9b967353B7b56890955E9E5Bc2c",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xC1726e09aEa4b9b967353B7b56890955E9E5Bc2c",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.