Make the web useful to your agents

    Everything your agent needs from the web, in one fast API.

    Start building
    Demo mode · sample data

    Benchmarks

    How Desearch scores on an open search benchmark

    In Desearch’s open benchmark, five providers answered the same 250 same-day news questions. An LLM judge read every cited page to score source relevance, answer quality, and groundedness. Desearch led on groundedness and the composite; Exa led on answer quality. The code and data are public.

    Composite score by provider

    Run 16 Jul 2026 · 250 same-day news questions · score / 100, higher is better

    Desearch open benchmark, run 2026-07-16. Scores out of 100 by evaluator; the highest score in each column is bold.
    ProviderSource relevanceAnswer qualityGroundednessComposite
    Desearch85.386.465.779.7
    Exa85.590.056.378.1
    GPT-5-mini76.888.862.075.9
    Tavily73.486.859.073.1
    Perplexity sonar-pro67.888.449.268.4

    Composite = 40% source relevance + 30% answer quality + 30% groundedness. An LLM judge (gpt-5.4-mini) reads every cited page. Run by Desearch; raw scoreboard on GitHub.

    Desearch in numbers

    An index, built in layers.

    Network activity, updated continuously.

    Live estimateUpdated
    Total searchable pages
    1,041,099,888 total searchable pages
    Pages currently available to Desearch search
    Search activity
    1,057,983 searches completed since 00:00 UTC
    Searches completed since 00:00 UTC
    Crawl activity
    52,375,239 URLs crawled since 00:00 UTC
    URLs crawled since 00:00 UTC
    Source: Desearch network stats APIExplore the network

    Security & trust

    Know what's behind
    every request.

    Clear access controls, transparent policies, and a team you can talk to. Get to know the foundations before you build.

    Talk to our team
    A closer look at the connection

    Keep your key on your server. Connect your agents from there.

    Enterprise requirements

    Let's talk through your requirements.

    Share what your security, privacy, or procurement review requires.

    Discuss requirements
    • GDPR

      Personal data handled under the GDPR.

    • Enterprise agreements

      DPA, custom terms, service levels, and invoicing.

    • SOC 2 Type II

      Independently audited. Report available under NDA.

    • HIPAA readiness

      Controls aligned with the HIPAA Security Rule.

    Request the SOC 2 Type II report (under NDA) or the DPA at support@desearch.ai. Zero data retention is available. Security and compliance details

    FAQ

    Questions before
    you start.

    Get to know the APIs, find your integration, and make your first request.

    Read the docs

    Desearch is a search API for AI agents, built on Bittensor Subnet 22. It returns current, source-linked context from the web and X (Twitter), plus Reddit, Wikipedia, YouTube, Hacker News, and arXiv. One API key covers AI Search, Fast Search, Extract, and X Search, so an agent can search, read pages, pull X data, or get an answer grounded in the returned sources.

    Use Search to find links, snippets, highlights, and an optional summary across selected sources. Use Extract when you already have a URL and need clean page content. Use the X API for posts, profiles, replies, retweeters, and trends, or Web Search for SERP-style results without an AI summary.

    Traditional search APIs usually return a ranked list of links. Desearch packages structured results for agents, including source URLs, relevant passages, dates when available, and an optional summary alongside the sources. Web search, page extraction, and social retrieval share one API key and developer workflow.

    Yes. Choose from the web, X, Reddit, Wikipedia, YouTube, Hacker News, and arXiv for each Search request. You can also apply a date filter and request links only or links with a final summary.

    Search supports recency filters and includes publication dates when a source provides them. Extract fetches the current version of a URL instead of returning a cached page snapshot. Exact freshness still depends on the source and endpoint you use.

    Search returns structured results with a title, source link, snippet, relevant highlights, and publication date when available. Ask for links only when your agent will do the reasoning, or include a final summary when you want an answer alongside the supporting sources.

    Call the REST API directly, use the Python or JavaScript SDK, or connect through MCP. Desearch also provides guides for LangChain, LlamaIndex, CrewAI, ElizaOS, OpenClaw, and function-calling workflows.

    Pricing is usage-based. Reference rates as of 7 May 2026: AI Search $0.40 per 1000 items, Fast Search $0.10 per 100 searches, Extract $0.50 per 1000 pages, and X Search $0.15 per 1000 posts (X profile lookups $0.15 per 1000 users). Each successful billable response reports its cost in USD, and Desearch Console shows your balance, request history, and current rates.

    Start building for free

    Your agent can set Desearch up itself. Copy one line, paste it into Claude Code, Codex, Cursor or VS Code, and it installs the MCP server and verifies the key.

    1. 1

      Create a key

      Sign in to the console and attach a card to get $5 in credits. Docs and playground need no card.

    2. 2

      Hand it to your agent

      Paste the onboarding prompt. Your agent reads agents.md and wires itself up.

    3. 3

      Ship

      Search, Extract and X data behind one key, one bill, one account.

    Agent onboarding prompt

    Use curl to read www.desearch.ai/agents.md and follow it to set up Desearch

    Paste it into Claude Code, Codex, Cursor or VS Code. Your agent reads agents.md, installs the MCP server and verifies the key.