Skip to main content
Valyu’s Search API lets your AI search for the information it needs. Access high-quality content from the web and proprietary sources, with full-text multimodal retrieval.
Get $10 free credits when you sign up at Valyu. No credit card required.

What You Get

One API that gives you:
  • Real-time web search - Latest information from across the internet
  • Proprietary content - Papers and books from licensed data sources
  • Financial data - Stock prices, market data, and financial metrics
  • Academic content - Millions of scholarly papers, textbooks, and journals
  • Medical research - Peer-reviewed literature, clinical trials, and FDA drug labels
  • Intelligent ranking - Only the most relevant results returned
  • Transparent pricing - Pay per retrieval with clear CPM pricing

Quick Example

Make your first query in a few lines of code:
from valyu import Valyu

valyu = Valyu(api_key="your-api-key-here")

response = valyu.search(
    "What is quantum computing?"
)

print(response)

# Feed the results to your AI agent

Get Started

Quickstart

Get searching in minutes

API Reference

Explore endpoints and parameters

Integrations

MCP Server

Model Context Protocol

Vercel AI SDK

Vercel AI SDK

LangChain

LangChain

LlamaIndex

LlamaIndex

OpenAI

OpenAI

Anthropic

Anthropic Claude

Benchmarks

We outperform Google, Parallel, and Exa on SimpleQA and FreshQA, and across domain-specific benchmarks in finance, healthcare, and economics. FreshQA Benchmarks
BenchmarkValyuParallelExaGoogle
FreshQA (600 time-sensitive queries)79 %52 %24 %39 %(valyu.ai)
SimpleQA (4,326 factual questions)94 %93 %91 %38 %(valyu.ai)
Finance (120 finance questions)73 %67 %63 %55 %(valyu.ai)
Economics (100 economics questions)73 %52 %45 %43 %(valyu.ai)
MedAgent (562 complex medical queries)48 %42 %44 %45 %(valyu.ai)
Read the full breakdown in our benchmarking blog post.