Skip to content

How do I use proxies with the CROWler? #469

Closed Pinned Answered by pzaino
pzaino asked this question in Q&A
Discussion options

You must be logged in to vote

The answer to this question is, you need to configure the proxy service you use (doesn't matter if it's Data center IPs, Residential IPs etc.) in the VDI section of your config.yaml:

vdi:
  - name: vdi_japan_01
    location: Japan
    type: chrome
    host: ${VDI_JAPAN_HOST_01}
    path: ""
    port: 4444
    proxy_url: "http://your_proxy_server:port"

Where:

  • You can use both http and https for your proxy
  • your_proxy_server is either the IP or the FQDN to your proxy (for example with smartproxy.com it should be something like dc.smartproxy.com for the Data Center proxies/IPs)
  • port is the port number, for example 8080

Please note(1): Because the CROWler also uses Selenium and Selenium does…

Replies: 1 comment

Comment options

pzaino
Oct 9, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by pzaino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation question Further information is requested
1 participant