Routing
Choose a route mode that matches the target and latency budget.
The request model supports these route modes:
| Mode | Use when |
|---|---|
direct | The target is public and accessible without a proxy. |
auto | RunHarvester should select a suitable route. |
browser | The target needs browser execution. |
http | A lightweight HTTP route is sufficient. |
residential | The target needs a residential egress. |
residential_browser | The target needs both residential egress and browser execution. |
Start with auto unless you have measured evidence for a more specific route. Route availability and commercial limits are deployment data; do not hard-code plan entitlements in client code.
Last updated on