{
  "name": "Compare how a page renders from different countries with Rendex geo screenshots",
  "nodes": [
    {
      "parameters": {
        "content": "## 🌍 Geo screenshots — see your page from another country\n\n**Who it's for:** teams shipping localized pricing, geo-gated content, or region-specific CDNs who need to verify what users in each country actually see.\n\n**What it does:** captures the same URL from **two different countries** in parallel and merges the results so you can compare them side by side.\n\n**⚡ Plan:** Geo-targeting is a **Pro / Enterprise** feature.\n\n**How it works:**\n1. **Trigger** fires\n2. Two **Rendex** nodes capture the URL with **Geo Country** = `US` and `DE`\n3. **Merge** combines both captures into one item\n\n**How to use:**\n1. Install `n8n-nodes-rendex` and add your **Rendex API** credential (Pro+ for geo)\n2. Set the **URL** and change the **Geo Country** codes as needed (add more branches for more countries)\n3. Click **Test workflow**\n\n📚 Docs: https://rendex.dev/docs/n8n · Geo: https://rendex.dev/pricing",
        "height": 460,
        "width": 440
      },
      "id": "sticky-overview",
      "name": "Overview",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [-380, 120]
    },
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "When clicking Test",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [180, 380]
    },
    {
      "parameters": {
        "content": "### Capture from each country\nEach Rendex node sets **Additional Options → Geo Country** to an ISO code (`US`, `DE`, `JP`, `GB`…). Add a branch per country. Geo is visual-only (Pro+).",
        "height": 300,
        "width": 320,
        "color": 5
      },
      "id": "sticky-geo",
      "name": "Geo note",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [420, 120]
    },
    {
      "parameters": {
        "resource": "screenshot",
        "operation": "capture",
        "source": "url",
        "url": "https://rendex.dev/pricing",
        "format": "png",
        "binaryPropertyName": "us",
        "additionalOptions": {
          "geo": "US",
          "fullPage": true
        }
      },
      "id": "rendex-us",
      "name": "Rendex — Capture (US)",
      "type": "n8n-nodes-rendex.rendex",
      "typeVersion": 1,
      "position": [500, 280]
    },
    {
      "parameters": {
        "resource": "screenshot",
        "operation": "capture",
        "source": "url",
        "url": "https://rendex.dev/pricing",
        "format": "png",
        "binaryPropertyName": "de",
        "additionalOptions": {
          "geo": "DE",
          "fullPage": true
        }
      },
      "id": "rendex-de",
      "name": "Rendex — Capture (DE)",
      "type": "n8n-nodes-rendex.rendex",
      "typeVersion": 1,
      "position": [500, 480]
    },
    {
      "parameters": {
        "mode": "combine",
        "combineBy": "combineByPosition",
        "options": {}
      },
      "id": "merge",
      "name": "Merge US + DE",
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3,
      "position": [820, 380]
    }
  ],
  "connections": {
    "When clicking Test": {
      "main": [
        [
          { "node": "Rendex — Capture (US)", "type": "main", "index": 0 },
          { "node": "Rendex — Capture (DE)", "type": "main", "index": 0 }
        ]
      ]
    },
    "Rendex — Capture (US)": {
      "main": [[{ "node": "Merge US + DE", "type": "main", "index": 0 }]]
    },
    "Rendex — Capture (DE)": {
      "main": [[{ "node": "Merge US + DE", "type": "main", "index": 1 }]]
    }
  },
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "instanceId": ""
  }
}
