K

Kairostamp · Link MAP

by Kairostamp

GETBase

$0.002

per call · USD Coin on Base

Link map: fetches one public HTML page server-side and returns up to 100 normalized, deduplicated http/https links with internal/external classification and counts, the final URL, a timestamp and a tamper-evident receipt. Single GET query parameter (url). One page only; no recursive crawling. Check crawl permission first with GET /api/v1/robots-check.

Endpoint

GET https://kairostamp.com/api/v1/link-map

1

Calls / 30d

1

Unique payers / 30d

Aug 23

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://kairostamp.com/api/v1/link-map", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://kairostamp.com/api/v1/link-map?url=https%3A%2F%2Fexample.com%2F" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "chain_hash": "d084fff3e5d852089814f7d4d3ffe9d04d1a39ce9d2e0573a95f24cf78fb584d",
  "external_count": 1,
  "fetched_at": "2026-08-23T05:32:12.771Z",
  "internal_count": 1,
  "link_count": 2,
  "links": [
    {
      "internal": true,
      "url": "https://example.com/pricing"
    },
    {
      "internal": false,
      "url": "https://www.iana.org/domains/example"
    }
  ],
  "max_links": 100,
  "note": "Links are read from the fetched HTML of this single page: no JavaScript is executed and no recursive crawling is performed. mailto, javascript, data and fragment-only links are ignored. At most 100 unique links are returned; `truncated` is true when the page had more or exceeded the fetch limit.",
  "receipt_id": "85cd424c-b68b-440e-8f4f-e02147799f30",
  "status_code": 200,
  "truncated": false,
  "url": "https://example.com/"
}

Payment details

Pay to0xdb6f694ae695c632c82677a50593b46137808453
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Kairostamp & similar services