Skip to main content

Build with Valyu

The search API built for AI agents.

Python SDK

pip install valyu

JavaScript SDK

npm install valyu-js
Search the web and other data sources for relevant information and context for your AI agents.
from valyu import Valyu

client = Valyu(api_key="your-api-key")

response = client.search(
    query="Latest AI inference datacenter projects",
    search_type="all",
    max_num_results=10
)

print(response)
Learn more about the Search API →

Quickstart & Use Cases

Get up and running in minutes with step-by-step guides and real-world examples

Agent Skills

Pre-built skills for Claude Code, Cursor, Windsurf and other coding agents

Pricing

Simple, transparent pay-per-use pricing with $10 free credits to start