{
  "name": "HTML",
  "nodes": [
    {
      "parameters": {},
      "id": "289aa54a-8e0d-4a0e-bcfb-25e4b9b95960",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -440,
        220
      ]
    },
    {
      "parameters": {
        "filePath": "/home/files/testpage.html"
      },
      "id": "f10d7342-4f7c-4403-8819-7fbcc76413fb",
      "name": "Read HTML File",
      "type": "n8n-nodes-base.readBinaryFile",
      "typeVersion": 1,
      "position": [
        0,
        420
      ]
    },
    {
      "parameters": {
        "operation": "extractHtmlContent",
        "sourceData": "binary",
        "extractionValues": {
          "values": [
            {
              "key": "Car-List",
              "cssSelector": "div div div",
              "returnArray": true
            }
          ]
        },
        "options": {
          "trimValues": true
        }
      },
      "id": "171ea041-287b-4528-9616-c326c404d563",
      "name": "Extract Car Items",
      "type": "n8n-nodes-base.html",
      "typeVersion": 1,
      "position": [
        220,
        420
      ]
    },
    {
      "parameters": {
        "operation": "extractHtmlContent",
        "dataPropertyName": "value",
        "extractionValues": {
          "values": [
            {
              "key": "model",
              "cssSelector": "h3"
            },
            {
              "key": "color",
              "cssSelector": "p:nth-of-type(1)"
            },
            {
              "key": "mileage",
              "cssSelector": "p:nth-of-type(2)"
            },
            {
              "key": "price",
              "cssSelector": "p.price"
            }
          ]
        },
        "options": {}
      },
      "id": "0f29baae-ea8f-4d8f-922d-8c3e3089d08c",
      "name": "Extract Car Details",
      "type": "n8n-nodes-base.html",
      "typeVersion": 1,
      "position": [
        420,
        620
      ]
    },
    {
      "parameters": {
        "filePath": "/home/files/testpage.html"
      },
      "id": "a5db2295-a991-4589-be7c-6bb2af0fa35e",
      "name": "Read HTML File1",
      "type": "n8n-nodes-base.readBinaryFile",
      "typeVersion": 1,
      "position": [
        0,
        620
      ]
    },
    {
      "parameters": {
        "operation": "extractHtmlContent",
        "sourceData": "binary",
        "extractionValues": {
          "values": [
            {
              "key": "value",
              "cssSelector": ".car-item",
              "returnValue": "html",
              "returnArray": true
            }
          ]
        },
        "options": {}
      },
      "id": "001a654e-f7e2-4ce0-a7ee-d93304c18643",
      "name": "Extract Car Items1",
      "type": "n8n-nodes-base.html",
      "typeVersion": 1,
      "position": [
        220,
        620
      ]
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.html",
      "typeVersion": 1.2,
      "position": [
        0,
        0
      ],
      "id": "de46c140-fd9d-4ec3-b9ba-b0b19ee8532c",
      "name": "HTML"
    },
    {
      "parameters": {
        "operation": "convertToHtmlTable",
        "options": {}
      },
      "type": "n8n-nodes-base.html",
      "typeVersion": 1.2,
      "position": [
        220,
        220
      ],
      "id": "ab18f5e4-f7e8-4a43-8ca3-3aaaceeabc88",
      "name": "HTML1"
    },
    {
      "parameters": {
        "operation": "executeQuery",
        "query": "select top 3 * from customers"
      },
      "type": "n8n-nodes-base.microsoftSql",
      "typeVersion": 1.1,
      "position": [
        0,
        220
      ],
      "id": "480e69b7-726d-43a6-94b2-f85197f4811f",
      "name": "Microsoft SQL",
      "credentials": {
        "microsoftSql": {
          "id": "UBCtkJGRVkd2TnVc",
          "name": "MSSQL-LAB"
        }
      }
    },
    {
      "parameters": {
        "url": "https://georgiadigitalprofiles.com/files/testpage.html",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        0,
        800
      ],
      "id": "5f4dc0b6-de37-4e5a-a637-e755991e2c04",
      "name": "HTTP Request"
    },
    {
      "parameters": {
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "value",
              "cssSelector": ".car-item",
              "returnValue": "html",
              "returnArray": true
            }
          ]
        },
        "options": {}
      },
      "id": "63d38e1f-1480-426b-b2f2-e29488949cd0",
      "name": "Extract Car Items2",
      "type": "n8n-nodes-base.html",
      "typeVersion": 1,
      "position": [
        220,
        800
      ]
    },
    {
      "parameters": {
        "operation": "extractHtmlContent",
        "dataPropertyName": "value",
        "extractionValues": {
          "values": [
            {
              "key": "model",
              "cssSelector": "h3"
            },
            {
              "key": "color",
              "cssSelector": "p:nth-of-type(1)"
            },
            {
              "key": "mileage",
              "cssSelector": "p:nth-of-type(2)"
            },
            {
              "key": "price",
              "cssSelector": "p.price"
            }
          ]
        },
        "options": {}
      },
      "id": "42411ae2-aa54-49e7-9498-ea7b9c48f6a1",
      "name": "Extract Car Details1",
      "type": "n8n-nodes-base.html",
      "typeVersion": 1,
      "position": [
        420,
        800
      ]
    }
  ],
  "pinData": {},
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Read HTML File",
            "type": "main",
            "index": 0
          },
          {
            "node": "Read HTML File1",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTML",
            "type": "main",
            "index": 0
          },
          {
            "node": "Microsoft SQL",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read HTML File": {
      "main": [
        [
          {
            "node": "Extract Car Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read HTML File1": {
      "main": [
        [
          {
            "node": "Extract Car Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Car Items1": {
      "main": [
        [
          {
            "node": "Extract Car Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Microsoft SQL": {
      "main": [
        [
          {
            "node": "HTML1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Extract Car Items2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Car Items2": {
      "main": [
        [
          {
            "node": "Extract Car Details1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "b6200d9e-65e0-4ed6-b970-c46f10651db8",
  "meta": {
    "instanceId": "26112711d1e602538e53f9bd5e1222f080991c0315f0a70671e9e769f2503e86"
  },
  "id": "u7EFHa1EW7UL1nRV",
  "tags": []
}