This is documentation for an unreleased version. For the latest API, see version 3.18.
Version: Next
IProxyConfiguration
Minimal contract that any object passed to a crawler as its proxyConfiguration
option must satisfy.
Implement this interface to plug a custom proxy-provisioning strategy into any Crawlee
crawler — for example a remote proxy service or a thin wrapper around the built-in
ProxyConfiguration with different rotation rules. *
Minimal contract that any object passed to a crawler as its
proxyConfigurationoption must satisfy.Implement this interface to plug a custom proxy-provisioning strategy into any Crawlee crawler — for example a remote proxy service or a thin wrapper around the built-in
ProxyConfigurationwith different rotation rules. *