Web page extract
Web page extract: render a page in a real browser and return its text and links. Render a web page in a real browser and return its full text and links.
Not answeringour last check, 2026-09-27
0 of 1checks answered this week
n/amedian answer time
$0.009listed 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
GET https://apexfaucet.xyz/api/x402/page-extract
| Category | Search and research |
|---|---|
| Provider host | apexfaucet.xyz |
| Networks | eip155:5042, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| 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-27 | no answer |
Example input (from the provider)
{
"discoverable": true,
"method": "GET",
"queryParams": {
"full": "1",
"url": "https://docs.arc.io/"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"full": {
"description": "Set to 1 for the full rendered text and every outbound link ($0.009 over x402). Programs pay for every call, with or without it; only a browser gets a short preview without it (title, description, headings, first 400 characters).",
"type": "string"
},
"url": {
"description": "The http(s) page to render. JavaScript is executed before the text is taken, so single-page apps and documentation sites come back complete.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}