You.com gives you real-time web intelligence through three core APIs: Search, Contents, and Research. This quickstart will get you searching the web and answering questions within minutes. Then, we’ll show you how to evaluate us.
Returns real-time web and news results as structured, LLM-ready JSON. Use it to ground your AI in fresh information — feed search results directly into your prompt to answer questions without hallucination. Add the livecrawl parameter and each result comes back with its full page content, not just a snippet.
Give it a list of URLs, get back clean Markdown or HTML. No browser automation, no HTML parsing. One idea: pass your competitors’ pricing page URLs to a daily job, get clean Markdown back, and feed that to an LLM to monitor what changed.
Ask a complex question, get a thorough, well-cited answer. Research runs multiple searches, reads through the sources, and synthesizes everything — so you don’t have to. Control the depth with research_effort from lite to exhaustive.
Want to try without signing up? 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 API key. Limited to 100 queries per day. See the MCP Server guide for setup.
Sign in or create an account, then get an API key here: https://you.com/platform. You’ll start with $100 in complimentary credits — no credit card required.
The Search API takes a natural language query and returns structured web and news results.
You’ll get back structured JSON like this:
Search results already include snippets — short, query-relevant text extracts from target pages. Use the livecrawl parameter to fetch full page content for each result as clean Markdown or HTML.
This will naturally increase latency, but massively improves knowledge accuracy.
Livecrawl is billed at $1.00 per 1,000 pages on top of the base Search API rate — the same price as the Contents API. With the default count=10, a call using livecrawl=all crawls up to 20 pages and adds $0.02 to the $0.005 base cost.
Results that support live crawling will include a contents.markdown field with the full page.
For RAG pipelines that need deep context rather than surface-level snippets, this is the parameter to reach for.
The Contents API fetches content from URLs you specify, either as raw HTML, Markdown or both.
Each URL comes back as a structured object:
The Research API goes beyond a single web search. Give it a complex question and it runs multiple searches, reads through the sources, and synthesizes a thorough, citation-backed answer.
The response includes a Markdown-formatted answer with inline citations and the list of sources used:
Use research_effort to control how deep the API digs — lite for quick answers, standard for a good balance, deep or exhaustive when thoroughness matters more than speed.
The Research API also supports beta source_control and output_schema fields. These fields may not be available in SDKs yet, so use direct HTTP requests when you need them.
Benefit from ergonomic API access, type safety and easy readability.
Fork one of our pre-built collections, add your API key to the production environment, and send your first request without writing any code.
There are 2 easy ways to create context for your agent:
Add /llms-full.txt to any URL path on this site to obtain the full content of a page in plain-text.
For example, you.com/docs/llms-full.txt contains complete documentation content including the full text of all pages.
This includes the complete API reference, complete with raw OpenAPI specs and SDK code examples.
Enable your agent to automatically discover and understand You.com APIs using our documentation-specific MCP server. Simply add the following wherever you store your MCP config:
Now your agent can automatically search the entirety of the You.com documentation as necessary.
You’re now ready to evaluate. You.com provides an open-source evaluation framework and a trustworthy, reproducible methodology for benchmarking search APIs — so you can measure what actually matters: accuracy, latency, and information retrieval quality.
We’re the only search API provider with peer-reviewed evaluation research. Our methodology was presented at the Association for the Advancement of Artificial Intelligence (AAAI) 2026 conference and received the Best Paper Award — meaning the way we think about search evals has been independently validated by the research community. To read more about our research please read these articles:
The open-source framework treats each search provider as a sampler: for every query, results are fetched from the API, synthesized into an answer by an LLM, then graded against ground truth. It supports various search providers giving you an apples-to-apples comparison on several benchmarks like:
When starting your own evaluation, keep it simple: run count=10 with no filters on a representative query set, then layer in livecrawl if snippets aren’t providing enough context. The resources below take you further:
Our team can also design and run custom benchmarks tailored to your domain and quality bar. Talk to us
Ready-to-run sample apps built on You.com APIs. Each comes with a live demo and a fully forkable open-source GitHub repo — clone it, extend it, or use it as a starting point for your own project.
Runs a web search and returns the top results.
Ask questions about your private documents.
In-depth research with grounded answers and inline citations.
You.com uses pay-as-you-go pricing based on the API and usage. All new accounts include $100 in free credits.
Track your usage and spending from the analytics dashboard. For volume discounts, annual pricing, and enterprise features, visit you.com/pricing or contact [email protected].