{
  "x402Version": 2,
  "id": 7048,
  "slug": "7048",
  "resource": "https://toll402.dev/v1/read",
  "description": "Fetch any public web page (or PDF) and return clean, LLM-ready Markdown with title, metadata and links. Boilerplate, ads and scripts removed.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x318d34fa0bd69eff17fac648d2df8cf7a88b3dbe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://en.wikipedia.org/wiki/HTTP_402"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "links": [
              {
                "href": "https://x402.org",
                "text": "x402"
              }
            ],
            "markdown": "# HTTP 402\n\n...",
            "title": "HTTP 402",
            "url": "https://en.wikipedia.org/wiki/HTTP_402",
            "wordCount": 812
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "format": {
                    "default": "markdown",
                    "description": "Which body format(s) to return",
                    "enum": [
                      "markdown",
                      "text",
                      "both"
                    ],
                    "type": "string"
                  },
                  "includeImages": {
                    "default": false,
                    "type": "boolean"
                  },
                  "includeLinks": {
                    "default": true,
                    "type": "boolean"
                  },
                  "maxChars": {
                    "default": 200000,
                    "description": "Truncate body to this many characters",
                    "maximum": 500000,
                    "minimum": 500,
                    "type": "integer"
                  },
                  "url": {
                    "description": "Public http(s) URL to read",
                    "format": "uri",
                    "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": {
                "properties": {
                  "ms": {
                    "type": "integer"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "result": {
                    "properties": {
                      "links": {
                        "items": {
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "text": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "markdown": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "wordCount": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "tool": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "toll402.dev",
  "lastUpdated": "2026-09-09T15:50:08.386Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T15:50:08.124Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "toll402.dev",
    "manifest_name": "toll402.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}