Skip to main content
The Rust SDK is in alpha. The API is stable, but some interfaces may change based on feedback.
Search across web and proprietary data sources, returning content optimized for AI applications and RAG pipelines.

Wire up Valyu Search with the Rust SDK (alpha).

Open in Cursor

Basic usage

Common patterns

Use the DeepSearchRequest builder for anything beyond a plain query, then call client.deep_search(&request):
Building a multi-step research flow on top of Search? Consider DeepResearch - a cost-effective autonomous agent purpose-built for reports, diligence, and market sizings.

Reference

query (impl Into<String>, required) - the search query. See the Prompting Guide.

Source types

  • Web - general websites, news, blogs, forums, documentation.
  • Proprietary - valyu/valyu-arxiv (arXiv papers), valyu/valyu-pubmed (medical literature), valyu/valyu-stocks (market data), and many more.
Browse the full catalog on the Valyu Platform.