Skip to main content

Search Built for the Agentic Era

Give your agents real-time, accurate web search results with our powerful Agentic APIs.

Get Your API Key
Book A Demo

Trusted by 60k developers · 1B+ queries/month

Trusted By

Our APIs

Build powerful AI-driven applications with our suite of search and content APIs.

Search API

Real-time web and news results, ready to feed directly into your LLM.

Start Building

Research API

Deep Search runs multiple searches, analyzes trusted sources, and synthesizes them into a comprehensive, well-cited answer you can confidently verify.

Start Building

Contents API

Returns the HTML or markdown of a target webpage.

Start Building

Start Searching in 60 Seconds

Install, configure, and make your first API call. It's that simple.

1from youdotcom import You 
2from youdotcom.models import 
3Freshness, LiveCrawlFormats 
4
5you_client = 
6You(api_key_auth="YDC_API_KEY") 
7
8return you_client.search.unified( 
9				query="latest ai research papers", 
10				count=10, 
11				freshness=Freshness.YEAR, 
12				livecrawl_formats=[LiveCrawlFormats.MARKDOWN], 
13	) 
14
15# Web results, if any 
16print(response.results.web)) 
17
18# News results, if any 
19print(response.results.news))
1import { You } from "@youdotcom-oss/sdk";
2
3const you = new You({ apiKeyAuth: "YOUR_API_KEY" });
4
5const result = await you.search({ query: "global birth rate trends", count: 5 });
6
7result.results?.web?.forEach((r) => {
8  console.log(r.title, r.url);
9  console.log(r.snippets?.[0]);
10});
1curl -G https://ydc-index.io/v1/search \ 
2-H "Authorization: Bearer YOUR_API_KEY" 
3\ 
4-d query="Latest AI research papers 2024" \ 
5-d mode="research"
1{
2  "mcpServers": {
3    "ydc-server": {
4      "type": "http",
5      "url": "https://api.you.com/mcp"
6    }
7  }
8}

Everything You Need
to Build & Ship

From documentation to community — all developer resources in one place.

Documentation

Quickstart, API reference, & guides

Playground

Test APIs directly in your browser

Integrations

Connect Claude, Cursor & more via MCP or SDK

Dashboard

Manage API keys and usage analytics

GitHub

SDKs, examples, and open source

Events

Agentic workshops, hackathons, & fireside chats

Community

Discord and Reddit

Blog

Technical deep dives and updates

Join the Developer Community

Connect with thousands of developers building the
future of AI-powered applications.

30k+

Developers

Active community on
Discord & Reddit

1B+

Queries/Month

Powering production workloads

200K+

Subscribers

Weekly developer insights

Stay Ahead with
YouCode Monthly

Get the latest AI search insights, API updates, and developer tips delivered to your inbox.

Footer

AI search infrastructure for developers.
Build grounded, trustworthy AI applications.