01 // SITEMAP → JSON

Sitemap to JSON.

Pretty-printed JSON array. Every URL with lastmod, changefreq and priority — ready to pipe into n8n, scripts, or AI agents.

Supports XML sitemaps, sitemap-index files (auto-followed), HTML site indexes and plain-text URL lists.

Frequently asked

FAQ

What's the JSON shape?
An array of objects: [{ "url": "...", "lastmod": "...", "changefreq": "...", "priority": "...", "source": "..." }]. Optional fields are omitted when missing.
Is it streaming?
No — the response is one JSON document. For huge sitemaps that doesn't matter much because each entry is small, but if you need streaming pull TXT instead.