Extract a public HTTP(S) web page into structured JSON with a clean text excerpt for LLM w
Extract a public HTTP(S) web page into structured JSON with a clean text excerpt for LLM workflows: title, description, JSON-LD, Open Graph/Twitter metadata, headings, links, and AI-readiness signals. Fetches without JavaScript rendering, follows redirects, and applies a 12-second timeout and 3 MB read cap. The paid JSON keeps requestedUrl, finalUrl, source HTTP status, sourceOk, a nullable error, and capture limits; the excerpt is not the full page. Use /read for longer cleaned Markdown.
5000 (raw units)
price
14
calls / 30d
10
unique payers
2026-09-17
updated
Provider
agents.samedaydesk.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x8904dF3DE6DFEe6a7C8cc38619d2f17806213Cee",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"url": "https://example.com"
},
"type": "http"
},
"output": {
"example": {
"aiReadiness": {
"hasJsonLd": false,
"schemaTypes": []
},
"capture": {
"bodyTruncated": false,
"javascriptExecuted": false,
"method": "http-get-no-javascript",
"textTruncated": false
},
"description": null,
"error": null,
"finalUrl": "https://example.com",
"jsonLd": [],
"ok": true,
"requestedUrl": "https://example.com",
"sourceOk": true,
"status": 200,
"title": "Example Domain",
"url": "https://example.com"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"url": {
"description": "Public http(s) URL to extract.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"aiReadiness": {
"type": "object"
},
"capture": {
"type": "object"
},
"description": {
"type": [
"string",
"null"
]
},
"error": {
"type": [
"object",
"null"
]
},
"finalUrl": {
"type": "string"
},
"headings": {
"type": "object"
},
"jsonLd": {
"type": "array"
},
"links": {
"type": "array"
},
"ok": {
"type": "boolean"
},
"openGraph": {
"type": "object"
},
"requestedUrl": {
"type": "string"
},
"sourceOk": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"text": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"ok",
"url",
"title",
"status",
"sourceOk",
"requestedUrl",
"finalUrl"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_lqj09bnf"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "eip712",
"payload": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0x8904dF3DE6DFEe6a7C8cc38619d2f17806213Cee",
"resourceUrl": "https://agents.samedaydesk.com/extract",
"scheme": "exact",
"validUntil": 1789618109,
"version": 1
},
"signature": "0xeedcb4b9e98b8e506c75b4d5f55cc8cd2c45bf7f6307c3305ccf3612f846aaa86fee405916a8653ef7f43cc46dbe37e398970126942125887bf38fca9655bb651b"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}
}Use it
curl
curl "https://agents.samedaydesk.com/extract" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agents.samedaydesk.com/extract");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agents.samedaydesk.com/extract")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1058.json, and this resource appears in /discovery/resources and /discovery/search.