UnSearch Docs

Welcome to UnSearch

The open-source search API for AI agents, RAG pipelines, and LLM applications.

Welcome to UnSearch

UnSearch is an open-source search API designed specifically for AI agents, RAG pipelines, and LLM applications. It provides real-time web search, content extraction, and deep research capabilities.

Quick Start

Get started in 3 steps:

  1. Create an account at unsearch.dev/signup to get your API key
  2. Install an SDK — Python or JavaScript
  3. Make your first search
from unsearch import UnSearch

client = UnSearch(api_key="sk_live_...")
results = client.search("latest AI news", max_results=5)

Core APIs

  • Search API — Real-time web search across 70+ engines
  • Agent API — Tavily-compatible drop-in replacements
  • RAG API — Retrieval-augmented generation pipeline
  • Neural API — Exa-compatible semantic search

Why UnSearch?

  • Open Source — Apache 2.0, fully self-hostable
  • 70+ Engines — Google, Bing, DuckDuckGo, Brave, and more
  • 96% Cheaper — As low as $0.0003/query at scale
  • 5x Free Tier — 5,000 queries/month vs Tavily's 1,000
  • Zero-Retention — Your queries are never stored

On this page