Skip to content

Commit 45f7d67

Browse files
committed
Add stealth mode argument
1 parent c56df43 commit 45f7d67

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/tools/tool/agentql.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ AGENTQL_API_KEY=...
2727

2828
The following parameters can be used to customize the `AgentQL Web Loader`'s behavior:
2929

30-
| Argument | Type | Description |
31-
| :--------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32-
| **url** | `string` | The URL of the web page you want to query. |
33-
| **query** | `string` | _Optional_. The AgentQL query to execute. Learn more about [how to write an AgentQL query in the docs](https://docs.agentql.com/agentql-query). |
34-
| **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.** |
30+
| Argument | Type | Description |
31+
| :-------------------------- | :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32+
| **url** | `string` | The URL of the web page you want to query. |
33+
| **query** | `string` | _Optional_. The AgentQL query to execute. Learn more about [how to write an AgentQL query in the docs](https://docs.agentql.com/agentql-query). |
34+
| **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.** |
35+
| **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`.** |
3536

3637
## Examples
3738

0 commit comments

Comments
 (0)