{
  "name": "Automated freelance gig finder with Bright Data & n8n",
  "nodes": [
    {
      "id": "ca434966-ab56-4335-88ea-c066a3a33cf4",
      "name": "Run Scraper Daily",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1720,
        1400
      ]
    },
    {
      "id": "f5446f3e-3eaf-44ac-b363-1fd61da36512",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "b7e24008-ca38-4d8a-b17c-57a979307618",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        340
      ],
      "parameters": {
        "width": 1289,
        "height": 3418,
        "content": "# 🚀 **Automated Daily Job Scraper Workflow**\n\nThis automation scrapes new job gigs from **We Work Remotely (WWR)** daily based on your preferred skill, extracts job information, and appends it neatly "
      }
    },
    {
      "id": "a83a04d5-6bec-4c7e-8d8d-538c4957a9c8",
      "name": "Set Skill Filter",
      "type": "n8n-nodes-base.set",
      "position": [
        1960,
        1400
      ]
    },
    {
      "id": "33e2c73b-41e4-4f60-9b6c-4c954cc7e856",
      "name": "Scrape WWR with Bright Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2200,
        1400
      ]
    },
    {
      "id": "23709278-a9bb-4b46-a418-62a15c49f6ab",
      "name": "Extract Jobs from HTML",
      "type": "n8n-nodes-base.html",
      "position": [
        2420,
        1400
      ]
    },
    {
      "id": "564c4101-2929-49fe-a651-134a0addfe35",
      "name": "Save Jobs to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2720,
        1400
      ]
    },
    {
      "id": "3354904f-1735-4e89-a0a8-1914f707ee8b",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1700,
        -20
      ],
      "parameters": {
        "width": 380,
        "height": 1640,
        "content": "## 🔹 **SECTION 1: Trigger + Set Your Filter**\n\n> *Automate and personalize your job search.*\n\n### 🕒 1. Run Scraper Daily\n\n**Node Type**: Trigger\n**Purpose**: Automatically runs the workflow every 24 h"
      }
    },
    {
      "id": "302ea26f-4b92-41c2-9859-17a937f7b141",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2140,
        -160
      ],
      "parameters": {
        "width": 420,
        "height": 1780,
        "content": "## 🌐 **SECTION 2: Scraping & Extraction**\n\n> *Fetch real job listings based on your criteria.*\n\n### 🌍 3. Scrape WWR with Bright Data\n\n**Node Type**: HTTP Request\n**Purpose**: Uses the Bright Data Web "
      }
    },
    {
      "id": "a789140f-8006-4cae-ad40-0e595052b0d9",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2620,
        420
      ],
      "parameters": {
        "width": 300,
        "height": 1200,
        "content": "## 📊 **SECTION 3: Save to Google Sheets**\n\n> *Turn your daily gigs into a growing list you can use and filter anytime.*\n\n### 📄 5. Save Gigs to Google Sheets\n\n**Node Type**: Google Sheets\n**Purpose**: "
      }
    },
    {
      "id": "1c541cd3-09f3-4534-b6cb-53027d87873b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3020,
        420
      ],
      "parameters": {
        "width": 380,
        "height": 240,
        "content": "## I’ll receive a tiny commission if you join Bright Data through this link—thanks for fueling more free content!\n\n### https://get.brightdata.com/1tndi4600b25"
      }
    }
  ],
  "connections": {
    "Set Skill Filter": {
      "main": [
        [
          {
            "node": "Scrape WWR with Bright Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Scraper Daily": {
      "main": [
        [
          {
            "node": "Set Skill Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Jobs from HTML": {
      "main": [
        [
          {
            "node": "Save Jobs to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape WWR with Bright Data": {
      "main": [
        [
          {
            "node": "Extract Jobs from HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}