Skip to main content
ScavioTools gives an agent access to Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram through the Scavio Search API.

Prerequisites

The following examples require the agno, scavio, and openai libraries and an API key from Scavio.

Example

The following agent will search Google via Scavio and print the response.
cookbook/91_tools/scavio_tools.py
Every provider is enabled by default. Use the enable_* flags to expose only the tools you need:

Toolkit Params

Toolkit Functions

Each function returns the Scavio response as a JSON string. Errors are returned as {"error": "..."} rather than raised.

Developer Resources