Build agentic apps with real-time web intelligence.

View as MarkdownOpen in Claude

You.com is search infrastructure for AI applications. Five REST APIs return real-time web and news results, clean page content, and citation-backed answers from the public web and a finance-optimized index, so your model or agent works from current sources it can cite. One API key covers all five, billed per request.

Get started

Try our APIs

Refractive Light Graphic
Go to Platform
from youdotcom import You
 
with You() as you:
res = you.search(
query="best practices for scaling microservices architecture in production",
)
 
# Each result contains a title, URL, snippets and more
if res.results and res.results.web:
for result in res.results.web:
print(f"Title: {result.title}")
print(f"URL: {result.url}")
if result.snippets:
print(f"Snippet: {result.snippets[0]}\n")

Pick an API

Try it free—no API key required

Connect any MCP-enabled tool (Claude Code, Cursor, VS Code, JetBrains, and more) to https://api.you.com/mcp?profile=free for keyless you-search and you-discover. Limited to 100 queries per day. For higher limits and access to you-contents, you-research, you-finance, and you-balance, get an API key at you.com/platform—new accounts start with $100 in complimentary credits. See the MCP Server guide for setup.

Install our docs MCP server

This documentation ships with a Docs MCP Server that gives any MCP-enabled agent a searchDocs tool to search every page here and get back relevant passages with source URLs—no API key required. Point your client at https://you.com/docs/_mcp/server. See the Docs MCP Server guide for setup and examples.

Build and explore


Questions and feedback

If you have any questions or feedback, refer to the Support section in the sidebar, where you’ll find helpful resources.