About this tool
Get started How to get things done with AgentQL Check out our extensive guides to learn how to use AgentQL to automate web interactions and extract data from w... Key features: Create remote browser session, html string (alternative to url) The raw HTML to query data from. Useful if you have a private or locally generated copy of a web page. Note: You must define either a url or html to use AgentQL., mode str standard uses deep data analysis, while fast trades some depth of analysis for speed and is adequate for most usecases. Learn more about the modes in this guide. Defaults to fast., Tetra built-in proxy: Use AgentQL's managed proxy infrastructure type string: Set to "tetra" country_code string (optional): Two-letter country code (e.g., "us", "uk", "de") for proxy location, browser_ua_preset string (optional) User agent preset to simulate different operating systems. Supported values: windows, macos, linux. Defaults to linux., Python: from agentql.tools.sync_api import create_browser_session, JavaScript: import { createBrowserSession } from 'agentql/tools'.