Skip to main content
AgentQLTools enable an Agent to browse and scrape websites using the AgentQL API.

Prerequisites

The following example requires the agentql library and an API token which can be obtained from AgentQL.

Example

The following agent will open a web browser and scrape all the text from the page.
cookbook/14_tools/agentql_tools.py
AgentQL will open up a browser instance (don’t close it) and do scraping on the site.

Toolkit Params

Toolkit Functions

Developer Resources