{
  "x402Version": 2,
  "id": 8913,
  "slug": "8913",
  "resource": "https://jsonrecon.com/extract",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xC1726e09aEa4b9b967353B7b56890955E9E5Bc2c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "schema_type": "auto",
            "url": "https://www.seed-sack.com/products/the-classic-single-seed-sack"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "cached": false,
            "confidence": "high",
            "data": {
              "@context": "https://schema.org",
              "@type": "Product",
              "brand": {
                "@type": "Brand",
                "name": "Seed Sack"
              },
              "name": "The Classic Seed Sack",
              "offers": {
                "@type": "Offer",
                "price": "17.99",
                "priceCurrency": "USD"
              },
              "sku": "11413-1983"
            },
            "extraction_ms": 1200,
            "schema_type": "Product",
            "source": "existing_jsonld",
            "success": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "jsonrecon.com",
  "lastUpdated": "2026-09-17T03:56:59.595Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T03:56:59.38Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "jsonrecon.com",
    "manifest_name": "jsonrecon.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}