Quickstart
You.com gives you real-time web intelligence through two primary APIs: the Search API and the Contents API. This page gets you from zero to a working request — and tells you exactly how to evaluate us.
What You.com offers
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.
Step 1: Get your API key
Sign in or create an account at https://you.com/platform/api-keys. You’ll start with $100 in complimentary credits — no credit card required.
Step 2: Try the Search API
The Search API takes a natural language query and returns structured web and news results.
You’ll get back structured JSON like this:
Power it up with livecrawl
By default, each result includes snippets — short, query-relevant text extracts. Add livecrawl and each result also returns the full page content as clean Markdown or HTML.
This is the difference between ~200 words of context and 2,000–10,000 words.
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.
Full Search API reference and all parameters
Step 3: Try the Contents API
The Contents API fetches content from URLs you specify, either as raw HTML, Markdown or both.
Each URL comes back as a structured object:
Full Contents API reference and all parameters
More ways to explore
Explore the APIs interactively right here in the docs
Use the SDKs
Benefit from ergonomic API access, type safety and easy readability.
Use a coding agent to write your integration
There are 2 easy ways to create context for your agent:
-
Add
/llms-full.txtto any URL path on this site to obtain the full content of a page in plain-text. For example,docs.you.com/llms-full.txtcontains complete documentation content including the full text of all pages. This includes the complete API reference with resolved OpenAPI specifications and SDK code examples for enabled languages. -
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.
Evaluate You.com
When you’re ready to run a structured evaluation, start simple: use count=10 with no filters, measure accuracy and latency on a representative query set, then add livecrawl if snippets aren’t providing enough context.
- How to Evaluate the Search API — methodology, dataset recommendations (SimpleQA, FRAMES, FreshQA), latency benchmarking, and a production checklist
- Agentic Web Search Playoffs — open-source benchmark comparing web search providers in agentic workflows
Our team can also design and run custom benchmarks for your use case. Talk to us
Pricing
Pricing is based on API calls, with additional costs for live crawling. See the full breakdown at you.com/platform/upgrade or reach out to api@you.com.