{
  "name": "Automated job finder agent",
  "nodes": [
    {
      "id": "b5953186-c060-4aac-b22a-4b9025839b66",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "36da4916-543d-4569-bd02-a7518df18fd4",
      "name": "Scrapeless",
      "type": "n8n-nodes-scrapeless.scrapeless",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "19c3e8cc-c94b-4fa5-b307-32c3b5ac51a1",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        360,
        240
      ]
    },
    {
      "id": "a217d476-3bd6-4b2e-9bac-42a896c4c093",
      "name": "Code1",
      "type": "n8n-nodes-base.code",
      "position": [
        660,
        240
      ]
    },
    {
      "id": "1152e225-f480-4ccd-8f97-d4eced0aa24c",
      "name": "Code2",
      "type": "n8n-nodes-base.code",
      "position": [
        920,
        240
      ]
    },
    {
      "id": "f45298a1-65bd-41a7-bad3-997024ebb08e",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        700,
        460
      ]
    },
    {
      "id": "4bd91f22-f338-4f5c-bf27-f63f58de3363",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 620,
        "height": 120,
        "content": "##  Automated Job Scraper (Every 6 Hours)\n⏰ Schedule Trigger: Runs every 6 hours to fetch fresh data.\n🕸️ Crawl Step: Scrapes job listings from a specific website using Scrapeless."
      }
    },
    {
      "id": "46375003-a127-4441-834f-261e7978c263",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1080,
        240
      ],
      "parameters": {
        "width": 580,
        "height": 120,
        "content": "## Data Cleaning & Labeling Functions\nThese functions clean the raw job data and assign appropriate labels  based on keywords and patterns."
      }
    },
    {
      "id": "664c7215-bb23-43be-9c0a-648787c8d4c7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        460
      ],
      "parameters": {
        "width": 500,
        "height": 120,
        "content": "## Save to Google Sheets\nAfter cleaning and labeling, the final structured job data is stored in Google Sheets for easy access and analysis.\n\n"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "Code2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code2": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrapeless": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Scrapeless",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}