FETCH402
← Protocol index

Resource / 415

skipped

Unnamed resource.

Skim: clean reader — URL to agent-ready markdown + structured metadata, ~4x smaller than raw HTML.

Eligibility
probeable
Failures
0
Last quote
Last probe
2026-08-13 00:15:02 UTC
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 2000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x63AE98f3363B346a94Fcc1CBcB621F1C2B1Fcddc

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 1 recent
skipped 2026-08-13 00:15:02 UTC GET · accepts 0 · base 0 robots_disallow
Request
GET https://skim402.com/api/v2/read
Robots
disallow
Note
robots_disallow
Accepts fingerprint
4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945

Request headers

{
  "accept": "*/*",
  "user-agent": "Fetch402Bot/0.1 (+https://fetch402.com/crawler; contact: crawler@fetch402.com)"
}

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "url": "https://example.com/article"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "finalUrl": "https://example.com/article",
    "markdown": "# Example Article\n\nClean markdown extracted from the page, with headings, lists, and links preserved.",
    "metadata": {
      "lang": "en",
      "publishedAt": "2025-01-01T00:00:00Z",
      "siteName": "Example Site",
      "title": "Example Article"
    },
    "mode": "basic",
    "text": "Example Article\n\nClean markdown extracted from the page...",
    "url": "https://example.com/article"
  },
  "type": "json"
}