Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Sending headers to the target URL will overwrite our defaults. Be careful when d

### Adaptive Stealth Mode

Set `mode: "auto"` to let ZenRows pick the request configuration for you — it starts with the cheapest viable setup and escalates to `js_render`/`premium_proxy` only when the target needs it, billing only for the configuration that succeeds.
Set `mode: "auto"` to let Zenrows pick the request configuration for you — it starts with the cheapest viable setup and escalates to `js_render`/`premium_proxy` only when the target needs it, billing only for the configuration that succeeds.

```javascript
const response = await client.get(url, { mode: "auto" });
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface ClientConfig {
retries?: number;
}
export interface ZenRowsConfig {
/** Set to "auto" to enable Adaptive Stealth Mode — ZenRows starts with the cheapest
/** Set to "auto" to enable Adaptive Stealth Mode — Zenrows starts with the cheapest
* viable request configuration and escalates to js_render/premium_proxy only when the
* target needs it, billing only for the configuration that succeeds. */
mode?: "auto";
Expand Down
Loading