Python SDK References
The AgentQL Python SDK ships with a range of modules and classes to help you automate interactions with and parse, extract, and scrape data from web pages quickly and at scale.
agentql
module provides utility methods to convert Playwright'sPage
to AgentQL'sPage
, which gives access to AgentQL's querying API.- AgentQL
Page
is a wrapper around Playwright'sPage
that provides access to AgentQL's querying API. AQLResponseProxy
AQLResponseProxy class is returned by AgentQL Page's query_elements() methods.
Check out the Release Notes for updates and new features.