Prerequisites
You should have the following installed:
You should be able to run curl on your machine
Example code
Required lines to use Proxy Pilot:
- -k --compressed \
- By using the "-k" parameter in curl, it will IGNORE the custom certificate requirement to use Proxy Pilot.
- (OPTIONAL) If you want to use the geo-targeting feature, please pass:
- --proxy-header 'X-Sprious-Region: US' \
curl -s 'https://www.amazon.com/dp/B07HNW68ZC/' \
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36' \
-k --compressed \
-x 'PROXY_LOGIN:PROXY_PASS@PROXY_IP:PROXY_PORT'