Valyu is a Python client for the Valyu Deepsearch API, enabling AI agents to perform deep searches and retrieve structured results. Current version 2.9.7, actively maintained with frequent releases.
pip install valyuNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with an API key and perform a search.
Use named argument `api_key` or set the VALYU_API_KEY environment variable.
Access results via `response['results']` instead of iterating over the response directly.
Replace `client.deep_search(query)` with `client.search(query)`.