{
  "name": "Track freelance jobs from Apify and get instant WhatsApp alerts for new leads",
  "nodes": [
    {
      "id": "b5449656-57b5-40aa-8a83-b3279b11f734",
      "name": "Edit Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        4064,
        816
      ]
    },
    {
      "id": "9672eb74-4c5a-439b-aab5-4e06663a937f",
      "name": "Send message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        4576,
        816
      ]
    },
    {
      "id": "c49b734d-ba70-41cf-bbe6-3b9ddc2b3472",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3408,
        624
      ],
      "parameters": {
        "width": 1376,
        "height": 400,
        "content": "# Freelance Job Tracker with WhatsApp Alerts"
      }
    },
    {
      "id": "847030db-1bc7-424a-b73b-c736109da905",
      "name": "Run an Actor",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        3584,
        816
      ]
    },
    {
      "id": "dfb38ee0-cb7e-4c6a-ba72-9fc8fa592ec5",
      "name": "Code in JavaScript",
      "type": "n8n-nodes-base.code",
      "position": [
        3904,
        816
      ]
    },
    {
      "id": "fc856cc0-beb8-4b31-89df-cd26bb295e49",
      "name": "Append or update row in sheet1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        4224,
        816
      ]
    },
    {
      "id": "2e803289-97da-41b5-98cc-d91c985b7d1b",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        3440,
        816
      ]
    },
    {
      "id": "9b24fdab-a2f2-4449-ac11-81cc3d84ba6d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2464,
        624
      ],
      "parameters": {
        "width": 880,
        "height": 1152,
        "content": "## 💼 Freelance Job Tracker with WhatsApp Alerts (Apify + n8n)\n\n## 🟨 Workflow Overview\n\nThis workflow automates freelance job tracking by using Apify Actors to scrape job listings (e.g., from Upwork or"
      }
    },
    {
      "id": "256ef1af-d543-4bab-af85-6c6a9a891849",
      "name": "Edit Fields To send Specific Data",
      "type": "n8n-nodes-base.set",
      "position": [
        4400,
        816
      ]
    },
    {
      "id": "01b532f0-cf78-4ffc-8998-f01878224a45",
      "name": "Get dataset items",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        3744,
        816
      ]
    },
    {
      "id": "5107bd3a-5ecd-4947-84e9-4435b5b53b50",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3440,
        1040
      ],
      "parameters": {
        "width": 1088,
        "height": 800,
        "content": "# 🧠 Who It’s For\n\n## 1-Freelancers and solopreneurs looking for instant job alerts\n\n## 2-Agencies monitoring job boards for leads\n\n## 3-Developers wanting to automate freelance opportunity tracking\n\n#"
      }
    }
  ],
  "connections": {
    "Edit Fields1": {
      "main": [
        [
          {
            "node": "Append or update row in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run an Actor": {
      "main": [
        [
          {
            "node": "Get dataset items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get dataset items": {
      "main": [
        [
          {
            "node": "Code in JavaScript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Run an Actor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append or update row in sheet1": {
      "main": [
        [
          {
            "node": "Edit Fields To send Specific Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields To send Specific Data": {
      "main": [
        [
          {
            "node": "Send message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}