{
  "x402Version": 2,
  "id": 8676,
  "slug": "8676",
  "resource": "https://workbot1.oddsys.org/fetch",
  "description": "Fetch a public web page and return clean markdown (or structured JSON) — URL in, agent-ready content out, typically 80-85% fewer tokens than raw HTML. Handles redirects and compression.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x15459498e1191d8787c83177809bd54022fA18c4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "format": "markdown",
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "body": {
            "extracted": "boolean",
            "markdown": "string",
            "meta": {
              "estInputTokens": "number",
              "estOutputTokens": "number",
              "inputBytes": "number",
              "outputChars": "number"
            },
            "source": {
              "bytes": "number",
              "httpStatus": "number",
              "url": "string (final URL after redirects)"
            },
            "title": "string|null"
          },
          "bodyType": "json",
          "example": {
            "extracted": false,
            "markdown": "# Example Domain\n\nThis domain is for use in documentation examples.",
            "meta": {
              "estInputTokens": 314,
              "estOutputTokens": 17,
              "inputBytes": 1256,
              "outputChars": 68
            },
            "source": {
              "bytes": 1256,
              "httpStatus": 200,
              "url": "https://example.com/"
            },
            "title": "Example Domain"
          }
        }
      },
      "routeTemplate": "/fetch",
      "schema": {
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "format": {
                    "description": "markdown (default) = clean prose; extract = structured JSON (title, byline, meta, JSON-LD, links).",
                    "enum": [
                      "markdown",
                      "extract"
                    ],
                    "type": "string"
                  },
                  "url": {
                    "description": "Public http/https URL of the page to fetch. May also be passed as the ?url= query parameter with an empty body.",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "workbot1.oddsys.org",
  "lastUpdated": "2026-08-24T04:10:40.741Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-24T04:10:40.044Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "workbot1.oddsys.org",
    "manifest_name": "workbot1.oddsys.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}