← All use cases
Use Case

Sitemap API for Content Discovery

Discover all published content on any domain

Automatically find every article, blog post, and page published on a domain. Use sitemap data for competitive research, content gap analysis, and editorial planning.

Why use SitemapKit?

  • See every page a competitor has published
  • Track content volume and publishing frequency via lastmod
  • Identify content categories from URL patterns
  • Build content inventories for audits

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": "competitor.com"}' | \
  jq '[.urls[] | select(.loc | contains("/blog/"))] | length'

# Output: 847 (total blog posts on competitor.com)

Start using SitemapKit for content discovery

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

Other use cases