Open Source · Apache 2.0

Give Your AI Agents
Real-Time Web Access

Open-source search API with 70+ engines. 5,000 free queries/mo. Self-hostable, zero-retention, and as low as $0.0003/query at scale.

No credit card required5-minute setupTavily-compatible

Everything your AI agents need

70+ Search Engines

Query Google, Bing, DuckDuckGo, Brave, academic sources, and more in a single API call.

Smart Scraping

Extract clean, structured content from any URL. Ready for your LLM pipeline.

Self-Hostable

Deploy with a single Docker command. Full control over your infrastructure.

Zero-Retention Mode

Your queries are never stored. Privacy-first by design.

Lightning Fast

Sub-300ms average response times. Edge-optimized for global performance.

Drop-in SDKs

Python, JavaScript, and LangChain integrations. Tavily-compatible endpoints.

Three lines of code. That's it.

Get started in minutes with our Python and JavaScript SDKs. Drop-in compatible with Tavily — switch with a single import change.

from unsearch import UnSearch

client = UnSearch(api_key="sk_live_...")

results = client.search(
    query="latest AI frameworks 2025",
    engines=["google", "bing"],
    max_results=10,
    scrape_content=True
)

for result in results:
    print(result.title, result.url)

UnSearch vs the rest

5x more free queries. 96% cheaper at scale. The only open-source option.

FeatureUnSearchTavilyExa
Open Source
Self-Hostable
Free Queries/mo
5,000
1,000
1,000
Cost per Query (Scale)
$0.0003
$0.0075
$0.005
Search Engines
70+
Proprietary
Proprietary
Zero-Retention Mode
LangChain Integration
Content Scraping
Research API
Docker Deployment

Simple, transparent pricing

Start free. Scale as you grow. Or self-host for unlimited usage.

Free

$0/mo
  • 5,000 queries/mo
  • 500 scrapes/mo
  • 10/min rate limit
  • All search engines
  • Basic scraping
  • Community support

Pro

$19/mo
  • 25,000 queries/mo
  • 5,000 scrapes/mo
  • 60/min rate limit
  • Everything in Free
  • Priority scraping
  • Email support
Most Popular

Growth

$49/mo
  • 100,000 queries/mo
  • 25,000 scrapes/mo
  • 200/min rate limit
  • Everything in Pro
  • Research API
  • Webhooks
  • Priority support

Scale

$149/mo
  • 500,000 queries/mo
  • 100,000 scrapes/mo
  • 1,000/min rate limit
  • Everything in Growth
  • Dedicated support
  • Custom engines
  • SLA

Ready to get started? Start building today.

5,000 free queries every month. No credit card required.