{
  "name": "AI Company Research Agent (n8n+Airtable)",
  "nodes": [
    {
      "id": "fbd978ea-7c9c-4a1f-a3b1-e8a61e2d7ced",
      "name": "New Company Trigger",
      "type": "n8n-nodes-base.airtableTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "d64c1a43-47e2-49f5-abbe-827d9efffb72",
      "name": "Research Company with AI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "6cf81375-32dc-435e-b1ab-197cdbe28d50",
      "name": "Update Company Record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        560,
        0
      ]
    },
    {
      "id": "doc-note-1771263655469",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -150
      ],
      "parameters": {
        "width": 600,
        "height": 869,
        "content": "## Workflow Overview\n\nThis workflow automatically researches companies and enriches your Airtable database whenever a new company is added. The AI agent searches the web to find the company's website "
      }
    },
    {
      "id": "contact-note-1771263708642",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -610
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "video-note-1771324743902",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -90,
        -610
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_recidrbznaXlmqFUI.jpg)](https://youtu.be/lQh1fuIrBN8)"
      }
    }
  ],
  "connections": {
    "New Company Trigger": {
      "main": [
        [
          {
            "node": "Research Company with AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Research Company with AI": {
      "main": [
        [
          {
            "node": "Update Company Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}