Research API Overview
What is the Research API?
The Research API returns grounded, natural language answers to questions of varying complexity. It runs multiple searches, processes the results, cross-references sources, and synthesizes everything into a thorough, Markdown-formatted answer with inline citations.
Ask a hard question, get a researched answer with sources.
How it’s different from Search
The Search API and the Research API serve different purposes by delivering different outputs:
Use the Search API when you want raw results to feed into your own pipeline. Use the Research API when you want a ready-to-use answer backed by sources.
How it works
Research operates as an agentic system that autonomously plans and executes a multi-step research strategy for your question.
Search, Contents, and Live News as retrieval primitives
Research uses You.com’s Search, Contents, and Live News APIs as its core tools. Rather than firing generic web queries, the system selects the right tool for each sub-question — search for discovery, contents for deep page reads, live news for time-sensitive information, and several other internal tools to aid in generating the best possible answer. This targeted tool selection reduces wasted calls and gives the reasoning model cleaner inputs at each step.
The system also evaluates retrieved sources for freshness, diversity, and relevance before incorporating them into the answer.
Context management at scale
Deep research generates far more information than any single LLM context window can hold. Research uses context-masking and compaction strategies that let it operate well beyond those limits — maintaining coherent reasoning across hundreds or thousands of turns without losing track of what it found, what it verified, and what remains unresolved.
At higher effort levels, a single query can run more than 1,000 reasoning turns and process up to 10 million tokens.
Budget-based planning
The system receives a compute budget determined by the research_effort tier you choose. It plans its approach around that budget, allocating more effort to verifying ambiguous or high-stakes claims and moving quickly through well-sourced facts. This is the mechanism that enables the range of latency, accuracy, and cost tradeoffs across tiers.
What you get
Every Research API response includes:
content: A Markdown-formatted answer with numbered inline citations (e.g.,[[1, 2]]) that reference items in thesourcesarray.content_type: The format of the content field (currentlytext).sources: The web pages the API read and cited in the answer — each with a URL, title, and relevant snippets.
Key features
Research effort levels
The research_effort parameter controls how much compute the API allocates to your question. Higher effort means more searches, deeper source reading, and more cross-referencing — at the cost of longer response times.
For the same query, the difference between tiers is substantial. Here’s an abridged comparison for the question “Which global cities improved air quality the most over the past 10 years, and what measurable actions contributed?”:
research_effort = standard
research_effort = exhaustive
The exhaustive response identifies additional cities (Seoul, with specific UNEP data), includes more granular measurements (µg/m³ ranges, percentage reductions over specific date ranges), and cross-references more sources to verify claims.
Citation-backed answers
Every claim in the response links back to a specific source via inline citations. Your users (or your system) can verify any statement by following the numbered references to the sources array.
Markdown output
The content field is formatted in Markdown with headers, lists, and inline citations — ready to render in a UI or feed into downstream processing.
Quickstart
Parameters
Common use cases
Complex question answering
When a question can’t be answered from a single source — comparative analyses, multi-factor evaluations, questions that span multiple domains — the Research API handles the synthesis for you.
Due diligence and market research
Quickly gather verified, cited information about companies, markets, or technologies. The citation-backed output gives you traceability that raw LLM generation can’t.
Internal tools and knowledge assistants
Build internal research tools where employees can ask complex questions and get sourced answers — product comparisons, regulatory summaries, technical deep dives — without manually reading dozens of pages.
Content creation pipelines
Use the Research API as the first step in a content pipeline: ask a research question, get a cited draft, then use it as source material for blog posts, reports, or briefings.
Best practices
Match research effort to the question
Don’t use exhaustive for simple factual questions — lite or standard will be faster and cheaper. Save deep and exhaustive for questions where thoroughness and accuracy justify the longer response time.
Verify citations for high-stakes use cases
The inline citations make verification straightforward. For legal, financial, or medical contexts, build a step that follows citation URLs to confirm claims before surfacing them to end users.
Use structured inputs for better results
The input field supports up to 40,000 characters. For complex research tasks, include context, constraints, or specific angles you want covered. A well-scoped question produces a more focused answer.
Pricing
Pricing is fixed per tier — see the research effort levels table above for per-tier pricing and latency. For more details, visit https://you.com/pricing) or contact api@you.com.