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.
A repeatable workflow for content discovery that turns sitemap data into a structured result your team can validate and reuse.
Start from this concrete goal: Discover all published content on any domain
Use the implementation example below from server-side code and pass the target domain or sitemap URL required by the workflow.
Check the returned sitemap URLs and page records against the expected outcome for content discovery before sending the data to the next system.
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)Inspect a sitemap structure before automating the workflow.
Review authentication, endpoints, response fields, and limits.
Connect sitemap discovery to the language or platform you use.
Understand XML sitemap fields and technical SEO terminology.
Free tier includes 100 API calls/month. No credit card required.