$0.005
per call · USD Coin on Base
You.com Search API: real-time web search returning ranked results grouped by section (results.web, results.news), each with url, title and description; web results also carry snippets. Use when an agent needs fresh, citable web data (news, markets, company facts) to ground a decision. Query params: query (required), count 1-100 (default 10), livecrawl (web|news|all; fetches live page contents, charged per result), country, freshness. Paid per call in USDC.
Endpoint
GET https://api.you.com/v1/search381
Calls / 30d
9
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.you.com/v1/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.you.com/v1/search?count=10&query=NVDA+earnings+guidance+Q2+2026" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"metadata": {
"latency": 0.42,
"query": "NVDA earnings guidance Q2 2026",
"search_uuid": "0a1d1f6e-6a1a-4a6e-9a9a-5f4f2b7d3c11"
},
"results": {
"news": [
{
"description": "Management guided next quarter above consensus.",
"page_age": "2026-08-01T14:02:00",
"thumbnail_url": "https://example.com/thumb/nvda-call.jpg",
"title": "NVIDIA earnings call: guidance above consensus",
"url": "https://example.com/nvda-earnings-call"
}
],
"web": [
{
"description": "NVIDIA lifted its outlook on data-center demand.",
"favicon_url": "https://example.com/favicon.ico",
"page_age": "2026-08-01T14:02:00",
"snippets": [
"NVIDIA expects revenue of ... driven by data-center GPU demand."
],
"thumbnail_url": "https://example.com/thumb/nvda-guidance.jpg",
"title": "NVIDIA raises Q2 revenue guidance",
"url": "https://example.com/nvda-guidance"
}
]
}
}Payment details
0xc327d0aeb5f65b514b193b5e5a95cc6f4060815fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from You & similar services
You · Finance Research
api.you.com
You.com Finance Research API: agentic deep research on a financial question, returning a synthesized answer with cited sources. Use when an agent needs well-reasoned market or company analysis for a trading or investment decision. JSON body: input (required question), research_effort (standard | deep | exhaustive, default deep). Paid per call in USDC. Async: paying returns a jobId; poll the SIWX-authed poll_url for the result (deep research takes 1-3 min).
You · Search
api-staging.you.com
You.com Search API: real-time web search returning ranked results grouped by section (results.web, results.news), each with url, title and description; web results also carry snippets. Use when an agent needs fresh, citable web data (news, markets, company facts) to ground a decision. Query params: query (required), count 1-100 (default 10), livecrawl (web|news|all; fetches live page contents, charged per result), country, freshness. Paid per call in USDC.
You · Finance Research
api-staging.you.com
You.com Finance Research API: agentic deep research on a financial question, returning a synthesized answer with cited sources. Use when an agent needs well-reasoned market or company analysis for a trading or investment decision. JSON body: input (required question), research_effort (standard | deep | exhaustive, default deep). Paid per call in USDC. Async: paying returns a jobId; poll the SIWX-authed poll_url for the result (deep research takes 1-3 min).