agentql
Basic Information
AgentQL is a developer-focused suite of tools for extracting data and automating workflows on live websites using an AI-powered query language. It provides Python and JavaScript SDKs, a REST API endpoint, a browser debugger extension, and integrations with Playwright to let code and agents interact with public and private pages, including behind authentication and dynamically generated content. AgentQL lets users write natural language queries that locate page elements by meaning rather than brittle selectors, define structured output shapes, and apply transforms to extracted data. The project includes a playground for experimenting with queries and exporting scripts as well as example scripts and Colab notebooks demonstrating common automation scenarios. It is intended to connect LLMs and AI agents to the web and to simplify building robust web-capable agents.