S

Skim402 · Read

by Skim402

GETBase

$0.002

per call · USD Coin on Base

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

Endpoint

GET https://skim402.com/api/v2/read

27

Calls / 30d

6

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://skim402.com/api/v2/read", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://skim402.com/api/v2/read?url=https%3A%2F%2Fexample.com%2Farticle" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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"
}

Payment details

Pay to0x63ae98f3363b346a94fcc1cbcb621f1c2b1fcddc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Skim402 & similar services