← All integrations
Automation

SitemapKit + Make (Integromat)

Integrate SitemapKit into Make scenarios for automated sitemap monitoring, competitive analysis, and content tracking workflows.

Quick Start

// 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.

How it works

  1. Get your API key — Sign up for a free SitemapKit account to get your sk_live_* API key.
  2. Call the API — Use the /api/v1/sitemap/full endpoint to discover and extract all sitemaps from a domain in one call.
  3. Process the data — The response includes structured JSON with all URLs, lastmod dates, and sitemap metadata.

API Endpoints

  • POST /api/v1/sitemap/discover — Find all sitemaps on a domain
  • POST /api/v1/sitemap/extract — Parse a sitemap URL and extract all URLs
  • POST /api/v1/sitemap/full — Discover + extract in one call (recommended)

Start using SitemapKit with Make (Integromat)

100 free API calls/month. No credit card required.

More Automation integrations