n8n-nodes-signaliz
v1.0.2
Published
n8n community node for Signaliz - AI-powered company research and signal detection
Maintainers
Readme
n8n-nodes-signaliz
This is an n8n community node that lets you use Signaliz in your n8n workflows.
Signaliz is an AI-powered company research and signal detection platform that helps you discover, understand, and track companies using advanced AI models.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- Go to Settings → Community Nodes in your n8n instance
- Click Install
- Enter
n8n-nodes-signaliz - Click Install
- Restart n8n to load the node
Manual Installation
To install manually, navigate to your n8n installation directory and run:
npm install n8n-nodes-signalizOperations
This node supports the following operations:
Company Signal Enrichment
- Enrich Company: Find business signals (news, product launches, executive hires, funding, partnerships) about a specific company using 30 parallel AI searches
Deep Research
- Find Companies: Find companies exhibiting behavioral signals (hiring, funding, tech adoption, growth patterns) with webhook-based async execution
Agentic Research
- Research Company: Conduct AI-powered research on a specific company with custom questions and automatic AI model selection
Multipass Research
- Bulk Discovery: High-speed parallel research for finding 10-500 companies matching ICP criteria
- Single Company Enrichment: Comprehensive data gathering for one company with sources from multiple search pathways
Credentials
To use this node, you need a Signaliz API key:
- Log in to your Signaliz workspace
- Navigate to Settings → API Keys
- Click Generate API Key
- Copy the API key (starts with
sk_) - In n8n, create new Signaliz API credentials and paste your API key
Compatibility
- Minimum n8n version: 1.0.0
- Tested with n8n version: 1.19.0
Usage
Example 1: Company Signal Enrichment
Find recent signals about a company:
- Add the Signaliz node to your workflow
- Select Company Signal Enrichment as the resource
- Choose Enrich Company operation
- Enter the company name (e.g., "Snowflake")
- Add a research prompt (e.g., "Find recent product launches and executive hires")
- Optionally add the company domain for better accuracy
- Set target signal count and lookback days
- Execute the workflow
The node returns signals with titles, content, URLs, confidence scores, and metadata.
Example 2: Deep Research
Find companies matching your ICP:
- Add the Signaliz node
- Select Deep Research as the resource
- Choose Find Companies operation
- Enter a description (e.g., "B2B SaaS companies hiring executives in last 90 days")
- Set target count (max 25)
- Optionally add a webhook URL to receive results as they're found
- Execute the workflow
The node returns a job ID and task URL. Results are delivered via webhook if configured.
Example 3: Agentic Research
Research a specific company with AI:
- Add the Signaliz node
- Select Agentic Research as the resource
- Choose Research Company operation
- Enter company name (e.g., "Stripe")
- Add research prompt (e.g., "What is their current AI strategy?")
- Optionally add company context (domain, LinkedIn URL, industry, etc.)
- Add webhook URL for completion notification (optional)
- Execute the workflow
The node returns a job ID and task ID. Results are saved to your workspace and delivered via webhook.
Example 4: Multipass Research - Bulk Discovery
Find multiple companies at scale:
- Add the Signaliz node
- Select Multipass Research as the resource
- Choose Bulk Discovery operation
- Enter research prompt (e.g., "Find B2B SaaS companies in marketing automation with 50-200 employees")
- Set target count (up to 500)
- Add webhook URL to receive each company as it's discovered
- Execute the workflow
The node uses 15 parallel batch searches across 5 diverse pathways for maximum coverage.
Features
- ✅ Complete API Coverage: All Signaliz API endpoints supported
- ✅ Webhook Support: Real-time results via webhooks for async operations
- ✅ File Attachments: Support for Google Docs, PDFs, and other documents
- ✅ Multiple AI Models: Choose from Claude, GPT, Gemini, and more
- ✅ Signal Detection: Track funding, hiring, product launches, partnerships, and more
- ✅ Bulk Operations: Find up to 500 companies in a single request
- ✅ Error Handling: Comprehensive error handling with meaningful messages
- ✅ Type Safety: Full TypeScript implementation
API Rate Limits
- Rate Limit: 100 requests per minute per API key
- Deep Research: 10 requests per minute per API key
- Agentic Research: 10 requests per minute per API key
- Multipass Research: 10 requests per minute per API key
Contact Signaliz support for higher limits.
Pricing
Signaliz uses a credit-based pricing model:
- Company Signal Enrichment: 1 base credit + API costs (~$0.026-0.078 USD per request)
- Cache Hits: 0 credits (same workspace/API key)
- Deep Research: 1 credit per second of execution time
- Agentic Research: 1 credit per second of execution time
- Multipass Research: 1 credit per second of execution time
- File Attachments: FREE - no credit charge
See Signaliz pricing for details.
Resources
License
Support
For issues with this n8n node:
- Open an issue on GitHub
For Signaliz API support:
- Contact Signaliz Support
- Visit Signaliz Documentation
