Created
August 24, 2025 09:31
-
-
Save pratik-dani/00708a5aa15168422b2e27a8bdef6153 to your computer and use it in GitHub Desktop.
Company Research Analyst Agent.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Company Research Analyst Agent", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "options": {} | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.chatTrigger", | |
| "typeVersion": 1.3, | |
| "position": [ | |
| -48, | |
| 0 | |
| ], | |
| "id": "3937165a-00ab-462a-be1e-f26e2e45129f", | |
| "name": "When chat message received", | |
| "webhookId": "3aa0d36c-c8ed-4454-a999-32987e03e5bb" | |
| }, | |
| { | |
| "parameters": { | |
| "options": { | |
| "systemMessage": "Role:\nYou are a Company Research Specialist.\n\nGoal:\nGather comprehensive and accurate information about companies using their domain name ({domain}) as the starting point.\n\nBackstory:\nYou are an expert business researcher with years of experience analyzing organizations, their products, operations, financials, and market presence. You excel at extracting reliable and actionable insights from multiple sources.\n\nPlease use all the tools at your disposal to get the data from various sources.\n\nTask:\nResearch the target company and provide structured insights on the following:\n\t1.\tOverview & Core Business – company mission, history, and core activities.\n\t2.\tProducts & Services – key offerings and target customers.\n\t3.\tMarket Presence & Performance – industries served, global reach, market share (if available).\n\t4.\tKey Personnel & Organization – leadership team, founders, and notable executives.\n\t5.\tFinancial Metrics & Funding – revenue, profit, funding rounds, investors.\n\t6.\tTechnology Stack & Digital Presence – tools, platforms, website performance, social media activity.\n\t7.\tRecent Developments & News – partnerships, product launches, acquisitions, controversies.\n\t8.\tMajor Competitors – leading competitors and market alternatives.\n\nConstraints:\n\t•\tUse only credible, verifiable sources.\n\t•\tPrioritize up-to-date information.\n\t•\tAvoid speculation unless clearly marked as such.\n\t•\tEnsure clarity and conciseness.\n\nExpected Output (Format):\nProvide findings in a structured report format with clear section headers:\n\n# Company Research Report: {Company Name}\n\n## 1. Overview & Core Business\n...\n\n## 2. Products & Services\n...\n\n## 3. Market Presence & Performance\n...\n\n## 4. Key Personnel & Organization\n...\n\n## 5. Financial Metrics & Funding\n...\n\n## 6. Technology Stack & Digital Presence\n...\n\n## 7. Recent Developments & News\n...\n\n## 8. Major Competitors\n..." | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.agent", | |
| "typeVersion": 2.2, | |
| "position": [ | |
| 496, | |
| 0 | |
| ], | |
| "id": "c3def42a-6b40-4e7b-b755-acbf6a02a0fd", | |
| "name": "AI Agent" | |
| }, | |
| { | |
| "parameters": { | |
| "contextWindowLength": 25 | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", | |
| "typeVersion": 1.3, | |
| "position": [ | |
| 304, | |
| 224 | |
| ], | |
| "id": "49898735-9e91-4fa5-a775-c0e43eef51be", | |
| "name": "Simple Memory" | |
| }, | |
| { | |
| "parameters": { | |
| "description": "Takes only domain as input and extract all the social profile urls for a company including LinkedIn, Crunchbase, and Pitchbook", | |
| "workflowId": { | |
| "__rl": true, | |
| "value": "jbLhyNgaRHGzpnyE", | |
| "mode": "id" | |
| }, | |
| "workflowInputs": { | |
| "mappingMode": "defineBelow", | |
| "value": { | |
| "domain": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('domain', ``, 'string') }}" | |
| }, | |
| "matchingColumns": [ | |
| "domain" | |
| ], | |
| "schema": [ | |
| { | |
| "id": "domain", | |
| "displayName": "domain", | |
| "required": false, | |
| "defaultMatch": false, | |
| "display": true, | |
| "canBeUsedToMatch": true, | |
| "type": "string" | |
| } | |
| ], | |
| "attemptToConvertTypes": false, | |
| "convertFieldsToString": false | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.toolWorkflow", | |
| "typeVersion": 2.2, | |
| "position": [ | |
| 432, | |
| 224 | |
| ], | |
| "id": "be5981fb-cb3a-41ec-985a-1e6f39a68e59", | |
| "name": "Social Profiles" | |
| }, | |
| { | |
| "parameters": { | |
| "description": "name: \"LinkedIn Company Profile Scraper\"\ndescription: \"Scrapes detailed company information from LinkedIn company profiles. Requires a valid LinkedIn company profile URL.\"\nusage: |\n Input: LinkedIn company profile URL \n Output: Structured company information including:\n - Company Overview & About Section\n - Industry & Specialties\n - Company Size & Headcount\n - Headquarters & Locations\n - Founders & Key Personnel\n - Products & Services\n - Recent Posts & Updates\n - Hiring Trends\n - Competitors (if listed)\nconstraints:\n - Must provide a valid LinkedIn company profile URL\n - Data should be structured and up-to-date", | |
| "workflowId": { | |
| "__rl": true, | |
| "value": "u1EwvBzM4mhMCGeC", | |
| "mode": "id" | |
| }, | |
| "workflowInputs": { | |
| "mappingMode": "defineBelow", | |
| "value": { | |
| "linkedin_url": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('linkedin_url', ``, 'string') }}" | |
| }, | |
| "matchingColumns": [ | |
| "linkedin_url" | |
| ], | |
| "schema": [ | |
| { | |
| "id": "linkedin_url", | |
| "displayName": "linkedin_url", | |
| "required": false, | |
| "defaultMatch": false, | |
| "display": true, | |
| "canBeUsedToMatch": true, | |
| "type": "string", | |
| "removed": false | |
| } | |
| ], | |
| "attemptToConvertTypes": false, | |
| "convertFieldsToString": false | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.toolWorkflow", | |
| "typeVersion": 2.2, | |
| "position": [ | |
| 560, | |
| 224 | |
| ], | |
| "id": "1d64429c-82ee-4408-ade2-31d8480d6989", | |
| "name": "LinkedIn" | |
| }, | |
| { | |
| "parameters": { | |
| "description": "name: \"PitchBook Company Profile Scraper\"\ndescription: \"Scrapes detailed company information from PitchBook company profiles. Requires a valid PitchBook company profile URL.\"\nusage: |\n Input: PitchBook company profile URL \n Output: Structured company information including:\n - Company Overview & Description\n - Founders & Key Executives\n - Funding Rounds & Investors\n - Valuation & Financial Metrics\n - Mergers & Acquisitions\n - Products & Services\n - Market Presence & Industry Focus\n - Recent Developments & News\nconstraints:\n - Must provide a valid PitchBook company profile URL\n - Return structured, accurate, and verifiable information", | |
| "workflowId": { | |
| "__rl": true, | |
| "value": "whSRVOjrQcgHZ20l", | |
| "mode": "id" | |
| }, | |
| "workflowInputs": { | |
| "mappingMode": "defineBelow", | |
| "value": { | |
| "pitchbook_url": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('pitchbook_url', ``, 'string') }}" | |
| }, | |
| "matchingColumns": [ | |
| "pitchbook_url" | |
| ], | |
| "schema": [ | |
| { | |
| "id": "pitchbook_url", | |
| "displayName": "pitchbook_url", | |
| "required": false, | |
| "defaultMatch": false, | |
| "display": true, | |
| "canBeUsedToMatch": true, | |
| "type": "string", | |
| "removed": false | |
| } | |
| ], | |
| "attemptToConvertTypes": false, | |
| "convertFieldsToString": false | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.toolWorkflow", | |
| "typeVersion": 2.2, | |
| "position": [ | |
| 688, | |
| 224 | |
| ], | |
| "id": "ab156a1f-02a0-4b2b-9d6d-4df1592856bd", | |
| "name": "Pitchbook" | |
| }, | |
| { | |
| "parameters": { | |
| "description": "name: \"Crunchbase Organization Scraper\"\ndescription: \"Scrapes detailed company information from Crunchbase organization profiles. Requires a valid Crunchbase organization URL.\"\nusage: |\n Input: Crunchbase organization URL \n Output: Structured company information including:\n - Overview & Description\n - Founders & Key Personnel\n - Funding Rounds & Investors\n - Financial Metrics (if available)\n - Products & Services\n - Market Presence\n - Competitors\n - Recent News\nconstraints:\n - Must provide a valid Crunchbase organization URL\n - Data returned should be structured and accurate", | |
| "workflowId": { | |
| "__rl": true, | |
| "mode": "id", | |
| "value": "HztOI9sg9yoqUbTn", | |
| "cachedResultName": "Company Research Analyst — Crunchbase Scraper" | |
| }, | |
| "workflowInputs": { | |
| "mappingMode": "defineBelow", | |
| "value": { | |
| "crunchbase_url": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('crunchbase_url', ``, 'string') }}" | |
| }, | |
| "matchingColumns": [ | |
| "crunchbase_url" | |
| ], | |
| "schema": [ | |
| { | |
| "id": "crunchbase_url", | |
| "displayName": "crunchbase_url", | |
| "required": false, | |
| "defaultMatch": false, | |
| "display": true, | |
| "canBeUsedToMatch": true, | |
| "type": "string", | |
| "removed": false | |
| } | |
| ], | |
| "attemptToConvertTypes": false, | |
| "convertFieldsToString": false | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.toolWorkflow", | |
| "typeVersion": 2.2, | |
| "position": [ | |
| 816, | |
| 224 | |
| ], | |
| "id": "546cbaf2-e5ac-4101-9723-696086201085", | |
| "name": "Crunchbase" | |
| }, | |
| { | |
| "parameters": { | |
| "description": "name: \"Company News Search\"\ndescription: \"Searches and retrieves recent news articles about a company using its domain name. Returns articles with titles, URLs, descriptions, and publication dates.\"\nusage: |\n Input: Company domain name (e.g., example.com) \n Output: List of recent news articles including:\n - Title\n - URL\n - Description / Summary\n - Publication Date\n - Source (if available)\nconstraints:\n - Must provide a valid company domain\n - Limit results to recent and relevant news\n - Ensure articles are from credible sources", | |
| "workflowId": { | |
| "__rl": true, | |
| "value": "JfP8qb6fQmbsRPPB", | |
| "mode": "id" | |
| }, | |
| "workflowInputs": { | |
| "mappingMode": "defineBelow", | |
| "value": { | |
| "domain": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('domain', ``, 'string') }}" | |
| }, | |
| "matchingColumns": [ | |
| "domain" | |
| ], | |
| "schema": [ | |
| { | |
| "id": "domain", | |
| "displayName": "domain", | |
| "required": false, | |
| "defaultMatch": false, | |
| "display": true, | |
| "canBeUsedToMatch": true, | |
| "type": "string" | |
| } | |
| ], | |
| "attemptToConvertTypes": false, | |
| "convertFieldsToString": false | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.toolWorkflow", | |
| "typeVersion": 2.2, | |
| "position": [ | |
| 944, | |
| 224 | |
| ], | |
| "id": "1a842642-c579-4eed-ac10-d9df94f0ce60", | |
| "name": "News Search" | |
| }, | |
| { | |
| "parameters": { | |
| "modelName": "models/gemini-2.0-flash-lite", | |
| "options": { | |
| "temperature": 0.2 | |
| } | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini", | |
| "typeVersion": 1, | |
| "position": [ | |
| 176, | |
| 224 | |
| ], | |
| "id": "901e88d0-9d11-42b9-8b33-b7bad4fabf49", | |
| "name": "Google Gemini Chat Model", | |
| "credentials": { | |
| "googlePalmApi": { | |
| "id": "dKRytx0NDjCUwikd", | |
| "name": "Google Gemini(PaLM) Api account 2" | |
| } | |
| } | |
| } | |
| ], | |
| "pinData": {}, | |
| "connections": { | |
| "When chat message received": { | |
| "main": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "main", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "Simple Memory": { | |
| "ai_memory": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_memory", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "Social Profiles": { | |
| "ai_tool": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_tool", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "LinkedIn": { | |
| "ai_tool": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_tool", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "Pitchbook": { | |
| "ai_tool": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_tool", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "Crunchbase": { | |
| "ai_tool": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_tool", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "News Search": { | |
| "ai_tool": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_tool", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| }, | |
| "Google Gemini Chat Model": { | |
| "ai_languageModel": [ | |
| [ | |
| { | |
| "node": "AI Agent", | |
| "type": "ai_languageModel", | |
| "index": 0 | |
| } | |
| ] | |
| ] | |
| } | |
| }, | |
| "active": false, | |
| "settings": { | |
| "executionOrder": "v1" | |
| }, | |
| "versionId": "ea9e82e9-1fe7-46e6-920c-d7b50c9ba3ff", | |
| "meta": { | |
| "templateCredsSetupCompleted": true, | |
| "instanceId": "4b2ada92eac5fa9c8485e82fc999c531ceecbe4766408fa5795a0a1a333d5b3c" | |
| }, | |
| "id": "syQXanB3tPnaq3wX", | |
| "tags": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment