{
  "name": "Context 5 \u2014 Lead / Company Enrichment (Crunchbase)",
  "nodes": [
    {
      "parameters": {},
      "id": "8fabe9de999a",
      "name": "Click 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "operation": "extract",
        "scraper": "crunchbase-company",
        "extractUrl": "https://www.crunchbase.com/organization/openai",
        "extractLimit": 1,
        "waitForCompletion": true
      },
      "id": "67b45d6c3cbf",
      "name": "Enrich Company",
      "type": "n8n-nodes-apexapi.apexApiContext",
      "typeVersion": 1,
      "position": [
        520,
        300
      ],
      "credentials": {
        "apexApiApi": {
          "id": "REPLACE_ME",
          "name": "ApexApi account"
        }
      }
    },
    {
      "parameters": {
        "resource": "chat",
        "operation": "message",
        "model": "google/gemini-2.5-flash",
        "prompt": "=Write a 2-sentence sales brief about this company for a rep who is about to reach out:\n\n{{ JSON.stringify($json.records[0]) }}",
        "options": {}
      },
      "id": "0acbd232fed3",
      "name": "Sales brief",
      "type": "n8n-nodes-apexapi.apexApi",
      "typeVersion": 1,
      "position": [
        820,
        300
      ],
      "credentials": {
        "apexApiApi": {
          "id": "REPLACE_ME",
          "name": "ApexApi account"
        }
      }
    },
    {
      "parameters": {
        "content": "### \ud83d\udd11 First: get a free ApexApi key\nThis workflow calls ApexApi, so you need a key (no card required):\n**https://apexapi.dev/?ref=n8n-context-enrichment**\nThen in n8n add it as the **ApexApi account** credential \u2014 every ApexApi node in this workflow uses it.\n\n---\n\n## 5 \u00b7 Lead / Company Enrichment\n\n**What it does:** takes a Crunchbase company URL, returns structured company data, and an AI writes a short sales brief.\n\n**Run it:** click **Test workflow** (async).\n\n**Make it a real pipeline:**\n\u2022 Replace the manual trigger with your **CRM / Google Sheets** 'new lead' trigger.\n\u2022 Feed the lead's Crunchbase URL into *Enrich Company*.\n\u2022 Add a **write-back** node (update the CRM row / Sheet) with the brief.\n\n**Swap scrapers:** g2-product for software reviews, google-maps-business for local businesses.",
        "height": 470,
        "width": 460,
        "color": 4
      },
      "id": "5472d6362c2a",
      "name": "Sticky 0b358b56d854",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        240,
        -60
      ]
    }
  ],
  "connections": {
    "Click 'Test workflow'": {
      "main": [
        [
          {
            "node": "Enrich Company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Company": {
      "main": [
        [
          {
            "node": "Sales brief",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "active": false
}
