get-sitemap-links

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

A TypeScript library to fetch and parse all links recursively from a sitemap XML file, including support for sitemap indexes. Version 1.1.0 is the latest stable release. It uses native fetch (Node >=18.0) or node-fetch for earlier versions. Key differentiator is its recursive crawling of sitemap index files and ability to filter specific indexes. Lightweight with zero runtime dependencies beyond node-fetch for older Node versions.