ToolAssay

Convert a public web page into concise, validated Schema.org JSON-LD for agents

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1081 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://jsonrecon.com/extract

CategorySearch and research
Provider hostjsonrecon.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 1081 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "schema_type": "auto",
    "url": "https://www.seed-sack.com/products/the-classic-single-seed-sack"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "schema_type": {
              "description": "The specific schema.org entity type to extract (e.g., Article, Product, Recipe, LocalBusiness) or \"auto\" for detection.",
              "type": "string"
            },
            "suggest": {
              "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.",
              "type": "boolean"
            },
            "url": {
              "description": "The full URL of the web page to extract schema.org structured data from.",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": true,
          "description": "A successful Full extraction response containing one primary Schema.org JSON-LD entity and extraction metadata.",
          "properties": {
            "_meta": {
              "additionalProperties": true,
              "type": "object"
            },
            "cached": {
              "type": "boolean"
            },
            "confidence": {
              "enum": [
                "high",
                "medium",
                "low"
              ],
              "type": "string"
            },
            "data": {
              "additionalProperties": true,
              "description": "A Schema.org JSON-LD entity. Its fields vary with schema_type.",
              "properties": {
                "@context": {},
                "@type": {
                  "oneOf": [
                    {
                      "type": "string"
                    },
                    {
                      "items": {
                        "type": "string"
                      },
                      "minItems": 1,
                      "type": "array"
                    }
                  ]
                }
              },
              "type": "object"
            },
            "extracted_at": {
              "type": "string"
            },
            "extraction_ms": {
              "minimum": 0,
              "type": "number"
            },
            "page_schemas": {
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "recommendation": {
              "type": "string"
            },
            "schema_type": {
              "description": "The primary Schema.org type represented by data.",
              "minLength": 1,
              "type": "string"
            },
            "source": {
              "description": "The public provenance category for the extracted entity.",
              "type": "string"
            },
            "success": {
              "const": true,
              "type": "boolean"
            },
            "suggested_data": {
              "additionalProperties": true,
              "description": "A Schema.org JSON-LD entity. Its fields vary with schema_type.",
              "properties": {
                "@context": {},
                "@type": {
                  "oneOf": [
                    {
                      "type": "string"
                    },
                    {
                      "items": {
                        "type": "string"
                      },
                      "minItems": 1,
                      "type": "array"
                    }
                  ]
                }
              },
              "type": "object"
            },
            "suggested_reason": {
              "type": "string"
            },
            "suggested_type": {
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "success",
            "data",
            "schema_type",
            "confidence",
            "cached",
            "extraction_ms"
          ],
          "title": "JSON Recon Full extraction result",
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON