Apify and Crawlee Official Forum

Updated 3 weeks ago

Does Crawlee Support Sock5 Proxies with Authentication?

Does crawlee support sock5 proxies with authentication?

I am building a crawler based in crawlee with playwright.
And it's need to use sock5 proxies with authentication.
But I don't find the anything about that in the crawlee document .

The playwright is support sock5 proxies with authentication. But I don't know how to use it in the cralwee.
https://playwright.dev/docs/api/class-browser

Somebody could tell me? Thanks
h
O
2 comments
this is my proxy string ,is it right?
Attachment
2de5551fcdb51c25faff20bb254abd9.png
A SOCKS5 proxy URL that requires authentication follows this format:

socks5://username:password@host:port

host -> The IP address (or hostname) of the proxy server.
port -> The port number the proxy server is listening on (As far as I know, default for SOCKS5 is 1080).

Make sure to use the actual credentials and server details for your proxy.
Add a reply
Sign up and join the conversation on Discord