Documentation has been updated: see help center and changelog in one place.

Proxy Rotation

ISP Proxies support proxy rotation. To use this feature you need to change your port number to 8000. With each new request you will receive a random IP from your proxy list.

Code examples

curl -x isp.oxylabs.io:8000 -U "user-USERNAME:PASSWORD" https://ip.oxylabs.io/location 

IPs will be selected from the indicated country pool if you provide a country- parameter. For example, if you want to rotate your United States proxy pool only, use a parameter country- and add two letter country code country-US in your user string.

Code examples

curl -x https://isp.oxylabs.io:8000 -U 'user-USERNAME-country-COUNTRY:PASSWORD' https://ip.oxylabs.io/location

Last updated

Was this helpful?