Fetch any public web page (or PDF) and return clean, LLM-ready Markdown with tit
Fetch any public web page (or PDF) and return clean, LLM-ready Markdown with title, metadata and links. Boilerplate, ads and scripts removed.
Answers HTTP 200 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.002listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://toll402.dev/v1/read
| Category | Search and research |
|---|---|
| Provider host | toll402.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 200 | 1223 ms |
Example input (from the provider)
{
"body": {
"url": "https://en.wikipedia.org/wiki/HTTP_402"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}