For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Go to Platform
HomeSDKs & toolsAPI referencePricing
  • Get started
    • Welcome
    • Quickstart
  • Search API
    • Overview
    • Get live news
    • Retrieve page content
    • Search Operators
    • How to Evaluate the Search API
  • Contents API
    • Overview
  • Research API
    • Overview
  • Finance Research API
    • Overview
  • Administration
    • Account
    • Billing
    • API Keys
  • Support
    • Platform
    • Support
    • Resources
    • System Status
LogoLogo
HomeSDKs & toolsAPI referencePricing
LogoLogo
Go to Platform
Get started

Build agentic apps with real-time web intelligence.

|View as Markdown|Open in Claude|
Was this page helpful?
Built with

We've created the core infrastructure needed to power private, real-time, reliable AI solutions so that you don't have to. Access real-time Search, Content and Research APIs, all with industry-leading accuracy.

Try our APIs

Refractive Light Graphic
Go to Platform
from youdotcom import You
 
with You("<apiKey>") as you:
res = you.search.unified(
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")

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 and use you-search with no signup or credentials. Limited to 100 queries per day. For higher limits and access to you-contents, you-research, and you-finance, get an API key at you.com/platform — new accounts start with $100 in complimentary credits. See the MCP Server guide for setup.

Use cases

Data APIs

Real-time Search and Content APIs for building intelligent agents

SDK & tools

Get SDKs, CLI, the OpenAPI spec, and prebuilt quickstart for easy integration

Popular APIs

Search

Returns real-time, LLM-ready web and news results

Research

Multi-step reasoning that searches, reads, and synthesizes into a well-cited answer

Contents

Retrieves clean HTML or Markdown content from any webpage


Questions and feedback

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