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).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.you.com/v1/finance_research' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.you.com/v1/finance_research'
Endpoint: https://api.you.com/v1/finance_research. Operated by api.you.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 resu…