{
  "name": "AI-Powered Product Research & Price Comparison with Google Search and OpenAI",
  "nodes": [
    {
      "id": null,
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ]
    },
    {
      "id": null,
      "name": "Set Product Description",
      "type": "n8n-nodes-base.set",
      "position": [
        460,
        300
      ]
    },
    {
      "id": null,
      "name": "AI: Generate Search Queries",
      "type": "n8n-nodes-base.openAi",
      "position": [
        700,
        300
      ]
    },
    {
      "id": null,
      "name": "Split Queries",
      "type": "n8n-nodes-base.function",
      "position": [
        940,
        300
      ]
    },
    {
      "id": null,
      "name": "Google Custom Search (CSE)",
      "type": "n8n-nodes-base.googleCustomSearch",
      "position": [
        1180,
        300
      ]
    },
    {
      "id": null,
      "name": "Combine Search Results",
      "type": "n8n-nodes-base.set",
      "position": [
        1420,
        300
      ]
    },
    {
      "id": null,
      "name": "AI: Summarize Products & Prices",
      "type": "n8n-nodes-base.openAi",
      "position": [
        1660,
        300
      ]
    },
    {
      "id": null,
      "name": "Send Report Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1900,
        300
      ]
    }
  ],
  "connections": {
    "Split Queries": {
      "main": [
        [
          {
            "node": "Google Custom Search (CSE)",
            "type": "main"
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Set Product Description",
            "type": "main"
          }
        ]
      ]
    },
    "Combine Search Results": {
      "main": [
        [
          {
            "node": "AI: Summarize Products & Prices",
            "type": "main"
          }
        ]
      ]
    },
    "Set Product Description": {
      "main": [
        [
          {
            "node": "AI: Generate Search Queries",
            "type": "main"
          }
        ]
      ]
    },
    "Google Custom Search (CSE)": {
      "main": [
        [
          {
            "node": "Combine Search Results",
            "type": "main"
          }
        ]
      ]
    },
    "AI: Generate Search Queries": {
      "main": [
        [
          {
            "node": "Split Queries",
            "type": "main"
          }
        ]
      ]
    },
    "AI: Summarize Products & Prices": {
      "main": [
        [
          {
            "node": "Send Report Email",
            "type": "main"
          }
        ]
      ]
    }
  }
}