Clean web content extraction — any URL to markdown + text + metadata
Clean web content extraction — any URL to markdown + text + metadata
Answeringour last check, 2026-09-24
1 of 1checks answered this week
737 msmedian answer time
$0.005listed price per call
$0.005price 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
GET https://read.lonestaroracle.xyz/read
| Category | Everything else |
|---|---|
| Provider host | read.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 737 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"link": "example",
"page": "example",
"q": "nvidia",
"u": "example",
"uri": "example",
"url": "example"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "utility",
"description": "Any URL to clean markdown, plain text, and metadata (title, author, date, site). No account, no API key \u2014 agents pay per call over x402. The reader utility for agents.",
"name": "ReadEdge \u2014 Web Content Extraction",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"link": {
"description": "Alias for url",
"title": "Link",
"type": "string"
},
"page": {
"description": "Alias for url",
"title": "Page",
"type": "string"
},
"q": {
"description": "Alias for url",
"title": "Q",
"type": "string"
},
"u": {
"description": "Alias for url",
"title": "U",
"type": "string"
},
"uri": {
"description": "Alias for url",
"title": "Uri",
"type": "string"
},
"url": {
"description": "URL to read",
"title": "Url",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"reader",
"scraping",
"web",
"markdown",
"extraction"
],
"type": "object",
"version": "1.0.0"
}