{
  "x402Version": 2,
  "id": 7369,
  "slug": "7369",
  "resource": "https://rook-x402-service.onrender.com/v1/read",
  "description": "Fetch a URL and return clean article text (readability extraction: title, byline, text). Body: { url: string, maxChars?: number }.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0xF23C807195B18f2c1B993a7489c30a41ffE30730",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "maxChars": 20000,
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "byline": null,
            "charCount": 15,
            "finalUrl": "https://example.com/article",
            "siteName": "Example",
            "text": "Article text...",
            "title": "Example article",
            "truncated": false,
            "url": "https://example.com/article"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "maxChars": {
                    "description": "Max characters of extracted text to return (100-100000, default 20000).",
                    "type": "number"
                  },
                  "url": {
                    "description": "Public http(s) URL to fetch and extract article text from.",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "rook-x402-service.onrender.com",
  "lastUpdated": "2026-09-17T05:36:50.273Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T05:36:50.071Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "rook-x402-service.onrender.com",
    "manifest_name": "rook-x402-service.onrender.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"
  }
}