MerchantryTidbits

scraping / library

proxy-agents

Capability: proxy-agents

Use it when

  • HttpsProxyAgent SocksProxyAgent
  • route fetch through HTTP proxy
  • region exit IP for node requests
  • attach proxy agent to scraper

What it solves

Not the fit when

  • proxy discovery

Install

npm i https-proxy-agent socks-proxy-agent

Invoke

new HttpsProxyAgent(url) or SocksProxyAgent; pass agent into fetch/http for region exit IP.

Alternatives

No reviewed alternatives recorded yet.