{
  "name": "Praxica Omni-Industry Lead Hunter",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 9 * * 1"
            }
          ]
        }
      },
      "id": "1",
      "name": "Weekly Monday 9AM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.1,
      "position": [400, 400]
    },
    {
      "parameters": {
        "resource": "place",
        "operation": "search",
        "query": "New [YOUR_KEYWORD_HERE] in [YOUR_CITY_HERE]",
        "options": {}
      },
      "id": "2",
      "name": "Google Maps Search",
      "type": "n8n-nodes-base.googleMaps",
      "typeVersion": 1,
      "position": [600, 400]
    },
    {
      "parameters": {
        "resource": "person",
        "operation": "enrich",
        "domain": "={{ $json[\"website\"] }}",
        "options": {
          "person_titles": ["Owner", "Founder", "CEO", "Principal"]
        }
      },
      "id": "3",
      "name": "Apollo Enrichment",
      "type": "n8n-nodes-base.apollo",
      "typeVersion": 1,
      "position": [850, 400]
    },
    {
      "parameters": {
        "resource": "contact",
        "operation": "upsert",
        "email": "={{ $json[\"email\"] }}",
        "additionalFields": {
          "firstName": "={{ $json[\"first_name\"] }}",
          "lastName": "={{ $json[\"last_name\"] }}",
          "company": "={{ $node[\"Google Maps Search\"].json[\"name\"] }}",
          "lead_source": "Omni-Industry Lead Hunter"
        }
      },
      "id": "4",
      "name": "Sync to CRM",
      "type": "n8n-nodes-base.hubspot",
      "typeVersion": 1,
      "position": [1100, 400]
    },
    {
      "parameters": {
        "channel": "new-leads",
        "text": "📍 *New Opportunity Detected!*\n\n*Business:* {{ $node[\"Google Maps Search\"].json[\"name\"] }}\n*Contact:* {{ $json[\"first_name\"] }} ({{ $json[\"title\"] }})\n*Email:* {{ $json[\"email\"] }}\n\nWorkflow: Omni-Industry Lead Hunter"
      },
      "id": "5",
      "name": "Slack Alert",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 2,
      "position": [1350, 400]
    }
  ],
  "connections": {
    "Weekly Monday 9AM": {
      "main": [
        [
          {
            "node": "Google Maps Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Maps Search": {
      "main": [
        [
          {
            "node": "Apollo Enrichment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apollo Enrichment": {
      "main": [
        [
          {
            "node": "Sync to CRM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sync to CRM": {
      "main": [
        [
          {
            "node": "Slack Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
