AI Summary
About
You.com is an AI search company that has repositioned itself as an API-first developer platform. Its public pricing page at you.com/pricing now presents the “Web Search API” suite — a set of usage-billed endpoints (Search, Contents, Research, and Finance Research) designed to ground AI agents and RAG systems in live, source-backed web and financial knowledge. The endpoints share infrastructure that is SOC 2 certified, supports zero data retention, and is positioned for enterprise developers who need reliable retrieval without model training on their data.
The platform’s four products map to a retrieval-to-synthesis spectrum. The Search API returns structured, LLM-ready web and news results; the Contents API extracts clean page text from known URLs; the Research API runs a multi-step, agentic search-and-synthesis pipeline that returns cited natural-language answers; and the Finance Research API applies that same pipeline to a purpose-built financial index covering fundamentals, market data, SEC filings, and macro indicators. You.com markets benchmark wins for the higher tiers — “#1 in DeepSearchQA” for Research and “#1 on FinSearchComp” (87.29%) for Finance Research.
You.com’s consumer-facing products have receded from public view. Founded in 2021 by Richard Socher and Bryan McCann (both ex-Salesforce AI), the company spent 2022–2025 selling consumer subscriptions at you.com/plans — a Free tier plus Pro ($20/mo) and Team ($30/mo) seats, later restructured to a $200 “Max” tier. After its September 2024 Series B ($50M led by Georgian, with NVIDIA and Salesforce Ventures), TechCrunch reported You.com “refocuses from AI search to deeper productivity agents,” and the company progressively pivoted to the API platform. Today there is no public pricing page for the consumer plans — they are surfaced only through the in-app upgrade flow — so the company’s externally documented pricing is now entirely the usage-based developer API. For the full timeline, see Pricing evolution.
Recovered consumer-era pricing (you.com/plans, 2024–2025)
The consumer subscription pricing below is reconstructed from Wayback Machine snapshots of you.com/plans. It is no longer offered at a public URL.
| Plan | Monthly | Annual (per mo) | Highlights (as listed) |
|---|---|---|---|
| Free | $0 | $0 | Limited basic queries; live web search |
| Pro | $20 | $15 | All models (GPT-4o, o1, Claude 3.5 Sonnet), 25MB uploads, 64k context, Research & Custom Agents |
| Team (until 2025-09) | $30 | $25 | Unlimited queries, 50MB uploads, 200k context, zero data retention |
| Max (from 2025-09) | $200 | $175 | Everything in Pro, 25 collaborators, unlimited ARI reports, 24/7 support |
| Enterprise | Custom | Custom | Private RAG (100KB–100TB+), SAML SSO, SOC 2, admin controls |
Pricing summary : How You.com’s pure-usage API metering works
You.com uses a pure usage-based model with no seats, no platform fee, and no minimum spend — you pay only for the calls and pages you consume, across four independently metered endpoints. It pairs a freemium on-ramp ($100 free credit) with research-depth pricing that behaves like an outcome metric — the billable unit is a synthesized, cited answer, not a seat. See related usage-based pricing models and self-serve sales motions.
The four billing dimensions:
- Search API — $5.00 / 1,000 calls (up to 100 results per call). News results are included at no extra cost. The optional livecrawl add-on bills full page extraction separately at $1.00 / 1,000 pages.
- Contents API — $1.00 / 1,000 pages. Batch up to 10 URLs per request; returns clean Markdown or raw HTML.
- Research API — effort-tiered per 1,000 calls: lite $12, standard $50 (default), deep $100, exhaustive $450, and a Contact-Sales Frontier tier listed at >$2,000.
- Finance Research API — effort-tiered per 1,000 calls: deep $110 (default), exhaustive $500.
What makes this different: You.com prices a research outcome (a synthesized, cited answer) on a single per-call meter that scales ~167x from lite to Frontier purely on compute “research effort” — the buyer chooses depth, not a seat plan, and the same endpoint spans hobbyist-cheap to enterprise-Contact-Sales without changing the integration.
Pricing by product
Retrieval APIs (per-call / per-page)
| Tier | Price | Included | Key mechanics |
|---|---|---|---|
| Search API | $5.00 / 1k calls | Web + news results, up to 100 results/call, LLM-ready snippets, country/language/freshness filters | News included free; pair with livecrawl for full content |
| Search API — Livecrawl add-on | $1.00 / 1k pages | Full page content (HTML/Markdown) for crawled results | Billed separately from the base $5 search rate |
| Contents API | $1.00 / 1k pages | Full page text/markdown/metadata for known URLs, batch up to 10 URLs/request | ”Fetch known pages on demand” — no query needed |
Research API (effort-tiered, per 1k calls)
| Tier | Price | Included | Key mechanics |
|---|---|---|---|
| Lite | $12 / 1k calls | Fast retrieval for simple factual lookups (<10s) | Cited answers; no output_schema support |
| Standard | $50 / 1k calls | Balanced depth for most production use (~10–30s) | Default tier; structured output supported |
| Deep | $100 / 1k calls | Complex multi-source research and synthesis (<120s) | Cross-references multiple sources |
| Exhaustive | $450 / 1k calls | Comprehensive analysis across dozens of sources (<300s) | Up to 1,000+ reasoning turns, ~10M tokens |
| Frontier | >$2,000 / 1k calls | ”Maximum depth — our most powerful research tier” | Contact Sales (not in the public docs table) |
Finance Research API (effort-tiered, per 1k calls)
| Tier | Price | Included | Key mechanics |
|---|---|---|---|
| Deep | $110 / 1k calls | Multi-source analysis on a finance-optimized index (<120s) | Default tier; SEC filings, fundamentals, market data |
| Exhaustive | $500 / 1k calls | Deep due diligence, full 10-K analysis, cross-market research (<300s) | No source_control or output_schema |
Sales motions across products: PLG / self-serve for all metered tiers (sign up, get $100 free credit, pay per use); sales-led for the Research Frontier tier, volume discounts, annual commitments, and enterprise features (custom QPS, DPA).
Hidden costs : What an agentic app actually pays per workflow
The headline per-call rates understate the real cost of an agentic workflow, because a single user action often fans out into many billed calls across multiple endpoints — and the Research tiers charge per call regardless of how many internal searches each call performs.
Archetype: a RAG agent running 50,000 grounded answers / month
| Line item | Monthly cost |
|---|---|
| Search API — 50,000 calls × $5.00 / 1k | $250 |
| Livecrawl — 200,000 pages × $1.00 / 1k | $200 |
| Research API (standard) — 10,000 calls × $50 / 1k | $500 |
| Total | $950 |
The lesson: livecrawl and the Research effort tier — not the base $5 search rate — are where the bill concentrates, so the choice of research_effort and how aggressively you crawl matter more than search volume itself. This fan-out dynamic is the classic usage-based cost-forecasting trap, and it makes value-metric selection the central pricing decision for any agentic platform.
Want to estimate your own You.com bill? Use the You.com pricing calculator to model your monthly cost based on calls per endpoint, livecrawl pages, and research-effort tier.
Pricing evolution : From consumer AI search subscription to usage-based API platform
You.com’s pricing splits cleanly into two eras: a consumer subscription era (You Pro / Team / Max at you.com/plans, 2022–2025) and the current API-first developer platform (you.com/pricing, live since late 2025). The pivot tracks the company’s strategic refocus — first signalled when its September 2024 Series B reframed it “from AI search to deeper productivity agents,” then realised through ARI (its research agent) and ultimately a usage-billed API suite.
Cadence
| Quarter | Price changes | Product / SKU additions | Notes |
|---|---|---|---|
| 2024 Q3 | 0 | 0 | Consumer tiers: Free $0, Pro $20/$15, Team $30/$25, Enterprise custom. |
| 2025 Q1 | 0 | OpenAI o1 added to Pro | Prices held; model roster expanded. |
| 2025 Q2 | 0 | ARI Deep Research banner | Research-agent positioning begins on the plans page. |
| 2025 Q3 | 1 (Team → Max) | Max $200/$175 replaces Team $30/$25 | Top consumer tier repriced ~6.7x for unlimited ARI reports. |
| 2025 Q4 | new platform | API platform launches | Web Search $6.25/$8.00, News $6.25, Contents $10, Express Agent $11, Advanced Agent $15/call. |
| 2026 Q1 | 0 | 0 | API CPM pricing held steady through February. |
| 2026 Q2 | Search $6.25→$5, Contents $10→$1, Research lite $6.50→$12 | Research API effort tiers; Finance Research API | Agent APIs replaced by effort-tiered Research; finance index added. |
Tracked range: 2024-09 – 2026-06. Consumer-era pricing (2024-09 onward) recovered from Wayback snapshots of you.com/plans; 2022–early-2024 snapshots were JS skeletons that never rendered pricing in the archive, so those values are not reconstructed.
Notable changes
- 2024-09 — Consumer plans: Free $0, Pro $20/mo ($15 annual), Team $30/mo ($25 annual), Enterprise custom. Same month as the $50M Series B (Georgian, NVIDIA, Salesforce Ventures).
- 2025-02 — OpenAI o1 added to Pro’s model list; prices unchanged.
- 2025-06 — “ARI Deep Research for Enterprise” banner appears on the plans page; consumer prices unchanged.
- 2025-09 — Team $30 plan removed, replaced by Max $200/mo ($175 annual) with unlimited ARI reports — a ~6.7x reprice of the top published consumer tier.
- 2025-10 — API platform launches at you.com/pricing: Web Search $6.25/$8.00, News Search $6.25, Contents $10 per 1k, Express Agent $11/1k, Advanced Agent $15/call (BETA).
- 2026-03 — Research API with effort tiers (lite $6.50 → exhaustive $300, Frontier >$2,000) replaces the Agent APIs.
- 2026-04 — Price cuts: Search $6.25/$8.00 → flat $5.00/1k; Contents $10 → $1.00/1k pages.
- 2026-06 — Research lite raised $6.50 → $12/1k (exhaustive → $450); Finance Research API added (deep $110, exhaustive $500).
The consumer-to-API pivot in detail
You.com spent 2022–2025 as a consumer AI-search subscription. As late as June 2025, you.com/plans still sold a $0 Free tier, a $20 Pro tier, and a $30 Team tier — classic seat-priced SaaS. The hinge was ARI, You.com’s research agent: ARI Enterprise launched in May 2025 (BusinessWire; VentureBeat reported it beating OpenAI Deep Research in head-to-head tests), and by September 2025 the company had replaced the $30 Team plan with a $200 Max plan built around unlimited ARI reports. Within a month it launched the developer API platform, and over the next two quarters it converted the Agent APIs into a usage-billed Research API priced by “research effort” — the same ARI capability, now sold per call. By mid-2026 the consumer plans had no public pricing page at all, completing the shift from a seat-priced search product to a usage-based retrieval-and-research API.
What’s unique : Effort-tiered per-call research pricing
1. Research priced by “effort,” not by seat or by token. The Research and Finance Research APIs expose a single research_effort parameter that maps directly to a per-1k-call price. The buyer dials depth (lite → exhaustive → Frontier) and accepts the latency/cost tradeoff, rather than selecting a plan. This makes a synthesized, cited answer the billable unit — closer to an outcome-based pricing model than to classic API metering, a shift explored in our analysis of how AI products migrate to usage-based billing.
2. A ~167x intra-endpoint price spread. On the identical Research endpoint, lite costs $12/1k and the Contact-Sales Frontier tier is listed at >$2,000/1k. One integration covers hobbyist experimentation and enterprise-grade deep research without re-platforming.
3. No seats, no platform fee, $100 free to start. Pricing is entirely per-call / per-page with a freemium on-ramp, which keeps the developer-buyer motion fully self-serve until volume discounts or annual commitments warrant a sales conversation.
Strengths & weaknesses
| Strengths | Weaknesses |
|---|---|
| Pure usage, no seats or platform fee — low barrier to start | Per-call Research pricing hides how many internal searches each call costs |
| $100 free credit lowers experimentation risk | Frontier tier price is opaque (“Contact Sales”, >$2,000) |
Single research_effort knob spans a 167x cost range | No public consumer (You Pro/Team) pricing reduces transparency |
| Finance Research index is a genuine differentiator (#1 FinSearchComp) | Livecrawl and effort tiers can make bills hard to forecast |
| SOC 2 + zero data retention appeals to enterprise developers | Four separately metered endpoints add billing complexity |
| Recent price cuts (Contents 10x, Search ~25%) favor developers | Frequent repricing (4 changes in ~8 months) signals an unsettled model |
Billing UX : Self-serve credit, usage metering, and enterprise controls
- $100 free credit — every new account starts with credit applied automatically; “you only pay for what you use” with no minimums.
- Pay-as-you-go metering — usage-based billing per call/page with no platform fee, surfaced as “Start small, scale fast.”
- Volume discounts — “lower rates as your usage scales, without the back-and-forth negotiations.”
- Annual savings — commit to annual usage for deeper discounts and predictable costs.
- Custom QPS limits — enterprise-grade concurrency and performance tuning available for high-volume usage.
- Account & Billing console — the developer platform exposes Account, Billing, and API Keys administration sections (docs: Administration → Billing).
- Zero data retention / DPA-ready — queries and data can be automatically purged; Data Processing Agreements supported.
Strategic wins : Why the API-first usage pivot works
1. Selling research depth as a per-call knob removes plan-design friction.
By collapsing tiering into a single research_effort parameter, You.com lets one integration serve a 167x range of use cases. Developers never have to migrate plans as needs grow, which is a textbook usage-based growth advantage and reduces churn risk at the low end.
2. A $100 free credit is a cleaner PLG on-ramp than a free tier.
Credit-based trials let prospects exercise the expensive endpoints (deep research, livecrawl) during evaluation, not just the cheap ones — a more honest preview of value than a capped free tier. It mirrors the credit on-ramp pattern used by other AI infrastructure vendors, and connects to how teams model prepaid credit pools.
3. The Finance Research index is a defensible premium SKU.
Charging $110–$500/1k for finance research — versus $12–$450 for general research — is justified by a proprietary index (SEC filings, fundamentals, 42 exchanges). It gives You.com a vertical price point competitors using the open web can’t easily match.
Areas to improve : Transparency gaps to close
1. Publish the Frontier tier price.
A ”>$2,000 / 1k calls, Contact Sales” headline is a transparency gap that forces a sales conversation before a developer can even estimate feasibility. A concrete starting price (even “from $2,000”) would let high-end buyers self-qualify.
2. Expose per-call internal-search cost or a budget estimate.
Because each Research call can fan out to many internal searches, buyers can’t easily forecast spend. A usage estimator or a returned “searches consumed” field would help teams model bills — exactly the gap a pricing calculator fills.
3. Restore some public visibility for consumer plans.
Removing the You Pro/Team pricing page entirely hurts comparability and SEO. Even an archived or “see in-app” reference price would reduce confusion for users arriving from search.
Key takeaways
- Make depth a parameter, not a plan. You.com’s
research_effortknob shows how to span a 167x price range on one endpoint without forcing plan migrations — a pattern worth copying for any synthesis-style API. - Credit beats a capped free tier for high-value APIs. A $100 credit lets prospects test the expensive paths, giving a truer preview of value than a free tier that only exposes cheap calls.
- Vertical indexes justify vertical prices. The Finance Research SKU charges 2–9x the general Research rate purely on the strength of a proprietary financial index.
- Pure usage lowers entry but raises forecasting risk. No seats and no minimums maximize adoption, but per-call research pricing makes bills hard to predict — pair it with estimators.
- Opaque top tiers cost qualified leads. A “Contact Sales, >$2,000” Frontier tier deters self-qualification; a concrete floor price would convert more high-end developers.
UBP implications
- Outcome-shaped units can ride a simple per-call meter. You.com bills a synthesized, cited answer as one call, proving that “outcome-like” value metrics don’t require complex resolution-counting — a single effort parameter does the work.
- Effort tiers are a clean way to price compute variance. When a single endpoint’s cost varies 100x+ by depth, exposing that as named tiers (lite/deep/exhaustive) is more legible to buyers than raw token/compute metering.
- Free credit is the natural freemium primitive for usage-based APIs. Replacing a feature-capped free tier with a dollar-denominated credit aligns the trial with the actual billing model and removes packaging guesswork.
Sources
- You.com API platform pricing (accessed 2026-06-01)
- You.com Search API docs (pricing) (accessed 2026-06-01)
- You.com Contents API docs (pricing) (accessed 2026-06-01)
- You.com Research API docs (effort levels & pricing) (accessed 2026-06-01)
- You.com Finance Research API docs (effort levels & pricing) (accessed 2026-06-01)
Browse more usage-based API pricing in the pricing blueprint.
Bottom line
You.com has become a clean case study in pure usage-based API pricing: four separately metered endpoints, no seats, a $100 free credit, and a single research_effort knob that scales one Research endpoint from $12 to over $2,000 per 1,000 calls. The model maximizes self-serve adoption and prices research depth as the value metric — at the cost of forecastability and a transparency gap at the Frontier tier.
Want to compare You.com against other API and AI-platform pricing? Browse the pricing blueprint.
Pricing timeline : Major events on a vertical axis
Each milestone below corresponds to a public pricing change, product launch, or material adjustment. Major events use a filled marker; minor adjustments use a faded one.
Research lite raised to $12; Finance Research API added
Current pricing: Search $5/1k, Contents $1/1k. Research API lite rose from $6.50 to $12/1k (standard $50, deep $100, exhaustive $450, Frontier >$2,000). A new Finance Research API was added on a dedicated financial index — deep $110, exhaustive $500/1k (#1 on FinSearchComp, 87.29%). $100 free credit, SOC 2, zero data retention. Consumer You Pro/Max plans no longer have a public pricing page. Read from live capture of you.com/pricing.
Major price cuts: Search to $5, Contents to $1; page retitled
The page was retitled 'Web Search API Pricing' and consolidated to three cards. Search API dropped from $6.25/$8.00 to a flat $5.00/1k (1–100 results, news + livecrawl included at no extra charge); Contents API dropped from $10 to $1.00/1k pages; Research API lite shown at $6.50/1k with the lite/standard/deep/exhaustive/frontier tabs. Read from Wayback snapshot of you.com/pricing.
Research API with effort tiers replaces the Agent APIs
A new 'Research API' appeared with effort-tiered per-1k pricing: lite $6.50, standard $50, deep $100, exhaustive $300, and a Contact-Sales Frontier tier listed at >$2,000. Web Search ($6.25/$8.00), News Search ($6.25), and Contents ($10) were still at their 2025 rates. Page header promoted 'You.com Research API — #1 on DeepSearchQA.' Read from Wayback snapshot of you.com/pricing.
API CPM pricing held steady
Web Search $6.25/$8.00, News Search $6.25, Contents $10 per 1k, Image Search custom, Express Agent $11/1k, Advanced Agent $15/call (BETA) — unchanged from the October launch. Read from Wayback snapshot of you.com/pricing.
API platform launches at you.com/pricing (per-1k CPM)
you.com/pricing went live as a developer API platform under 'Flexible pricing for every enterprise need,' split into Search APIs and Agent APIs. Web Search API $6.25/1k (1–50 results) or $8.00/1k (51–100); News Search API $6.25/1k; Contents API $10/1k; Image Search API custom. Agent APIs: Express Agent $11/1k and Advanced Agent $15/call (BETA). $100 free credit. Read from Wayback snapshot of you.com/pricing.
Team $30 replaced by Max $200 — top consumer tier repriced ~6.7x
The $30 Team plan was removed and replaced by a 'Max' plan at $200/mo ($175 billed annually): Everything in Pro plus up to 25 workspace collaborators, Unlimited ARI reports, 50MB uploads, 200k context, and 24/7 support. Free ($0) and Pro ($20/$15) were retained. This repriced the top published consumer tier from $30 to $200 — driven by unlimited ARI research access. Read from Wayback snapshot of you.com/plans.
ARI Deep Research for Enterprise surfaces on the plans page
Consumer Pro ($20/$15) and Team ($30/$25) tiers were unchanged, but the plans page now led with an 'Introducing ARI Deep Research for Enterprise' banner ('professional-grade research reports with citations, zero data retention') — the first visible step toward the research/API repositioning. ARI Enterprise had launched in May 2025 (BusinessWire / VentureBeat). Read from Wayback snapshot of you.com/plans.
Consumer prices held; OpenAI o1 added to Pro
Pro stayed $20/mo ($15 annual) and Team $30/mo ($25 annual). The Pro tier's model list expanded to include OpenAI o1 alongside GPT-4o and Claude 3.5 Sonnet — a feature add without a price change. Read from Wayback snapshot of you.com/plans.
Consumer subscription era: Free / Pro $20 / Team $30
you.com/plans sold four consumer tiers: Free ($0), Pro ($20/mo or $15 billed annually), Team ($30/mo or $25 annually), and Enterprise (custom). Pro unlocked all AI models (GPT-4o, Claude 3.5 Sonnet), 25MB file uploads, 64k context, and Research/Custom Agents; Team added unlimited queries, 200k context, and zero data retention. Read from Wayback snapshot of you.com/plans. This is the same month You.com closed its $50M Series B (Georgian, with NVIDIA and Salesforce Ventures) and TechCrunch reported it 'refocuses from AI search to deeper productivity agents.'
- · You.com once sold a $30/mo Team plan; in September 2025 it replaced Team with a $200/mo 'Max' plan built around unlimited ARI research reports — a ~6.7x reprice of its top consumer tier, recovered from Wayback snapshots of you.com/plans.
- · Between March and April 2026 You.com cut its API prices sharply: the Contents API dropped from $10 to $1 per 1,000 pages (10x) and Search dropped from $6.25/$8.00 to a flat $5 per 1,000 calls.
- · You.com was founded in 2021 by Richard Socher and Bryan McCann, both former Salesforce AI researchers; its September 2024 Series B ($50M, led by Georgian) drew investment from NVIDIA, Salesforce Ventures, and even rival search engine DuckDuckGo.
Questions & answers
- How much does the You.com Search API cost?
- The You.com Search API is $5.00 per 1,000 calls (up to 100 results per call). Live-crawled full page content via the livecrawl parameter is billed separately at $1.00 per 1,000 pages.
- How is the You.com Research API priced?
- The Research API is metered per 1,000 calls by research-effort tier: lite $12, standard $50 (default), deep $100, exhaustive $450, and a Contact-Sales Frontier tier listed at over $2,000 per 1,000 calls.
- Is there a free tier on You.com's API?
- Yes. Every new You.com API account receives $100 in free credit to get started, with no minimums and no platform fee — you only pay for the calls and pages you use.
- How much did You Pro cost, and does You.com still sell it?
- Historically (recovered from Wayback snapshots of you.com/plans) You Pro was $20/month or $15 billed annually, with a $30/month Team plan that was replaced by a $200/month Max plan in September 2025. Today the public pricing page covers only the developer APIs; the consumer plans no longer have a public pricing page and are available through the in-app upgrade flow.
- Why did You.com switch from consumer subscriptions to API pricing?
- After its September 2024 Series B, You.com refocused from consumer AI search toward research agents (ARI) and enterprise developers. Through 2025–2026 it launched a usage-billed Web Search API platform and converted its ARI research capability into the per-call Research API, ultimately retiring the public consumer pricing page.
- What is the You.com Finance Research API and how much does it cost?
- The Finance Research API answers financial questions against a purpose-built financial index. It is priced per 1,000 calls by effort tier: deep $110 (default) and exhaustive $500.