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. - The AgentQL's
Page
'squery_elements()
method will return aAQLResponseProxy
. It's not the actual data but a metadata structure that allows intuitive access to web elements using dot notation. agentql.tools
module provides utility methods to help with data extraction and web automation.PaginationInfo
is a class that provides information about pagination and allows for navigation to the next page.
Check out the Release Notes for updates and new features.