n8n

View as MarkdownOpen in Claude

n8n is a workflow automation platform that lets you connect APIs, build agents, and automate tasks with a visual editor or code. The You.com n8n node brings six operations—web search, content extraction, answer synthesis, research, finance research, and background task management—directly into your n8n workflows, so you can ground AI agents in fresh web data or pipe results into any downstream step.

The @youdotcom-oss/n8n-nodes-youdotcom package provides a single node with six operations: Search, Get Contents, Answer, Research, Finance Research, and Get Research Task. It also works as an AI agent tool, so n8n’s built-in AI agents can call You.com search on demand.


Getting Started

1

Add the Node

In an n8n workflow, hit + to add a step and search for You.com. Drag the You.com node onto the canvas to start a workflow.

2

Set Up Credentials

  1. In n8n, go to Credentials > New Credential and select You.com API
  2. Paste your API key from you.com/platform
  3. Click Test to verify the key works

Operations


Use as an AI Agent Tool

The You.com node has usableAsTool enabled, which means n8n’s built-in AI agents can call it directly. Add the You.com node as a tool in any AI Agent workflow, and the agent will be able to search the web or extract page content on its own.


Resources