{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "f1342627-4d31-4f16-a020-cda26f14748c",
      "name": "Run Every 5 Minutes",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        240,
        120
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "2ae99530-e45a-46b4-9a88-24fb5c54bf8b",
      "name": "Look for freelance requirement posts",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        460,
        120
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "80f04d39-58c3-4342-9729-ba9f073db667",
      "name": "Extract Post Metadata",
      "type": "n8n-nodes-base.set",
      "position": [
        680,
        120
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "541383f1-5ed9-4033-978b-442276908247",
      "name": "Make sure the requirement is paid",
      "type": "n8n-nodes-base.filter",
      "position": [
        1260,
        340
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "f75740b3-480f-42bd-9033-192c9817be3f",
      "name": "Get UTC of Post",
      "type": "n8n-nodes-base.set",
      "position": [
        2060,
        560
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "61ed2ab7-9cb3-4f70-ab00-0afa578f1b42",
      "name": "Check present Rows",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1480,
        340
      ],
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 4.6,
      "alwaysOutputData": true
    },
    {
      "id": "ab92c8aa-79f3-45b6-8651-2cfea0372e8b",
      "name": "Filter Unique Posts",
      "type": "n8n-nodes-base.code",
      "position": [
        1700,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "853ef1e0-a238-4e4c-ab5e-459d9a75233b",
      "name": "Save in sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2280,
        560
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "71efa8e6-8e1a-4042-ae9f-2d41f195c93c",
      "name": "Inform User in telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2500,
        560
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "da33c131-b34b-402a-8ecd-20432a3cabd6",
      "name": "Seperate array into individual posts",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        900,
        120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c2aac5ed-06d3-4582-99da-bb4b1da7d845",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Save in sheets": {
      "main": [
        [
          {
            "node": "Inform User in telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get UTC of Post": {
      "main": [
        [
          {
            "node": "Save in sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check present Rows": {
      "main": [
        [
          {
            "node": "Filter Unique Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Unique Posts": {
      "main": [
        [
          {
            "node": "Get UTC of Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Every 5 Minutes": {
      "main": [
        [
          {
            "node": "Look for freelance requirement posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Post Metadata": {
      "main": [
        [
          {
            "node": "Seperate array into individual posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Make sure the requirement is paid": {
      "main": [
        [
          {
            "node": "Check present Rows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Look for freelance requirement posts": {
      "main": [
        [
          {
            "node": "Extract Post Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Seperate array into individual posts": {
      "main": [
        [
          {
            "node": "Make sure the requirement is paid",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}