# Kairostamp Sitemap Lookup

> Kairostamp Sitemap Lookup is a paid API for AI agents from kairostamp.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Locates and fetches a site's sitemap (from robots.txt or /sitemap.xml), returning up to 100 normalized URLs with metadata and a tamper-evident receipt.

## Facts

- Endpoint: GET https://kairostamp.com/api/v1/sitemap
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kairostamp-sitemap-lookup-68914953
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K6vjxEFnMJhZ_PHk-zkD4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kairostamp-sitemap-lookup-68914953
```

Example prompt: Can you fetch the sitemap for https://example.com and give me the list of URLs it contains, along with the sitemap URL and a timestamp receipt?

## When to prefer this

Choose this endpoint when you need a fast, server-side sitemap lookup with a tamper-evident audit trail — particularly useful when you need both the list of URLs and a verifiable receipt proving what the sitemap contained at a specific time. It is better than a raw HTTP fetch when you want normalized URLs, automatic robots.txt fallback discovery, and receipt-chain verification in a single call. Not suitable when you need to recursively crawl child sitemaps or index more than 100 URLs.

## Known failure modes

- No sitemap found: sitemap_url is null and urls is empty if neither robots.txt nor /sitemap.xml yields a sitemap
- Sitemap fetch error: sitemap_status reflects the HTTP error code (e.g. 404, 403) from the sitemap server
- Invalid URL input: request rejected if the url parameter is missing, malformed, or non-http/https
- Sitemapindex kind: child sitemaps are not recursively fetched; only the index document URLs are returned
- Truncation: if sitemap has more than 100 URLs, truncated is true and only the first 100 are returned
- Private/blocked sitemaps: server-side fetch may fail if the site blocks non-browser user agents

## How this service works

Sitemap lookup: locates a site's sitemap from robots.txt or same-origin /sitemap.xml, fetches it server-side and returns up to 100 normalized http/https URLs with the sitemap URL, document kind, count, truncation flag, a timestamp and a tamper-evident receipt. Single GET query parameter (url). One document only; child sitemaps are not fetched.

## Output

Returns a JSON object containing the original site URL, the discovered sitemap URL (or null), up to 100 normalized http/https URLs found in the sitemap, the total URL count, sitemap document kind (urlset, sitemapindex, or unknown), HTTP status of the sitemap fetch, a truncation flag indicating if more than 100 URLs exist, the fetch timestamp, a UUID receipt ID, and a tamper-evident chain hash for verification.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kairostamp-sitemap-lookup-68914953/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kairostamp.com](https://www.zero.xyz/host/kairostamp.com/llms.txt)
