$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/read27
Calls / 30d
6
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
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 -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
0x63ae98f3363b346a94fcc1cbcb621f1c2b1fcddcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Skim402 & similar services
Skim402 · Read
skim402.com
Skim: clean reader — URL to agent-ready markdown + metadata, ~4x smaller than raw HTML
Skim402 · Read JS
skim402.com
Skim: JS-rendered reader — full browser render via Cloudflare for SPAs and JS-gated pages, clean markdown ~4x smaller than raw HTML
Skim402 · AI News Latest
skim402.com
Skim Signal: AI/tech news — high-signal Hacker News stories, fresh arXiv AI papers, and official vendor announcements as structured items (title, excerpt, source, link). Refreshed on a 10-minute cycle; poll as often as you like.