{
  "x402Version": 2,
  "id": 3689,
  "slug": "3689",
  "resource": "https://api.webbersites.com/api/seo/metadata",
  "description": "Raw metadata extractor: the complete, unopinionated head inventory of a page — title, charset, lang, canonical, all meta tags grouped by family (OpenGraph, Twitter, Dublin Core, named, http-equiv, itemprop), every link relation, and JSON-LD returned as parsed objects. For agents doing their own processing (head-check audits the same data; this just dumps it). ?url=",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdd5fcEa81CA6f1EB39FEd5B973DE794293B81ba6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "url": "https://example.com"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "charset": "utf-8",
            "counts": {
              "jsonld_blocks": 1,
              "links": 9,
              "meta_tags": 18,
              "og": 5,
              "twitter": 4
            },
            "jsonld": [
              {
                "@type": "Organization"
              }
            ],
            "lang": "en",
            "links": {
              "canonical": [
                "https://example.com/"
              ],
              "icon": [
                {
                  "href": "/favicon.ico",
                  "sizes": "32x32"
                }
              ]
            },
            "opengraph": {
              "image": "https://example.com/og.png",
              "title": "Example"
            },
            "title": "Example"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "url": {
                    "description": "Public URL to extract metadata from",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "counts": {
                    "type": "object"
                  },
                  "jsonld": {
                    "type": "array"
                  },
                  "links": {
                    "type": "object"
                  },
                  "meta": {
                    "type": "object"
                  },
                  "opengraph": {
                    "type": "object"
                  },
                  "title": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.webbersites.com",
  "lastUpdated": "2026-09-09T16:14:07.734Z",
  "quality": {
    "calls30d": 9,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-09T16:14:07.532Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.webbersites.com",
    "manifest_name": "api.webbersites.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"
  }
}