{
  "name": "Product Research Workflows",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -736,
        -464
      ],
      "id": "3c0c539f-76f7-46ff-9167-feea0f7e4944",
      "name": "When clicking ‘Execute workflow’"
    },
    {
      "parameters": {
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "filtersUI": {
          "values": [
            {
              "lookupColumn": "STATUS",
              "lookupValue": "COMPLET"
            },
            {
              "lookupColumn": "BRANDING",
              "lookupValue": "NOT BRANDED"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        -496,
        -384
      ],
      "id": "2f75b3b8-969d-4144-948f-4c6c22319617",
      "name": "Get row(s) in sheet",
      "alwaysOutputData": true,
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "promptType": "define",
        "text": "=PRODUCT NAME:\n{{ $json['Product Explorer'] }}\n\nCATEGORY: {{ $json.Category }} SUB-CATEGORY: {{ $json['Sub-Category'] }}",
        "hasOutputParser": true,
        "needsFallback": true,
        "options": {
          "systemMessage": "You are a brand detection specialist. Your task is to determine whether a given product name is a branded product (associated with a specific company or trademark) or a generic/unbranded product description.\n\n## Instructions\n\nGiven a product name and its category/sub-category, use the Brave Web Search tool to research whether the product name represents a brand.\n\n**Search Strategy:**\n1. Search for the product name to check for official brand websites, company ownership, or trademark information\n2. Look for evidence such as: official company websites, Wikipedia pages about the brand, trademark registrations, or consistent association with a specific manufacturer\n\n**Classification Criteria:**\n\n**Branded (Yes):**\n- Product name is a registered trademark or trade name\n- Product name is associated with a specific company/manufacturer\n- Product name has an official website or brand presence\n- Examples: \"Crest Whitening Strips\", \"Neutrogena Serum\", \"Oral-B Toothbrush\"\n\n**Not Branded (No):**\n- Product name is a generic description of the product type\n- Product name describes ingredients, function, or category without brand association\n- No specific company ownership found\n- Examples: \"Vitamin C Serum\", \"Charcoal Toothpaste\", \"Hydrocolloid Pimple Patches\"\n\nYou must respond ONLY with valid JSON matching the specified schema. No additional text or explanation."
        }
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 3.1,
      "position": [
        -32,
        240
      ],
      "id": "a7553fd2-0a3e-43db-b07e-3a94f9e97cb5",
      "name": "AI Agent",
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "model": "pixtral-large-latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
      "typeVersion": 1,
      "position": [
        -32,
        432
      ],
      "id": "1a0844ba-70b5-4b34-84d0-3506e8f9cd1a",
      "name": "Mistral Cloud Chat Model",
      "credentials": {
        "mistralCloudApi": {
          "id": "feG0p0tu1GwMlA1h",
          "name": "Mistral Cloud Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "claude-sonnet-4-5-20250929",
          "cachedResultName": "Claude Sonnet 4.5"
        },
        "options": {
          "thinking": true
        }
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "typeVersion": 1.3,
      "position": [
        0,
        544
      ],
      "id": "09f8d981-0928-47c8-a211-143a2b63c71e",
      "name": "Anthropic Chat Model",
      "credentials": {
        "anthropicApi": {
          "id": "5pMiFSPZL2r44q7L",
          "name": "Anthropic Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "schemaType": "manual",
        "inputSchema": "{\n  \"type\": \"object\",\n  \"properties\": {\n    \"is_branded\": {\n      \"type\": \"boolean\",\n      \"description\": \"True if the product name is branded, False if generic/unbranded\"\n    },\n    \"confidence\": {\n      \"type\": \"string\",\n      \"enum\": [\"high\", \"medium\", \"low\"],\n      \"description\": \"Confidence level in the brand determination\"\n    },\n    \"reason\": {\n      \"type\": \"string\",\n      \"description\": \"Brief explanation supporting the branded/unbranded determination (1-2 sentences)\"\n    }\n  },\n  \"required\": [\"is_branded\", \"confidence\", \"reason\"],\n  \"additionalProperties\": false\n}",
        "autoFix": true
      },
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "typeVersion": 1.3,
      "position": [
        144,
        448
      ],
      "id": "fba9396f-4c03-494a-a810-afc5b2b4a13e",
      "name": "Structured Output Parser"
    },
    {
      "parameters": {
        "model": "pixtral-large-latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
      "typeVersion": 1,
      "position": [
        144,
        608
      ],
      "id": "95945998-c30f-4d26-9d46-7276ef6b6475",
      "name": "Mistral Cloud Chat Model1",
      "credentials": {
        "mistralCloudApi": {
          "id": "feG0p0tu1GwMlA1h",
          "name": "Mistral Cloud Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet').item.json.row_number }}",
            "STATUS": "FINISHED",
            "BRANDED": "={{ $json.output.is_branded }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "BRANDED",
              "displayName": "BRANDED",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "PHRASE",
              "displayName": "PHRASE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Search Volume",
              "displayName": "Search Volume",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Fulfillment",
              "displayName": "Fulfillment",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Size Tier",
              "displayName": "Size Tier",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Variation Count",
              "displayName": "Variation Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BSR",
              "displayName": "BSR",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price",
              "displayName": "Price",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Sales",
              "displayName": "Monthly Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Revenue",
              "displayName": "Monthly Revenue",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Review Count",
              "displayName": "Review Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Reviews Rating",
              "displayName": "Reviews Rating",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sellers",
              "displayName": "Sellers",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Last Year Sales",
              "displayName": "Last Year Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Year Over Year",
              "displayName": "Sales Year Over Year",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Trend (90 days)",
              "displayName": "Sales Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price Trend (90 days)",
              "displayName": "Price Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Best Sales Period",
              "displayName": "Best Sales Period",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Broad Reach Potential",
              "displayName": "Broad Reach Potential",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Number of competing products",
              "displayName": "Number of competing products",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales to Reviews",
              "displayName": "Sales to Reviews",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Low Competition Reason",
              "displayName": "Low Competition Reason",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        496,
        160
      ],
      "id": "d5c4c657-bbda-478a-8543-ccd61019d0fe",
      "name": "Update row in sheet",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet').item.json.row_number }}",
            "STATUS": "ERROR"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "BRANDED",
              "displayName": "BRANDED",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Product Explorer",
              "displayName": "Product Explorer",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sub-Category",
              "displayName": "Sub-Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Why Low Competition",
              "displayName": "Why Low Competition",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Manufacturing Complexity",
              "displayName": "Manufacturing Complexity",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        480,
        320
      ],
      "id": "75366241-ac9d-4bc7-ba1c-965f3803f66c",
      "name": "Update row in sheet1",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "url": "http://localhost:5678/webhook/b91f564d-9f2a-4d26-b701-b58bad1c1750",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        1344,
        -416
      ],
      "id": "781dec02-3458-40eb-8e0b-c454a3f4e7eb",
      "name": "HTTP Request"
    },
    {
      "parameters": {
        "query": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Query', ``, 'string') }}",
        "count": 4,
        "additionalParameters": {}
      },
      "type": "@brave/n8n-nodes-brave-search.braveSearchTool",
      "typeVersion": 1,
      "position": [
        112,
        48
      ],
      "id": "d96a9658-2fa2-43c6-8402-ea5dc445168a",
      "name": "Brave Search",
      "credentials": {
        "braveSearchApi": {
          "id": "4yKxSu1Rx4YYMObx",
          "name": "Brave Search Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "path": "b91f564d-9f2a-4d26-b701-b58bad1c1750",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        -736,
        -320
      ],
      "id": "fd942cb7-e94a-43f0-83ad-ffb3e359159a",
      "name": "Webhook1",
      "webhookId": "b91f564d-9f2a-4d26-b701-b58bad1c1750"
    },
    {
      "parameters": {
        "date_from": {},
        "date_to": {}
      },
      "type": "n8n-nodes-dataforseo.dataForSeoKeywordsApi",
      "typeVersion": 1,
      "position": [
        -384,
        128
      ],
      "id": "ed02a2c3-12af-4511-a9e7-14ea2ccdd08d",
      "name": "Get google search volume",
      "credentials": {
        "dataForSeoApi": {
          "id": "0GHR6gyq1WK7NdDA",
          "name": "DataForSEO account"
        }
      }
    },
    {
      "parameters": {
        "input_mode": "json",
        "keywords_json": "={{ $json.keywords }}",
        "location_name": "United States",
        "language_name": "English",
        "date_from": {},
        "date_to": {}
      },
      "type": "n8n-nodes-dataforseo.dataForSeoKeywordsApi",
      "typeVersion": 1,
      "position": [
        272,
        -528
      ],
      "id": "d8981de1-bc09-4040-b4b4-3bb59d36130d",
      "name": "Get google search volume1",
      "credentials": {
        "dataForSeoApi": {
          "id": "0GHR6gyq1WK7NdDA",
          "name": "DataForSEO account"
        }
      },
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $json.row_number }}",
            "KW1_GOOG_TRAFFIC": "={{ $json.keyword_1_search_volume }}",
            "KW1_GOOG_CPC": "={{ $json.keyword_1_cpc }}",
            "KW2_GOOG_TRAFFIC": "={{ $json.keyword_2_cpc }}",
            "KW2_GOOG_CPC": "={{ $json.keyword_2_search_volume }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BRANDED",
              "displayName": "BRANDED",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BRANDING",
              "displayName": "BRANDING",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "TOP5Organic_AveragePrice",
              "displayName": "TOP5Organic_AveragePrice",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "TOP5Organic_AverageReviewCount",
              "displayName": "TOP5Organic_AverageReviewCount",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Product Explorer",
              "displayName": "Product Explorer",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sub-Category",
              "displayName": "Sub-Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Why Low Competition",
              "displayName": "Why Low Competition",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Manufacturing Complexity",
              "displayName": "Manufacturing Complexity",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "KW1_GOOG_TRAFFIC",
              "displayName": "KW1_GOOG_TRAFFIC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "KW1_GOOG_CPC",
              "displayName": "KW1_GOOG_CPC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "KW2_GOOG_TRAFFIC",
              "displayName": "KW2_GOOG_TRAFFIC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "KW2_GOOG_CPC",
              "displayName": "KW2_GOOG_CPC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 5",
              "displayName": "ASIN IMAGE 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        1008,
        -416
      ],
      "id": "2995b80b-366e-4c2f-9a88-b9eb51ef006a",
      "name": "Update row in sheet2",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "input_mode": "json",
        "keywords_json": "={{ $json['Keyword #1'] }}",
        "location_name": "United States",
        "language_name": "English",
        "date_from": {},
        "date_to": {}
      },
      "type": "n8n-nodes-dataforseo.dataForSeoKeywordsApi",
      "typeVersion": 1,
      "position": [
        208,
        -144
      ],
      "id": "5469c1ef-5fb7-4bf5-8f1e-e7a0ba783fd8",
      "name": "Get google search volume2",
      "credentials": {
        "dataForSeoApi": {
          "id": "0GHR6gyq1WK7NdDA",
          "name": "DataForSEO account"
        }
      },
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "jsCode": "const items = $input.all();\nconst keywords = [];\n\nfor (const item of items) {\n  keywords.push(item.json[\"Keyword #1\"]);\n  keywords.push(item.json[\"Keyword #2\"]);\n}\n\nreturn [{ json: { keywords } }];"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        16,
        -528
      ],
      "id": "2752a435-9d33-44ad-a97c-bcb5161cc26e",
      "name": "Code in JavaScript"
    },
    {
      "parameters": {
        "jsCode": "const input = $input.first().json;\nconst results = input.tasks[0].result;\nconst paired = [];\n\nfor (let i = 0; i < results.length; i += 2) {\n  const kw1 = results[i];\n  const kw2 = results[i + 1];\n  \n  paired.push({\n    json: {\n      // Keyword 1 data\n      keyword_1: kw1.keyword,\n      keyword_1_search_volume: kw1.search_volume,\n      keyword_1_competition: kw1.competition,\n      keyword_1_cpc: kw1.cpc,\n      keyword_1_low_bid: kw1.low_top_of_page_bid,\n      keyword_1_high_bid: kw1.high_top_of_page_bid,\n      keyword_1_monthly_searches: kw1.monthly_searches,\n      \n      // Keyword 2 data\n      keyword_2: kw2?.keyword,\n      keyword_2_search_volume: kw2?.search_volume,\n      keyword_2_competition: kw2?.competition,\n      keyword_2_cpc: kw2?.cpc,\n      keyword_2_low_bid: kw2?.low_top_of_page_bid,\n      keyword_2_high_bid: kw2?.high_top_of_page_bid,\n      keyword_2_monthly_searches: kw2?.monthly_searches,\n      \n      // Combined/summary\n      combined_search_volume: (kw1.search_volume || 0) + (kw2?.search_volume || 0),\n      avg_cpc: ((kw1.cpc || 0) + (kw2?.cpc || 0)) / 2,\n      row_number: $('Get row(s) in sheet').first().json.row_number\n    }\n  });\n}\n\nreturn paired;"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        544,
        -544
      ],
      "id": "aaf280af-b32b-49d0-bf99-a92591cabf9b",
      "name": "Code in JavaScript1"
    },
    {
      "parameters": {
        "mode": "combine",
        "fieldsToMatchString": "row_number",
        "joinMode": "keepEverything",
        "options": {}
      },
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3.2,
      "position": [
        800,
        -416
      ],
      "id": "a6f3358f-156e-4595-9043-1226a67c79fc",
      "name": "Merge"
    },
    {
      "parameters": {
        "rule": {
          "interval": [
            {}
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [
        -1216,
        304
      ],
      "id": "9352ae5b-8730-4151-bf71-c64a3e093f47",
      "name": "Schedule Trigger"
    },
    {
      "parameters": {
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "filtersUI": {
          "values": [
            {
              "lookupColumn": "STATUS",
              "lookupValue": "END"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        -1024,
        304
      ],
      "id": "086f9bfb-cb1d-4b28-ab49-b474980e0ebc",
      "name": "Get row(s) in sheet1",
      "alwaysOutputData": true,
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "jsCode": "const items = $input.all();\nconst results = [];\n\nfor (const item of items) {\n  const data = item.json;\n  \n  function extractData(asinField) {\n    if (!asinField) return { price: null, reviews: null };\n    const priceMatch = asinField.match(/Price\\s*=\\s*\\$?([\\d,.]+)/);\n    const reviewsMatch = asinField.match(/Reviews\\s*=\\s*([\\d,]+)/);\n    return {\n      price: priceMatch ? parseFloat(priceMatch[1].replace(',', '')) : null,\n      reviews: reviewsMatch ? parseInt(reviewsMatch[1].replace(',', '')) : null\n    };\n  }\n  \n  results.push({\n    json: {\n      row_number: data.row_number,\n      PHRASE: data.PHRASE,\n      asin1_price: extractData(data[\"Amazon ASIN 1\"]).price,\n      asin1_reviews: extractData(data[\"Amazon ASIN 1\"]).reviews,\n      asin2_price: extractData(data[\"Amazon ASIN 2\"]).price,\n      asin2_reviews: extractData(data[\"Amazon ASIN 2\"]).reviews,\n      asin3_price: extractData(data[\"Amazon ASIN 3\"]).price,\n      asin3_reviews: extractData(data[\"Amazon ASIN 3\"]).reviews,\n      asin4_price: extractData(data[\"Amazon ASIN 4\"]).price,\n      asin4_reviews: extractData(data[\"Amazon ASIN 4\"]).reviews,\n      asin5_price: extractData(data[\"Amazon ASIN 5\"]).price,\n      asin5_reviews: extractData(data[\"Amazon ASIN 5\"]).reviews\n    }\n  });\n}\n\nreturn results;"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        -816,
        304
      ],
      "id": "1e29af0d-3088-4deb-96eb-e92091bb4cc9",
      "name": "Code in JavaScript2"
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "STATUS": "COMPLET",
            "TOP5Organic_AveragePrice": "==AVERAGE({{ $json.asin1_price }}, {{ $json.asin2_price }}, {{ $json.asin3_price }}, {{ $json.asin4_price }}, {{ $json.asin5_price }})",
            "TOP5Organic_AverageReviewCount": "==AVERAGE({{ $json.asin1_reviews }}, {{ $json.asin2_reviews }}, {{ $json.asin3_reviews }}, {{ $json.asin4_reviews }}, {{ $json.asin5_reviews }})",
            "row_number": "={{ $json.row_number }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "BRANDED",
              "displayName": "BRANDED",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BRANDING",
              "displayName": "BRANDING",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "TOP5Organic_AveragePrice",
              "displayName": "TOP5Organic_AveragePrice",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "TOP5Organic_AverageReviewCount",
              "displayName": "TOP5Organic_AverageReviewCount",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Product Explorer",
              "displayName": "Product Explorer",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sub-Category",
              "displayName": "Sub-Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Why Low Competition",
              "displayName": "Why Low Competition",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Manufacturing Complexity",
              "displayName": "Manufacturing Complexity",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "KW1_GOOG_TRAFFIC",
              "displayName": "KW1_GOOG_TRAFFIC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "KW1_GOOG_CPC",
              "displayName": "KW1_GOOG_CPC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "KW2_GOOG_TRAFFIC",
              "displayName": "KW2_GOOG_TRAFFIC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "KW2_GOOG_CPC",
              "displayName": "KW2_GOOG_CPC",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 5",
              "displayName": "ASIN IMAGE 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        -640,
        304
      ],
      "id": "4c31f000-03e4-4449-9f49-46bde60adfd9",
      "name": "Update row in sheet4",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "loose",
            "version": 3
          },
          "conditions": [
            {
              "id": "4bc8b02f-b233-4ba9-bf57-08e6d53de020",
              "leftValue": "={{ $json.KW2_GOOG_TRAFFIC }}",
              "rightValue": 0,
              "operator": {
                "type": "number",
                "operation": "empty",
                "singleValue": true
              }
            },
            {
              "id": "19daa17a-87ec-42e7-9331-975da92ffa56",
              "leftValue": "={{ $json.KW2_GOOG_CPC }}",
              "rightValue": 0,
              "operator": {
                "type": "number",
                "operation": "empty",
                "singleValue": true
              }
            },
            {
              "id": "b9f3ee93-f29d-41c9-87ea-580353180d7b",
              "leftValue": "={{ $json.KW1_GOOG_TRAFFIC }}",
              "rightValue": "",
              "operator": {
                "type": "number",
                "operation": "empty",
                "singleValue": true
              }
            },
            {
              "id": "b61a8423-3a5f-4917-a6fa-5878fe2e1e76",
              "leftValue": "={{ $json.KW1_GOOG_CPC }}",
              "rightValue": "",
              "operator": {
                "type": "number",
                "operation": "empty",
                "singleValue": true
              }
            }
          ],
          "combinator": "and"
        },
        "looseTypeValidation": true,
        "options": {}
      },
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.3,
      "position": [
        -288,
        -384
      ],
      "id": "f430dac4-0297-4a4c-acdf-4b1141dbdfec",
      "name": "If"
    },
    {
      "parameters": {
        "path": "86e1a27f-a9af-4b55-af20-2572ff1fdb09",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        528,
        800
      ],
      "id": "3c11b15d-fd49-49c0-88b1-d00310ff5363",
      "name": "Webhook",
      "webhookId": "86e1a27f-a9af-4b55-af20-2572ff1fdb09"
    },
    {
      "parameters": {
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "filtersUI": {
          "values": [
            {
              "lookupColumn": "STATUS",
              "lookupValue": "PENDING"
            }
          ]
        },
        "options": {
          "returnFirstMatch": true
        }
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        896,
        624
      ],
      "id": "167fea93-473f-42df-8825-e16bd51feba7",
      "name": "Get row(s) in sheet2",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "promptType": "define",
        "text": "=PRODUCT NAME:\n{{ $json['PHRASE'] }}\n",
        "hasOutputParser": true,
        "needsFallback": true,
        "options": {
          "systemMessage": "You are an expert Amazon keyword research specialist and market analyst with deep understanding of consumer search behavior, e-commerce SEO, and competitive landscape analysis.\n\nYour task is to analyze a product based solely on its name and generate strategic insights including search terms, keywords, competitive positioning, and problem-solution fit.\n\n## Instructions\n\nGiven only a product name, you must generate:\n\n1. **Search Term**: The most likely phrase a prospective customer would type into Amazon's search bar when looking for this product. This should be natural, intent-driven language (maximum 5 words).\n\n2. **Keyword 1**: A high-relevance keyword phrase that describes or relates to the product (2-3 words).\n\n3. **Keyword 2**: A second distinct keyword phrase that captures an alternative angle, use case, benefit, or attribute of the product (2-3 words).\n\n4. **Low Competition Reason**: A concise explanation of why this product may face low competition on Amazon. Consider factors such as niche specificity, emerging trends, underserved markets, unique formulations, or gaps in current offerings.\n\n5. **Problem Solved**: The core customer problem or pain point that this product addresses. Frame this from the customer's perspective.\n\n## Guidelines\n\n- Think like a real customer, not a marketer\n- Prioritize high-volume, natural language phrases for search terms and keywords\n- Avoid brand names unless absolutely central to the product type\n- Keywords should be distinct from each other (not variations of the same phrase)\n- For low competition analysis, be specific and realistic—avoid generic statements\n- For problem solved, focus on the emotional or functional pain point the customer experiences\n\nYou must respond ONLY with valid JSON matching the specified schema. No additional text or explanation."
        }
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 3.1,
      "position": [
        1104,
        624
      ],
      "id": "da411b9f-a7a2-4afc-a01d-3b19d1cf1a10",
      "name": "AI Agent1",
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "model": "pixtral-large-latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
      "typeVersion": 1,
      "position": [
        992,
        832
      ],
      "id": "72237f25-04ec-44e0-a4e6-1ffa7547911e",
      "name": "Mistral Cloud Chat Model2",
      "credentials": {
        "mistralCloudApi": {
          "id": "feG0p0tu1GwMlA1h",
          "name": "Mistral Cloud Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "claude-sonnet-4-5-20250929",
          "cachedResultName": "Claude Sonnet 4.5"
        },
        "options": {
          "thinking": true
        }
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "typeVersion": 1.3,
      "position": [
        1136,
        928
      ],
      "id": "c7d29694-406d-40b4-8f2d-f567ce493ae7",
      "name": "Anthropic Chat Model1",
      "credentials": {
        "anthropicApi": {
          "id": "5pMiFSPZL2r44q7L",
          "name": "Anthropic Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "schemaType": "manual",
        "inputSchema": "{\n  \"type\": \"object\",\n  \"properties\": {\n    \"search_term\": {\n      \"type\": \"string\",\n      \"description\": \"The most likely Amazon search query a customer would use (max 5 words)\"\n    },\n    \"keyword_1\": {\n      \"type\": \"string\",\n      \"description\": \"Primary keyword phrase for the product (2-3 words)\"\n    },\n    \"keyword_2\": {\n      \"type\": \"string\",\n      \"description\": \"Secondary keyword phrase for the product (2-3 words)\"\n    },\n    \"low_competition_reason\": {\n      \"type\": \"string\",\n      \"description\": \"Explanation of why this product likely faces low competition on Amazon\"\n    },\n    \"problem_solved\": {\n      \"type\": \"string\",\n      \"description\": \"The core customer problem or pain point this product addresses\"\n    }\n  },\n  \"required\": [\"search_term\", \"keyword_1\", \"keyword_2\", \"low_competition_reason\", \"problem_solved\"],\n  \"additionalProperties\": false\n}",
        "autoFix": true
      },
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "typeVersion": 1.3,
      "position": [
        1280,
        832
      ],
      "id": "fbe7d814-1a4f-474d-b483-dee61df8465e",
      "name": "Structured Output Parser1"
    },
    {
      "parameters": {
        "model": "pixtral-large-latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
      "typeVersion": 1,
      "position": [
        1280,
        992
      ],
      "id": "72743de0-ef02-4ca9-b9f4-02f11a70ec63",
      "name": "Mistral Cloud Chat Model3",
      "credentials": {
        "mistralCloudApi": {
          "id": "feG0p0tu1GwMlA1h",
          "name": "Mistral Cloud Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet2').item.json.row_number }}",
            "STATUS": "DONE",
            "Likely Search Term": "={{ $json.output.search_term }}",
            "Keyword #1": "={{ $json.output.keyword_1 }}",
            "Keyword #2": "={{ $json.output.keyword_2 }}",
            "Low Competition Reason": "={{ $json.output.low_competition_reason }}",
            "Problem Solved": "={{ $json.output.problem_solved }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "PHRASE",
              "displayName": "PHRASE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Search Volume",
              "displayName": "Search Volume",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Fulfillment",
              "displayName": "Fulfillment",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Size Tier",
              "displayName": "Size Tier",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Variation Count",
              "displayName": "Variation Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BSR",
              "displayName": "BSR",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price",
              "displayName": "Price",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Sales",
              "displayName": "Monthly Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Revenue",
              "displayName": "Monthly Revenue",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Review Count",
              "displayName": "Review Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Reviews Rating",
              "displayName": "Reviews Rating",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sellers",
              "displayName": "Sellers",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Last Year Sales",
              "displayName": "Last Year Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Year Over Year",
              "displayName": "Sales Year Over Year",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Trend (90 days)",
              "displayName": "Sales Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price Trend (90 days)",
              "displayName": "Price Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Best Sales Period",
              "displayName": "Best Sales Period",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Broad Reach Potential",
              "displayName": "Broad Reach Potential",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Number of competing products",
              "displayName": "Number of competing products",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales to Reviews",
              "displayName": "Sales to Reviews",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Low Competition Reason",
              "displayName": "Low Competition Reason",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        1632,
        544
      ],
      "id": "6b421390-56fe-4765-951f-9d8842877fa9",
      "name": "Update row in sheet3",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet2').item.json.row_number }}",
            "STATUS": "ERROR"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "PHRASE",
              "displayName": "PHRASE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Search Volume",
              "displayName": "Search Volume",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Fulfillment",
              "displayName": "Fulfillment",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Size Tier",
              "displayName": "Size Tier",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Variation Count",
              "displayName": "Variation Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BSR",
              "displayName": "BSR",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price",
              "displayName": "Price",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Sales",
              "displayName": "Monthly Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Revenue",
              "displayName": "Monthly Revenue",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Review Count",
              "displayName": "Review Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Reviews Rating",
              "displayName": "Reviews Rating",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sellers",
              "displayName": "Sellers",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Last Year Sales",
              "displayName": "Last Year Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Year Over Year",
              "displayName": "Sales Year Over Year",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Trend (90 days)",
              "displayName": "Sales Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price Trend (90 days)",
              "displayName": "Price Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Best Sales Period",
              "displayName": "Best Sales Period",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Broad Reach Potential",
              "displayName": "Broad Reach Potential",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Number of competing products",
              "displayName": "Number of competing products",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales to Reviews",
              "displayName": "Sales to Reviews",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Low Competition Reason",
              "displayName": "Low Competition Reason",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        1616,
        704
      ],
      "id": "4bbd455f-fc4c-4388-bc44-a2eb06a0b0ef",
      "name": "Update row in sheet5",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "url": "http://localhost:5678/webhook/86e1a27f-a9af-4b55-af20-2572ff1fdb09",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        1936,
        608
      ],
      "id": "f6a4e181-1a08-4b05-8916-54e1ca2d3b2f",
      "name": "HTTP Request1"
    },
    {
      "parameters": {
        "operation": "amazon",
        "k": "={{ $json['Likely Search Term'] }}",
        "additionalFields": {
          "language": "amazon.com|en_US"
        },
        "requestOptions": {}
      },
      "type": "n8n-nodes-serpapi.serpApi",
      "typeVersion": 1,
      "position": [
        2608,
        -1056
      ],
      "id": "bc3cc6d3-150c-4992-a06c-98acbee8f742",
      "name": "Amazon search",
      "credentials": {
        "serpApi": {
          "id": "A7ogaA7Ye8tWnNxu",
          "name": "SerpAPI account"
        }
      },
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "amount": 10
      },
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        3040,
        -1216
      ],
      "id": "cb96a091-8841-4baf-9c35-554cb97ab3c0",
      "name": "Wait",
      "webhookId": "0ca5c085-64a5-40c0-bdc4-b71a9496f745"
    },
    {
      "parameters": {
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "filtersUI": {
          "values": [
            {
              "lookupColumn": "STATUS",
              "lookupValue": "FINISHED"
            }
          ]
        },
        "options": {
          "returnFirstMatch": true
        }
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        2400,
        -1056
      ],
      "id": "f619e6ec-d2fd-46d1-822e-808a82e8d987",
      "name": "Get row(s) in sheet3",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "promptType": "define",
        "text": "=PRODUCT NAME:\n{{ $json['PHRASE'] }}\n",
        "hasOutputParser": true,
        "needsFallback": true,
        "options": {
          "systemMessage": "You are an expert Amazon keyword research specialist and market analyst with deep understanding of consumer search behavior, e-commerce SEO, and competitive landscape analysis.\n\nYour task is to analyze a product based solely on its name and generate strategic insights including search terms, keywords, competitive positioning, and problem-solution fit.\n\n## Instructions\n\nGiven only a product name, you must generate:\n\n1. **Search Term**: The most likely phrase a prospective customer would type into Amazon's search bar when looking for this product. This should be natural, intent-driven language (maximum 5 words).\n\n2. **Keyword 1**: A high-relevance keyword phrase that describes or relates to the product (2-3 words).\n\n3. **Keyword 2**: A second distinct keyword phrase that captures an alternative angle, use case, benefit, or attribute of the product (2-3 words).\n\n4. **Low Competition Reason**: A concise explanation of why this product may face low competition on Amazon. Consider factors such as niche specificity, emerging trends, underserved markets, unique formulations, or gaps in current offerings.\n\n5. **Problem Solved**: The core customer problem or pain point that this product addresses. Frame this from the customer's perspective.\n\n## Guidelines\n\n- Think like a real customer, not a marketer\n- Prioritize high-volume, natural language phrases for search terms and keywords\n- Avoid brand names unless absolutely central to the product type\n- Keywords should be distinct from each other (not variations of the same phrase)\n- For low competition analysis, be specific and realistic—avoid generic statements\n- For problem solved, focus on the emotional or functional pain point the customer experiences\n\nYou must respond ONLY with valid JSON matching the specified schema. No additional text or explanation."
        }
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 3.1,
      "position": [
        2688,
        -256
      ],
      "id": "adfbffb1-3656-4573-bb82-bfaad0cd1d4e",
      "name": "AI Agent2",
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "model": "pixtral-large-latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
      "typeVersion": 1,
      "position": [
        3088,
        -416
      ],
      "id": "b2cea1c5-9769-4a33-8a9f-2d696a2dde5f",
      "name": "Mistral Cloud Chat Model4",
      "credentials": {
        "mistralCloudApi": {
          "id": "feG0p0tu1GwMlA1h",
          "name": "Mistral Cloud Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "claude-sonnet-4-5-20250929",
          "cachedResultName": "Claude Sonnet 4.5"
        },
        "options": {
          "thinking": true
        }
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "typeVersion": 1.3,
      "position": [
        2768,
        80
      ],
      "id": "64454543-a831-419b-90e1-39284588ea16",
      "name": "Anthropic Chat Model2",
      "credentials": {
        "anthropicApi": {
          "id": "5pMiFSPZL2r44q7L",
          "name": "Anthropic Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "schemaType": "manual",
        "inputSchema": "{\n  \"type\": \"object\",\n  \"properties\": {\n    \"search_term\": {\n      \"type\": \"string\",\n      \"description\": \"The most likely Amazon search query a customer would use (max 5 words)\"\n    },\n    \"keyword_1\": {\n      \"type\": \"string\",\n      \"description\": \"Primary keyword phrase for the product (2-3 words)\"\n    },\n    \"keyword_2\": {\n      \"type\": \"string\",\n      \"description\": \"Secondary keyword phrase for the product (2-3 words)\"\n    },\n    \"low_competition_reason\": {\n      \"type\": \"string\",\n      \"description\": \"Explanation of why this product likely faces low competition on Amazon\"\n    },\n    \"problem_solved\": {\n      \"type\": \"string\",\n      \"description\": \"The core customer problem or pain point this product addresses\"\n    }\n  },\n  \"required\": [\"search_term\", \"keyword_1\", \"keyword_2\", \"low_competition_reason\", \"problem_solved\"],\n  \"additionalProperties\": false\n}",
        "autoFix": true
      },
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "typeVersion": 1.3,
      "position": [
        2912,
        -16
      ],
      "id": "4309f6ae-336f-4e95-ac37-8c88164220ea",
      "name": "Structured Output Parser2"
    },
    {
      "parameters": {
        "model": "pixtral-large-latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
      "typeVersion": 1,
      "position": [
        2912,
        144
      ],
      "id": "c16d2293-b897-4daf-aa18-9dc274d139e9",
      "name": "Mistral Cloud Chat Model5",
      "credentials": {
        "mistralCloudApi": {
          "id": "feG0p0tu1GwMlA1h",
          "name": "Mistral Cloud Account (Personal)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet3').item.json.row_number }}",
            "STATUS": "DONE",
            "Likely Search Term": "={{ $json.output.search_term }}",
            "Keyword #1": "={{ $json.output.keyword_1 }}",
            "Keyword #2": "={{ $json.output.keyword_2 }}",
            "Low Competition Reason": "={{ $json.output.low_competition_reason }}",
            "Problem Solved": "={{ $json.output.problem_solved }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "PHRASE",
              "displayName": "PHRASE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Search Volume",
              "displayName": "Search Volume",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Fulfillment",
              "displayName": "Fulfillment",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Size Tier",
              "displayName": "Size Tier",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Variation Count",
              "displayName": "Variation Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BSR",
              "displayName": "BSR",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price",
              "displayName": "Price",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Sales",
              "displayName": "Monthly Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Revenue",
              "displayName": "Monthly Revenue",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Review Count",
              "displayName": "Review Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Reviews Rating",
              "displayName": "Reviews Rating",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sellers",
              "displayName": "Sellers",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Last Year Sales",
              "displayName": "Last Year Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Year Over Year",
              "displayName": "Sales Year Over Year",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Trend (90 days)",
              "displayName": "Sales Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price Trend (90 days)",
              "displayName": "Price Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Best Sales Period",
              "displayName": "Best Sales Period",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Broad Reach Potential",
              "displayName": "Broad Reach Potential",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Number of competing products",
              "displayName": "Number of competing products",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales to Reviews",
              "displayName": "Sales to Reviews",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Low Competition Reason",
              "displayName": "Low Competition Reason",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        2880,
        -400
      ],
      "id": "b2b15805-381b-4b2c-8181-9d8b5815308a",
      "name": "Update row in sheet6",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1235150273,
          "mode": "list",
          "cachedResultName": "Helium10 IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=1235150273"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet3').item.json.row_number }}",
            "STATUS": "ERROR"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "PHRASE",
              "displayName": "PHRASE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Search Volume",
              "displayName": "Search Volume",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Fulfillment",
              "displayName": "Fulfillment",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Size Tier",
              "displayName": "Size Tier",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Variation Count",
              "displayName": "Variation Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "BSR",
              "displayName": "BSR",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price",
              "displayName": "Price",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Sales",
              "displayName": "Monthly Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Monthly Revenue",
              "displayName": "Monthly Revenue",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Review Count",
              "displayName": "Review Count",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Reviews Rating",
              "displayName": "Reviews Rating",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sellers",
              "displayName": "Sellers",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Last Year Sales",
              "displayName": "Last Year Sales",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Year Over Year",
              "displayName": "Sales Year Over Year",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales Trend (90 days)",
              "displayName": "Sales Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Price Trend (90 days)",
              "displayName": "Price Trend (90 days)",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Best Sales Period",
              "displayName": "Best Sales Period",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Broad Reach Potential",
              "displayName": "Broad Reach Potential",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Number of competing products",
              "displayName": "Number of competing products",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sales to Reviews",
              "displayName": "Sales to Reviews",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Low Competition Reason",
              "displayName": "Low Competition Reason",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        3248,
        -144
      ],
      "id": "906d2a9b-deaf-4915-a525-72455605e221",
      "name": "Update row in sheet7",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "path": "86e1a27f-a9af-4b55-af20-2572ff1fdb09",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        2128,
        -976
      ],
      "id": "05024fe9-0086-40c0-ba7f-29ffcfbd9028",
      "name": "Webhook2",
      "webhookId": "86e1a27f-a9af-4b55-af20-2572ff1fdb09"
    },
    {
      "parameters": {
        "url": "http://localhost:5678/webhook/86e1a27f-a9af-4b55-af20-2572ff1fdb09",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        3280,
        -1216
      ],
      "id": "4f90d681-9e0c-4457-93fa-084613a9ed5d",
      "name": "HTTP Request2"
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet3').item.json.row_number }}",
            "STATUS": "END",
            "ASIN 1 IMAGE": "==IMAGE(\"{{ $json.organic_results[0].thumbnail }}\")",
            "ASIN 2 IMAGE": "==IMAGE(\"{{ $json.organic_results[1].thumbnail }}\")",
            "ASIN IMAGE 3": "==IMAGE(\"{{ $json.organic_results[2].thumbnail }}\")",
            "ASIN IMAGE 4": "==IMAGE(\"{{ $json.organic_results[3].thumbnail }}\")",
            "Amazon ASIN 5": "=Price = {{ $json.organic_results[4].price }}\n\nBought Last Month = {{ $json.organic_results[4].bought_last_month }}\n\n{{ $json.organic_results[4].asin }} ||| {{ $json.organic_results[4].title }}\n\nRating = {{ $json.organic_results[4].rating }} ||| Reviews = {{ $json.organic_results[4].reviews }}",
            "ASIN IMAGE 5": "==IMAGE(\"{{ $json.organic_results[4].thumbnail }}\")",
            "Amazon ASIN 1": "=Price = {{ $json.organic_results[0].price }}\n\nBought Last Month = {{ $json.organic_results[0].bought_last_month }}\n\n{{ $json.organic_results[0].asin }} ||| {{ $json.organic_results[0].title }}\n\nRating = {{ $json.organic_results[0].rating }} ||| Reviews = {{ $json.organic_results[0].reviews }}",
            "Amazon ASIN 2": "=Price = {{ $json.organic_results[1].price }}\n\nBought Last Month = {{ $json.organic_results[1].bought_last_month }}\n\n{{ $json.organic_results[1].asin }} ||| {{ $json.organic_results[1].title }}\n\nRating = {{ $json.organic_results[1].rating }} ||| Reviews = {{ $json.organic_results[1].reviews }}",
            "Amazon ASIN 3": "=Price = {{ $json.organic_results[2].price }}\n\nBought Last Month = {{ $json.organic_results[2].bought_last_month }}\n\n{{ $json.organic_results[2].asin }} ||| {{ $json.organic_results[2].title }}\n\nRating = {{ $json.organic_results[2].rating }} ||| Reviews = {{ $json.organic_results[2].reviews }}",
            "Amazon ASIN 4": "=Price = {{ $json.organic_results[3].price }}\n\nBought Last Month = {{ $json.organic_results[3].bought_last_month }}\n\n{{ $json.organic_results[3].asin }} ||| {{ $json.organic_results[3].title }}\n\nRating = {{ $json.organic_results[3].rating }} ||| Reviews = {{ $json.organic_results[3].reviews }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "BRANDED",
              "displayName": "BRANDED",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Product Explorer",
              "displayName": "Product Explorer",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sub-Category",
              "displayName": "Sub-Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Why Low Competition",
              "displayName": "Why Low Competition",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Manufacturing Complexity",
              "displayName": "Manufacturing Complexity",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "ASIN IMAGE 5",
              "displayName": "ASIN IMAGE 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        2848,
        -1216
      ],
      "id": "77d405c8-df61-466b-b47e-16bb6918eccc",
      "name": "Update row in sheet8",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY",
          "mode": "list",
          "cachedResultName": "Product Explorer",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "AI IDEAS",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1QEQHlo7oRkJLcYHXx3dijioTvO2sbIwztfUN764yojY/edit#gid=0"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Get row(s) in sheet3').item.json.row_number }}",
            "STATUS": "ERROR"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STATUS",
              "displayName": "STATUS",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "BRANDED",
              "displayName": "BRANDED",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Product Explorer",
              "displayName": "Product Explorer",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Category",
              "displayName": "Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Sub-Category",
              "displayName": "Sub-Category",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Problem Solved",
              "displayName": "Problem Solved",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Why Low Competition",
              "displayName": "Why Low Competition",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Manufacturing Complexity",
              "displayName": "Manufacturing Complexity",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Likely Search Term",
              "displayName": "Likely Search Term",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #1",
              "displayName": "Keyword #1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #2",
              "displayName": "Keyword #2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Keyword #3",
              "displayName": "Keyword #3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 1 IMAGE",
              "displayName": "ASIN 1 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 1",
              "displayName": "Amazon ASIN 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN 2 IMAGE",
              "displayName": "ASIN 2 IMAGE",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 2",
              "displayName": "Amazon ASIN 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 3",
              "displayName": "ASIN IMAGE 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 3",
              "displayName": "Amazon ASIN 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 4",
              "displayName": "ASIN IMAGE 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 4",
              "displayName": "Amazon ASIN 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "ASIN IMAGE 5",
              "displayName": "ASIN IMAGE 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Amazon ASIN 5",
              "displayName": "Amazon ASIN 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        2848,
        -1040
      ],
      "id": "aee5838c-7fc1-4c77-bc57-b544adfaaea1",
      "name": "Update row in sheet9",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "4MjexZvY6B1sCKd2",
          "name": "Google Sheets (Hesham)"
        }
      }
    }
  ],
  "pinData": {},
  "connections": {
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Update row in sheet",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update row in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mistral Cloud Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 1
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Mistral Cloud Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Structured Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Update row in sheet": {
      "main": [
        []
      ]
    },
    "Update row in sheet1": {
      "main": [
        []
      ]
    },
    "Brave Search": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Webhook1": {
      "main": [
        []
      ]
    },
    "Get google search volume": {
      "main": [
        []
      ]
    },
    "Get google search volume1": {
      "main": [
        [
          {
            "node": "Code in JavaScript1",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Update row in sheet2": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript": {
      "main": [
        [
          {
            "node": "Get google search volume1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Update row in sheet2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet1": {
      "main": [
        [
          {
            "node": "Code in JavaScript2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript2": {
      "main": [
        [
          {
            "node": "Update row in sheet4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If": {
      "main": [
        [
          {
            "node": "Code in JavaScript",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ],
        []
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet2": {
      "main": [
        [
          {
            "node": "AI Agent1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent1": {
      "main": [
        [
          {
            "node": "Update row in sheet3",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update row in sheet5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mistral Cloud Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_languageModel",
            "index": 1
          }
        ]
      ]
    },
    "Structured Output Parser1": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Mistral Cloud Chat Model3": {
      "ai_languageModel": [
        [
          {
            "node": "Structured Output Parser1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Update row in sheet3": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update row in sheet5": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Amazon search": {
      "main": [
        [
          {
            "node": "Update row in sheet8",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update row in sheet9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "HTTP Request2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet3": {
      "main": [
        [
          {
            "node": "Amazon search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent2": {
      "main": [
        [
          {
            "node": "Update row in sheet6",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update row in sheet7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mistral Cloud Chat Model4": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent2",
            "type": "ai_languageModel",
            "index": 1
          }
        ]
      ]
    },
    "Structured Output Parser2": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent2",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Mistral Cloud Chat Model5": {
      "ai_languageModel": [
        [
          {
            "node": "Structured Output Parser2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Webhook2": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update row in sheet8": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "availableInMCP": false
  },
  "versionId": "acd7d2f0-4655-4abb-9b51-93ffcefc08e7",
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "5ff5a5992c4c72af22abbdcfa574d8cdf93dc14d57eb9f66e3d9ef2a3e2dbb6c"
  },
  "id": "DbUPo_z3tIvasjkvKqiY1",
  "tags": []
}