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.
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)Free tier includes 100 API calls/month. No credit card required.