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 community node brings real-time web search and content extraction directly into your n8n workflows, so you can ground AI agents in fresh web data or pipe search results into any downstream step.

The @youdotcom-oss/n8n-nodes-youdotcom package provides a single node with two operations: Search and Get Contents. 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

Install the Node

In your n8n instance, go to Settings > Community Nodes and install:

@youdotcom-oss/n8n-nodes-youdotcom

Or install via the CLI:

$npm install @youdotcom-oss/n8n-nodes-youdotcom
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