Sitemaps are XML. Nobody likes parsing XML. The dog parses it, you get a clean JSON array. It even follows sitemap index files recursively, so nested sitemaps aren't a problem.
SEO audits, content monitoring, building navigation trees, syncing content to databases, and finding every URL on a site without crawling page-by-page.
curl -X POST https://api.denkbot.dog/sitemap \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "url": "https://example.com" }'We follow sitemap index files and return all URLs from all child sitemaps.
We return an empty array and a 404-style error. No drama.
Up to 5000. Pass a limit param to cap it lower.

β¬19/year. Unlimited requests. API key ready in 30 seconds.