Skip to main content
Enable Agno agents to scrape website content using AgentQL tools.

Prerequisites

  • Install dependencies: uv pip install -U agno openai agentql.
  • Export your AgentQL API key: export AGENTQL_API_KEY=your_api_key.
  • Export your OpenAI API key: export OPENAI_API_KEY=your_openai_key.
  • Run playwright install to download the browser binaries Playwright drives.

Run the Example

For details, see AgentQL cookbook.