What is n8n?
n8n is a popular workflow automation tool that lets you connect different apps and services together without writing code. Think of it like connecting building blocks - you can create automated workflows that do things like:- Automatically research topics and save results to a spreadsheet
- Extract content from websites and send summaries to Slack
- Answer questions using AI and store the responses in a database
What Can You Do with the Valyu Node?
The Valyu node gives you access to four powerful tools:Search
Search across the web and premium data sources (academic papers, financial data, news) to find relevant information for any query.Best for: Finding information, research, fact-checking
Extraction
Pull clean, readable content from any webpage. Optionally use AI to summarize or extract specific data points.Best for: Scraping websites, getting article content, data extraction
Answer
Get instant AI-powered answers to questions, backed by real search results. Fast and accurate.Best for: Quick Q&A, chatbots, automated responses
Deep Research
Run comprehensive research tasks that search multiple sources and generate detailed reports. Takes 5-30 minutes but produces thorough results.Best for: Market research, competitive analysis, in-depth reports
Getting Started
Step 1: Get Your Valyu API Key
Before you can use the Valyu node, you need an API key:- Go to platform.valyu.ai and create a free account
- Navigate to API Keys in the dashboard
- Click Create API Key and copy your new key
Free Credits
New accounts get $10 in free credits - enough to run thousands of searches!
Step 2: Install the Valyu Node in n8n
The Valyu node is a community node, which means it’s only available on self-hosted n8n instances. It’s not available on n8n Cloud.
- In your n8n instance, go to Settings (gear icon in the bottom left)
- Click on Community Nodes
- Click Install
- Enter the package name:
n8n-nodes-valyu - Check the box to accept the risks of installing community nodes
- Click Install
Step 3: Set Up Your Credentials
Before using the Valyu node, you need to add your API key:- Drag a Valyu node onto your canvas
- Click on the node to open it
- Next to Credential to connect with, click the dropdown and select Create New Credential
- In the popup:
- API Key: Paste your Valyu API key from Step 1
- API URL: Leave as the default (
https://api.valyu.network)
- Click Save
Using the Valyu Node
Search
Use Search when you need to find information from across the web and premium data sources. Basic usage:- Select Search as the operation
- Enter your search query (e.g., “latest developments in quantum computing”)
- Run the node
- Search Type: Choose between All, Web only, Proprietary (academic/financial), or News
- Max Results: How many results to return (1-100)
- Response Length: How much content per result (Short, Medium, Large, Max)
- Date filters: Only get results from a specific time period
Example: Search for recent AI news
Example: Search for recent AI news
Extraction
Use Extraction when you have specific URLs and want to pull out their content. Basic usage:- Select Extraction as the operation
- Enter one or more URLs (comma-separated)
- Choose a Summary Mode:
- No AI Processing: Just get the raw text content
- Auto Summary: Get an AI-generated summary
- Custom Prompt: Tell the AI exactly what to extract
- Structured Output: Extract data into a specific JSON format
Example: Extract and summarize an article
Example: Extract and summarize an article
Answer
Use Answer when you need a quick, AI-generated response to a question. It automatically searches for relevant information and synthesizes an answer. Basic usage:- Select Answer as the operation
- Enter your question
- Choose Output Type:
- Text: Get a plain text answer
- Structured JSON: Get the answer in a specific format you define
Example: Get a quick answer
Example: Get a quick answer
Deep Research
Use Deep Research for thorough, comprehensive research that might take several minutes but produces detailed reports. Basic usage:- Select Deep Research as the operation
- Enter your research query
- Choose a Mode:
- Lite (5-10 min): For simpler research questions
- Heavy (15-30 min): For complex, multi-faceted topics
Example: Research a market
Example: Research a market
Example Workflows
Automated News Digest
Create a daily digest of news on topics you care about:- Schedule Trigger → Runs every morning at 8am
- Valyu (Search) → Search for “AI news” with News search type
- Valyu (Answer) → Summarize the key stories
- Send Email → Email yourself the digest
Website Content Monitor
Track changes to competitor websites:- Schedule Trigger → Runs weekly
- Valyu (Extraction) → Extract content from competitor URLs
- Compare → Check against previous extraction
- Slack → Notify if changes detected
Research Assistant
Build a research pipeline for market analysis:- Webhook Trigger → Receive research requests
- Valyu (Deep Research) → Run comprehensive research
- Google Sheets → Save report to a spreadsheet
- Slack → Notify when complete with link to report
Troubleshooting
Node not appearing after installation
Node not appearing after installation
Try restarting your n8n instance. If using Docker, restart the container.
Authentication errors
Authentication errors
Double-check your API key is correct. Make sure there are no extra spaces when you paste it.
Deep Research timing out
Deep Research timing out
Deep Research can take up to 30 minutes for Heavy mode. Make sure your n8n workflow timeout settings allow for long-running operations.
Rate limiting
Rate limiting
If you’re hitting rate limits, add a small delay between Valyu node executions using the Wait node.

