Integrate SitemapKit into Make scenarios for automated sitemap monitoring, competitive analysis, and content tracking workflows.
// 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.sk_live_* API key./api/v1/sitemap/full endpoint to discover and extract all sitemaps from a domain in one call.POST /api/v1/sitemap/discover — Find all sitemaps on a domainPOST /api/v1/sitemap/extract — Parse a sitemap URL and extract all URLsPOST /api/v1/sitemap/full — Discover + extract in one call (recommended)100 free API calls/month. No credit card required.