Everything between query and answer.
One API to search the web, fetch any page as clean markdown, extract structured data with AI, or run deep multi-source research.
Four tools, one API.
Search
Search the web and get full page content, not just snippets. Choose a search depth to balance speed and detail.
POST /v1/search
1–3 credits
Fetch
Fetch any URL and get clean markdown. Works with web pages, PDFs, DOCX, and other document formats.
POST /v1/fetch
1 credit per URL
Extract
Fetch a page and extract specific information using AI. Pricing tables, contact info, specs - describe what you need.
POST /v1/extract
5 credits
Research
Deep research on any topic. Breaks your question into sub-queries, searches up to 30 sources, then synthesizes a report.
POST /v1/research
25 credits
Benchmarked, not bragged.
We ran Sofya head-to-head against six other search backends - plus the web search built into Claude itself - on SimpleQA, OpenAI's factuality benchmark. Same harness, same questions, default settings, graded by Claude Sonnet 4.6. Here is the honest scoreboard.
Run: June 2026 · SimpleQA seed 42 · grader: Claude Sonnet 4.6
Agentic SimpleQA
n=100 · search-and-reformulate loopThe realistic case: the agent gets to search, read, and reformulate. The top four are a dead heat - and Sofya reaches that tier in barely more than one search per question, because its results return full page content, not snippets.
Accuracy with 95% confidence intervals of ±2-7 points; the top four overlap. sr = average searches per question. * WebSearch is the search built into Claude itself - available only inside Claude/Anthropic agents, not from other stacks. See methodology for caveats.
Single-shot retrieval
n=150 · one query, no reformulationThe harder case: one query, no second chances. Sofya lands #4 - ahead of Brave, Linkup, Firecrawl and Tavily, behind Parallel, Exa, and Claude's built-in WebSearch. We are not going to pretend otherwise.
Methodology & honest caveats
Every backend ran inside one shared harness on a random SimpleQA sample (seed 42). Each got the same questions and its default settings. Answers were drawn only from content the tool actually retrieved, then graded against the gold answer by Claude Sonnet 4.6. Audit logs record every question, every tool's answer, and the verdict - all runs passed a leak check (0 cases of a tool credited for an answer it did not retrieve).
Two ways to read it. Single-shot (one query, no reformulation) measures raw retrieval - Sofya is #4. Agentic (the loop, matching the methodology vendors publish) measures real-world use - Sofya is #2 and tied for the lead. Both are shown above.
About the WebSearch baseline. * WebSearch is the web search built into Claude itself, not a search API you can buy. We include it as a reference point, and it wins single-shot (90% vs our 87.3%) - we are not hiding that. Three things to know: it is a higher-level tool that returns synthesized, aggregated results rather than the ~5 raw results a search API returns, which flatters it at single-shot; it shares a vendor with the grader (both Anthropic/Claude), a stated conflict, though the leak check passed; and most importantly it is available only inside Claude/Anthropic agents. If you build on GPT, Llama, Gemini, or your own stack you cannot use it at all - you need a search API like Sofya. Even on Claude, Sofya wins the agentic (real-world) case.
Compare within the harness only. Our agentic Tavily score (93%) matches Tavily's own published 93.3%, a sanity check that the rig is sound. We do not place our numbers next to a competitor's differently-measured figure and call it a win.
Latency is Sofya's own wall-clock (20 varied live queries per depth, June 2026). Competitor latency is not shown - MCP transport overhead is not cleanly subtractable.
Works with.
Tap any client for a 30-second setup guide.
Integrations.
Projects and platforms shipping Sofya as a native integration.
pi-search-hub · ronnieops
Search + fetch backend for the pi coding agent.
CodeWhale · Hmbown
Built-in web-search backend for the terminal coding agent.
activepieces · activepieces
Official Sofya piece: all four tools as no-code automation steps.
NanoGPT · nano-gpt.com
Web-search provider and a native sofya-research model for AI chat.
agno · agno-agi
SDK to build, run, and manage agent platforms.
local-deep-research · LearningCircuit
Built-in search engine for AI-powered deep research reports.