Get started · Welcome

Welcome to the You.com API

The core infrastructure for private, real-time, and reliable AI applications. Access Search, Contents, and Research APIs from a single platform.
Try our APIs

Five-minute quickstart

Make your first request to the Search API.

Python
from youdotcom import You

with You("<API_KEY>") as you:
    res = you.search.unified(query="best practices for scaling microservices")

    for r in (res.results.web or []):
        print(r.title, r.url)

What's available

Three production APIs cover web retrieval, page extraction, and multi-step research. Use them individually or compose them into agents.

Questions and feedback

Join the developer community on Discord or open an issue on GitHub.