{
  "name": "Turn New Wellfound Postings Into Sales Leads in Notion",
  "nodes": [
    {
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 24
            }
          ]
        }
      },
      "notes": "Daily search.",
      "position": [
        260,
        300
      ]
    },
    {
      "name": "Wellfound — Search Postings",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "parameters": {
        "method": "POST",
        "url": "https://api.example.com/replace-with-real-endpoint",
        "sendBody": true,
        "options": {}
      },
      "notes": "Query Wellfound for matching roles.",
      "position": [
        500,
        300
      ]
    },
    {
      "name": "Remove Duplicates",
      "type": "n8n-nodes-base.removeDuplicates",
      "typeVersion": 1,
      "parameters": {},
      "notes": "Key on company + role.",
      "position": [
        740,
        300
      ]
    },
    {
      "name": "Notion — Append Row",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 2,
      "parameters": {
        "operation": "append"
      },
      "notes": "Appends one row per event for an auditable history.",
      "position": [
        980,
        300
      ]
    },
    {
      "name": "Respond / Finish",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "parameters": {},
      "notes": "End of flow — extend with extra steps as needed.",
      "position": [
        1220,
        300
      ]
    }
  ],
  "connections": {
    "Schedule": {
      "main": [
        [
          {
            "node": "Wellfound — Search Postings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wellfound — Search Postings": {
      "main": [
        [
          {
            "node": "Remove Duplicates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove Duplicates": {
      "main": [
        [
          {
            "node": "Notion — Append Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion — Append Row": {
      "main": [
        [
          {
            "node": "Respond / Finish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
