{
  "name": "Automate Indeed job tracking with ScrapeOps, Google Sheets & Slack alerts",
  "nodes": [
    {
      "id": "b8a97c17-7d89-442b-a1d7-8e3ba38cb254",
      "name": "Set Search URL",
      "type": "n8n-nodes-base.set",
      "position": [
        352,
        224
      ]
    },
    {
      "id": "f9b90702-0694-4d96-ba01-8d3fcd142183",
      "name": "ScrapeOps - Proxy API",
      "type": "@scrapeops/n8n-nodes-scrapeops.ScrapeOps",
      "position": [
        576,
        224
      ]
    },
    {
      "id": "0c5fd457-fb33-48ad-af4a-0fd3f7d28323",
      "name": "ScrapeOps - Parser API",
      "type": "@scrapeops/n8n-nodes-scrapeops.ScrapeOps",
      "position": [
        800,
        224
      ]
    },
    {
      "id": "402e4b36-b9c2-43c0-a1a2-31fa6658ea5e",
      "name": "Add Metadata",
      "type": "n8n-nodes-base.set",
      "position": [
        1024,
        224
      ]
    },
    {
      "id": "9eee2078-8239-4ca1-8c80-b18251097536",
      "name": "Format Job Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1472,
        224
      ]
    },
    {
      "id": "3db13957-5098-44f2-98ae-b00ccd5aebcd",
      "name": "Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1696,
        224
      ]
    },
    {
      "id": "b544c0cd-40e7-41ab-8fc0-4537f1b3e414",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        128,
        224
      ]
    },
    {
      "id": "75727b8c-514a-4e90-a5fa-d60b36c662f9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        -16
      ],
      "parameters": {
        "width": 656,
        "height": 512,
        "content": "## 🚀 Indeed Job Scraper with ScrapeOps\n\n### How it works\nThis workflow automates the process of finding and tracking job listings on Indeed.\n1. **Schedule**: Runs automatically every 6 hours to check "
      }
    },
    {
      "id": "aa795d6c-3852-4f0b-8de9-ce1ba5ceb93a",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        1920,
        224
      ]
    },
    {
      "id": "c6dc5e88-1019-4d74-94d1-a8543222b538",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        104,
        112
      ],
      "parameters": {
        "width": 368,
        "height": 272,
        "content": "## ⚙️ Configuration\nSet your search query and schedule here."
      }
    },
    {
      "id": "943fbe0e-7f8a-486b-bd1b-356ad0ab32e1",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        528,
        112
      ],
      "parameters": {
        "width": 416,
        "height": 272,
        "content": "## 🕷️ Scraping & Parsing\n[Fetches HTML](https://scrapeops.io/docs/n8n/proxy-api/) via proxy and [extracts data](https://scrapeops.io/docs/n8n/parser-api/)."
      }
    },
    {
      "id": "7a820e91-8c9d-4050-8f87-12ae94bf1218",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        976,
        112
      ],
      "parameters": {
        "width": 640,
        "height": 272,
        "content": "## 🧹 Data Processing\nCleans, formats, and structures the job data."
      }
    },
    {
      "id": "4f7bee9c-865d-4d61-90df-c9a834bc07ec",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1608,
        112
      ],
      "parameters": {
        "width": 496,
        "height": 272,
        "content": "## 💾 Storage & Alerts\nSaves to Sheets and notifies via Slack."
      }
    },
    {
      "id": "ee51948f-c5e5-40e9-b082-3c345881806e",
      "name": "Parse and Filter Job Data",
      "type": "n8n-nodes-base.code",
      "position": [
        1248,
        224
      ]
    }
  ],
  "connections": {
    "Add Metadata": {
      "main": [
        [
          {
            "node": "Parse and Filter Job Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Search URL": {
      "main": [
        [
          {
            "node": "ScrapeOps - Proxy API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Job Data": {
      "main": [
        [
          {
            "node": "Save to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Search URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save to Google Sheets": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ScrapeOps - Proxy API": {
      "main": [
        [
          {
            "node": "ScrapeOps - Parser API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ScrapeOps - Parser API": {
      "main": [
        [
          {
            "node": "Add Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse and Filter Job Data": {
      "main": [
        [
          {
            "node": "Format Job Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}