***

title: Integrations
og:title: You.com Integrations | Connect APIs to Your Tools and Workflows
og:description: Connect You.com's Search, Content, and News APIs to your existing tools, frameworks, and workflows — from LangChain and LlamaIndex to Zapier and Vercel AI SDK.
---------------------

For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://you.com/docs/integrations/llms.txt. For full documentation content, see https://you.com/docs/integrations/llms-full.txt.

You.com's Search, Content, and News APIs fit directly into the tools and frameworks you already use — whether you're building with AI orchestration frameworks, shipping a Next.js app, or automating workflows without writing a single line of code.

***

## AI Frameworks

<CardGroup cols={2}>
  <Card title="LangChain" icon="fa-brands fa-python" href="/docs/integrations/langchain">
    Use `YouSearchTool`, `YouContentsTool`, and `YouRetriever` from the `langchain-youdotcom` package to add real-time web search to LangChain agents and RAG pipelines.
  </Card>

  <Card title="LangGraph" icon="fa-regular fa-diagram-project" href="/docs/integrations/langgraph">
    Build stateful, multi-step agents with real-time web search using `YouSearchTool` and `YouContentsTool` in LangGraph workflows.
  </Card>

  <Card title="LlamaIndex" icon="fa-regular fa-layer-group" href="/docs/integrations/llamaindex">
    Use the `llama-index-retrievers-you` package to add real-time web and news retrieval to LlamaIndex applications.
  </Card>
</CardGroup>

## Developer Tools & SDKs

<CardGroup cols={2}>
  <Card title="Vercel AI SDK" icon="fa-brands fa-js" href="/docs/integrations/vercel-ai-sdk">
    Add `youSearch()` and `youContents()` as tools in any Vercel AI SDK application with the `@youdotcom-oss/ai-sdk-plugin` package.
  </Card>

  <Card title="OpenAI GPT OSS" icon="fa-regular fa-brain" href="/docs/integrations/gpt-oss">
    You.com powers the default web browsing backend for OpenAI's open-weight GPT OSS models via `YouComBackend`.
  </Card>

  <Card title="MCP Server" icon="fa-regular fa-plug" href="/docs/build-with-agents/mcp-server">
    Connect You.com directly to any MCP-enabled IDE — Cursor, VS Code, Claude Code, Windsurf, and more.
  </Card>
</CardGroup>

## Automation Platforms

<CardGroup cols={2}>
  <Card title="n8n" icon="fa-regular fa-diagram-project" href="/docs/integrations/n8n">
    Use the `@youdotcom-oss/n8n-nodes-youdotcom` community node to add web search and content extraction to n8n workflows and AI agents.
  </Card>

  <Card title="Zapier" icon="fa-regular fa-bolt" href="/docs/integrations/zapier">
    Connect You.com Search, Content, and Research APIs to 8,000+ apps — no code required.
  </Card>
</CardGroup>

## Official SDKs

<CardGroup cols={2}>
  <Card title="Python SDK" icon="fa-brands fa-python" href="/docs/sdks/python-sdk">
    Official Python SDK for Search, Contents, and Research APIs.
  </Card>

  <Card title="TypeScript SDK" icon="fa-brands fa-js" href="/docs/sdks/typescript-sdk">
    Official TypeScript SDK for Search, Contents, and Research APIs.
  </Card>
</CardGroup>