← All use cases
Use Case

Sitemap API for SEO Audit

Automate sitemap audits at scale

Pull a complete URL inventory from any domain's sitemaps. Check lastmod coverage, detect missing pages, and compare sitemap URLs against crawled URLs to find orphaned content.

Why use SitemapKit?

  • Get a complete URL inventory in seconds instead of running a full crawl
  • Check lastmod accuracy across all pages
  • Detect orphaned pages not in sitemaps
  • Compare sitemap vs crawl coverage

Example

curl -X POST https://sitemapkit.com/api/v1/sitemap/full \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"url": "example.com"}'

# Response includes all URLs with lastmod, changefreq, priority
# Compare against your crawl data to find gaps

Start using SitemapKit for seo audit

Free tier includes 100 API calls/month. No credit card required.

Other use cases