hunterleung.H
Apify & Crawlee15mo ago
3 replies
hunterleung.

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
A Browser is created via browserType.launch(). An example of using a [Browser] to create a [Page]:
Browser | Playwright
Was this page helpful?