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.
agentqlmodule provides utility methods to convert Playwright'sPageto AgentQL'sPage, which gives access to AgentQL's querying API.- AgentQL
Pageis a wrapper around Playwright'sPagethat 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.toolsmodule provides utility methods to help with data extraction and web automation.PaginationInfois 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.