{
  "name": "Generate product ideas from website content with FireCrawl and GPT-4.1",
  "nodes": [
    {
      "id": "36a1ecc8-a9bf-4059-aed0-5b7d89ac768f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 496,
        "height": 640,
        "content": "## AI Website Analyzer for Product Ideas with FireCrawl\n\n### How it works\n1. Put any website URL in the form.\n2. The URL will be sent to the Firecrawl API to analyze the website in depth.\n3. After ana"
      }
    },
    {
      "id": "93c94160-848d-490f-b537-8636a9f53d13",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        624,
        432
      ]
    },
    {
      "id": "5a9fda60-25ef-48b2-80f1-fb5b67293b47",
      "name": "Scrape Website Content",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        832,
        432
      ]
    },
    {
      "id": "a95001ea-e65c-44ee-9481-c0cadce825ed",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        336
      ],
      "parameters": {
        "width": 512,
        "height": 304,
        "content": "## 1. Get the website information "
      }
    },
    {
      "id": "dac43706-c519-4864-8107-e4b7ccc40cce",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1280,
        432
      ]
    },
    {
      "id": "0368e1dc-7f0f-4d4b-a21d-9ea1e0ba05a6",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1280,
        656
      ]
    },
    {
      "id": "5b80910a-25f6-4bc9-9b97-d2ce05a3aa45",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1136,
        336
      ],
      "parameters": {
        "width": 512,
        "height": 464,
        "content": "## 2. Summarize the website information and change to HTML format"
      }
    },
    {
      "id": "6e0824ef-5e87-4f5d-adad-07db6da8ac03",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1712,
        336
      ],
      "parameters": {
        "width": 400,
        "height": 304,
        "content": "## 3. Get the results"
      }
    },
    {
      "id": "de31141e-cc6c-48ab-90ab-bf5e75e5840a",
      "name": "View the result in HTML",
      "type": "n8n-nodes-base.html",
      "position": [
        1872,
        432
      ]
    },
    {
      "id": "f47d8453-4989-492f-a441-9bffc06d7ba7",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        672
      ],
      "parameters": {
        "width": 496,
        "height": 352,
        "content": "## Here's how\n\n@[youtube](2jXR8mb-DeY)"
      }
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "View the result in HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Scrape Website Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Website Content": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}