{
  "x402Version": 2,
  "id": 13031,
  "slug": "13031",
  "resource": "https://web-scraper-api-production-bf20.up.railway.app/scrape/metadata",
  "description": "Extract page metadata: title, description, keywords, author, published/modified dates, canonical, language, favicon, and OpenGraph/Twitter card tags.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xFFc458dB291b4ABcE020fE3de4f91F2770E537b1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "author": null,
            "canonical": "https://example.com/",
            "description": "Illustrative example domain reserved for use in documentation.",
            "favicon": "https://example.com/favicon.ico",
            "final_url": "https://example.com/",
            "keywords": null,
            "language": "en",
            "modified": "2024-02-01T12:30:00Z",
            "open_graph": {
              "description": "Illustrative example domain.",
              "image": "https://example.com/og.png",
              "site_name": "Example",
              "title": "Example Domain",
              "type": "website",
              "url": "https://example.com/"
            },
            "published": "2024-01-15T09:00:00Z",
            "title": "Example Domain",
            "twitter": {
              "card": "summary_large_image",
              "creator": "@example",
              "description": "Illustrative example domain.",
              "image": "https://example.com/tw.png",
              "site": "@example",
              "title": "Example Domain"
            },
            "url": "https://example.com"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "url": {
                    "description": "Absolute http(s) URL of the page to scrape, e.g. 'https://example.com'.",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "author": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "canonical": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "favicon": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "final_url": {
                    "type": "string"
                  },
                  "keywords": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "language": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "modified": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "open_graph": {
                    "description": "OpenGraph tags: title, description, image, url, type, site_name.",
                    "type": "object"
                  },
                  "published": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "twitter": {
                    "description": "Twitter card tags: card, title, description, image, site, creator.",
                    "type": "object"
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "web-scraper-api-production-bf20.up.railway.app",
  "lastUpdated": "2026-09-14T20:00:59.564Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-14T20:00:59.316Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "web-scraper-api-production-bf20.up.railway.app",
    "manifest_name": "web-scraper-api-production-bf20.up.railway.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}