This is an n8n community node for Parallel Web Systems - the AI-powered web research platform. Transform your n8n workflows with intelligent data extraction, competitive analysis, lead enrichment, and automated research capabilities.
Try Parallel in the playground before integrating into your workflows.
n8n is a fair-code licensed workflow automation platform.
Install this community node package in n8n:
npm install n8n-nodes-parallelOr follow the installation guide in the n8n community nodes documentation.
- Get API Access: Sign up at platform.parallel.ai and generate an API key
- Add Credentials: In n8n, create new credentials of type "Parallel API" and enter your API key
- Webhook Secret: In your Parallel n8n credential, include a webhook secret (created via Platform Settings) in order to be notified when an Async Web Enrichment Task is completed
This package provides two powerful nodes for your n8n workflows:
The main Parallel node offers four distinct operations:
1. Sync Web Enrichment - Task API
Execute tasks synchronously and get immediate results (up to 5 minutes):
- Lead Enrichment: Company profiles, contact information, financials
- Competitive Analysis: Product features, pricing, market positioning
- Content Research: Article summaries, fact-checking, data validation
- Market Intelligence: Industry trends, company updates, regulatory changes
Available Processors: lite, base, core
2. Async Web Enrichment - Task API
Start long-running research tasks asynchronously (up to 30 minutes):
- Complex multi-source research
- Deep competitive intelligence
- Comprehensive due diligence
- Large-scale data enrichment
Available Processors: lite, base, core, pro, ultra, ultra2x, ultra4x, ultra8x
Learn about each Parallel Task API Processor here.
3. Web Search - Search API
Intelligent web search with AI-powered processing:
- Natural language search objectives
- Traditional keyword queries
- Domain filtering for trusted sources
- Structured results with excerpts and citations
Available Processors: base, pro
Learn about each Parallel Search API Processor here.
AI-powered chat completions with web access (< 5 seconds):
- Real-time web-informed responses
- Fact-checking and verification
- Current events and news queries
- Research-backed conversations
Read the Parallel Chat API documentation here.
Automatically trigger workflows when Parallel tasks complete, best paired with Async Web Enrichment:
- Real-time notifications: Instant updates when async tasks finish
- Automatic result fetching: Retrieves full task results automatically
- Webhook security: Built-in signature validation for secure webhooks
- Flexible filtering: Option to trigger only on successful completions
Perfect for long-running research workflows where you want to process results as soon as they're ready.
- Text: Single text output field with evidence and citations
- JSON: Custom structured schemas for precise data extraction
- Auto: AI-optimized JSON output with nested citations (Pro+ processors only)
Every result includes confidence scores and evidence with source citations, so you can validate and trust your automated research.
Use source policies to include trusted domains (like Wikipedia, Reuters) or exclude unreliable ones.
- Automatically handles long-running research tasks with intelligent retry logic
- Webhook triggers for immediate notification when async tasks complete
- No manual polling required
1. HTTP Request node β Get company domain from CRM
2. Parallel node (Sync Web Enrichment) β Enrich company data
3. Set node β Format results
4. HTTP Request node β Update CRM with enriched data
1. Parallel node (Async Web Enrichment) β Start deep research task
2. Parallel Task Run Completion Trigger β Wait for completion
3. Code node β Process comprehensive results
4. Email node β Send research report
1. Manual Trigger β Input search query
2. Parallel node (Web Search) β Search with AI processing
3. Code node β Extract top results
4. HTTP Request β Post to knowledge base
- Install:
npm install n8n-nodes-parallel - Get API Access: Sign up at platform.parallel.ai and generate an API key
- Try the Playground: Test your research tasks at platform.parallel.ai/play
- Add Credentials: Configure your API key in n8n's credential manager
- Build Workflows: Start with simple enrichment tasks and scale to complex research pipelines
Choose the right processor based on your use case complexity and timing needs:
| Processor | Latency | Max Fields | Cost | Best For |
|---|---|---|---|---|
| Lite | 5s-60s | 2 | $5/1000 | Basic metadata, quick lookups |
| Base | 15s-100s | 5 | $10/1000 | Standard enrichment, reliable data |
| Core | 1-5min | 10 | $25/1000 | Cross-referenced research |
| Pro | 3-9min | 20 | $100/1000 | Exploratory research, analysis |
| Ultra | 5-25min | 20 | $300/1000 | Advanced multi-source research |
| Ultra 2x | 5-25min | 25 | $600/1000 | Difficult research tasks |
| Ultra 4x | 8-30min | 25 | $1200/1000 | Very difficult research |
| Ultra 8x | 8-30min | 25 | $2400/1000 | Most complex research |
Note: Sync operations support up to Core level. Async operations support all processor levels.
- Lead Scoring: Enrich incoming leads with company data, funding, employee count
- Account Research: Deep dive on prospects before sales calls
- Contact Discovery: Find decision-makers and their contact information
- Competitive Intelligence: Monitor competitor product updates and pricing
- Content Research: Gather supporting data and citations for articles
- Fact-Checking: Validate claims and statistics in real-time
- Trend Analysis: Monitor industry trends and news for content ideas
- SEO Research: Find trending topics and keyword opportunities
- Vendor Research: Evaluate potential suppliers and partners
- Risk Assessment: Monitor companies for regulatory changes or news
- Market Intelligence: Track industry developments and competitor moves
- Due Diligence: Comprehensive background checks for business decisions
- Real-time Information: Answer customer questions with current web data
- Documentation: Auto-generate help articles from web research
- Competitive Comparisons: Provide accurate competitor information
When using async enrichment with the trigger node:
- Add a Parallel Task Run Completion Trigger to your workflow
- Copy the webhook URL from the trigger node
- In the Parallel node (Async Web Enrichment), paste the URL in the "Webhook URL" field
- Enable "Validate Webhook Signatures" for security (recommended)
For structured data extraction, use JSON schemas in the output configuration:
{
"type": "object",
"properties": {
"company_name": {
"type": "string",
"description": "Official company name from recent filings or website."
},
"ceo_name": {
"type": "string",
"description": "Current CEO full name from company website or recent news."
},
"employee_count": {
"type": "string",
"description": "Number of employees as range (e.g., '500-1000') or exact number."
}
},
"required": ["company_name", "ceo_name", "employee_count"],
"additionalProperties": false
}Control which websites are used for research:
- Include domains:
wikipedia.org, reuters.com, bloomberg.com - Exclude domains:
reddit.com, quora.com
- Parallel Documentation
- Task API Quickstart
- Search API Quickstart
- Processor Selection Guide
- Understanding Task Specifications
- Webhook Configuration
- n8n Community Nodes Documentation
- Issues: GitHub Issues
- Documentation: docs.parallel.ai
- Platform: platform.parallel.ai