Enter a sitemap.xml URL to extract all the URLs it lists. Sitemap index files are followed automatically (up to 5 child sitemaps, 5000 URLs total). Up to 15 checks/hour per visitor.
curl -sS "https://devops.majbase.com/sitemap-extractor/api?url=https://example.com/sitemap.xml"
Returns {"source_url", "is_index", "child_sitemaps_fetched", "urls": [{"loc","lastmod","changefreq","priority"}, ...], "total_found", "truncated"}, or {"error": "..."}. Rate limited to 15 checks/hour per source IP; refuses to connect to a hostname that resolves to a private/internal address.