Skip to main content

Build with Valyu

The search API built for AI agents.

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 →