Continent

To get a proxy from any of the seven continents, add the cn- parameter and two-letter code to the authorization string.

The list of continents and corresponding letter codes to chose from: cn-AF for Africa cn-AN for Antarctica cn-AS for Asia cn-EU for Europe cn-NA for North America cn-OC for Oceania cn-SA for South America

Code example

In this example, a query to ip.oxylabs.io/location is performed from a random IP address from Asia:

curl -x pr.oxylabs.io:7777 -U "customer-USERNAME-cn-AS:PASSWORD" https://ip.oxylabs.io/location

Last updated