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.
Popular APIs
Search
Real-time, LLM-ready web and news results.
GET /v1/searchResearch
Multi-step reasoning that searches, reads, and synthesizes a cited answer.
POST /v1/researchContents
Clean Markdown or HTML content from any webpage.
POST /v1/contentsQuestions and feedback
Join the developer community on Discord or open an issue on GitHub.