Skip to main content

ProxyInfo

crawlee.proxy_configuration.ProxyInfo

Provides information about a proxy connection that is used for requests.

Index

Properties

hostname

hostname: str

The hostname of the proxy.

password

password: str

The password for the proxy.

port

port: int

The proxy port.

proxy_tier

proxy_tier: int | None

scheme

scheme: str

The scheme of the proxy.

session_id

session_id: str | None

The identifier of the used proxy session, if used. Using the same session ID guarantees getting the same proxy URL.

url

url: str

The URL of the proxy.

username

username: str

The username for the proxy.