ProxyInfo | API | Crawlee for Python · Fast, reliable Python web crawlers.
Provides information about a proxy connection that is used for requests.
Index
Properties
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
The tier of the proxy.
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.