Integrate SitemapKit into Make scenarios for automated sitemap monitoring, competitive analysis, and content tracking workflows.
Use the secret or environment-variable mechanism provided by your automation setup. Never expose the key in client-side code.
Adapt the request shown in the Make (Integromat) example below and send the target domain from a trusted server process.
Handle discovered sitemap files, extracted URLs, lastmod values, truncation flags, and API errors before passing the result downstream.
// Make HTTP Module configuration:
// URL: https://sitemapkit.com/api/v1/sitemap/full
// Method: POST
// Headers:
// Content-Type: application/json
// x-api-key: YOUR_API_KEY
// Body type: Raw (application/json)
// Request content:
{
"url": "{{1.domain}}"
}
// Parse Response: Yes
// The output will contain sitemaps[] and urls[] arrays
// Route to Google Sheets, Slack, Email, etc.Check authentication, endpoints, response fields, and limits.
Preview the URL extraction result before writing integration code.
See how teams use sitemap data in SEO and engineering workflows.
Look up lastmod, sitemap indexes, and other response concepts.
100 free API calls/month. No credit card required.