Precise web data extraction for agents
.env
file.
AgentQL Web Loader
’s behavior:
Argument | Type | Description |
---|---|---|
url | string | The URL of the web page you want to query. |
query | string | Optional. The AgentQL query to execute. Learn more about how to write an AgentQL query in the docs. |
prompt | string | Optional. A Natural Language description of the data to query the page for. AgentQL will infer the data’s structure from your prompt. Note: You must define either a query or a prompt to use AgentQL. |
is_stealth_mode_enabled | boolean | Whether to enable experimental anti-bot evasion strategies. This feature may not work for all websites at all times. Data extraction may take longer to complete with this mode enabled. Defaults to False . |