Free datacenter IPs provide an opportunity to easily test Oxylabs proxies. However, for full product functionality and flexibility consider migrating to paid plans.
Integrating the free Datacenter IPs follows the same process as our standard Datacenter Proxies.
After registering on our platform, navigate to your dashboard and create a proxy user. This step activates your free plan.
After you create a proxy user, you will be prompted to a pop up with your first test request to receive a random IP.
Copy it and change the USERNAME and PASSWORD parameters to your proxy credentials:
usingSystem.Net;// .NET currently does not support HTTPS proxiesvar proxy =newWebProxy { Address =newUri("dc.oxylabs.io:8000"), Credentials =newNetworkCredential( userName:"user-USERNAME", password:"PASSWORD" )};var httpClientHandler =newHttpClientHandler {Proxy = proxy};usingvar client =newHttpClient(handler: httpClientHandler, disposeHandler:true);var result =awaitclient.GetStringAsync("https://ip.oxylabs.io/location");Console.WriteLine(result);
Important Notes:
No Location Specification Needed:
Free IPs are automatically assigned and offer limited geographic options. All 5 IPs are located within the United States. Location selection is not available, so you don’t need to include specific location parameters in your requests.
Authentication Methods:
You can authenticate using either username and password or IP whitelisting. Regardless of the method you choose, the fair usage policy applies.
Fair usage policy:
To ensure the stability of our services and prevent potential traffic abuse, we have implemented the following limitations for the free Datacenter IPs:
Traffic Limit: The free plan includes a collective limit of 5 GB of traffic per user per month across all 5 IPs. Traffic renews monthly.
Concurrent Sessions: You are limited to 20 concurrent threads (sessions) per user to ensure stable service and prevent abuse.
Fixed IPs: The free Datacenter IPs are fixed and cannot be replaced or refreshed. If you require new or different IPs, consider upgrading to a paid plan.