apify/crawlee

Support SOCKS proxy for CheerioCrawler

sushantdhiman opened this issue · 0 comments

Which package is the feature request for? If unsure which one to select, leave blank

@crawlee/cheerio (CheerioCrawler)

Feature

CheerioCrawler currently only supports HTTP proxy. It should also support SOCKS(4/5) proxy via ProxyConfiguration

Motivation

I would like to use SOCKS proxies along with HTTP proxies when using Cheerio crawler.

Ideal solution or implementation, and any additional constraints

I should be able to pass socks based proxyUrls when constructing ProxyConfiguration object

Alternative solutions or implementations

No response

Other context

No response