This guide works for all proxy products

  • Dedicated Datacenter Proxies

  • Events & E-commerce Proxies

  • ISP Premium Proxies

  • ISP Proxies

  • Rotating Residential Proxies

  • Shared Datacenter Proxies

  • Sneakers Residential Proxies

  • Tickets Residential Proxies

To get started, you need your proxy credentials, your Username, Password along with the Port. You can find these credentials in the configured list.

Code Examples

Once you have your proxy credentials, use the following code to send your first request:

curl --proxy "[login]-country-XX-\
session-YY:[password]@proxy.oculus-proxy.com:\
[port]" "http://httpbin.org/ip"

You can change and the number of easily.

The code above uses the residential proxy to send a request to http://httpbin.org/ip.

It returns your IP information:

{
  "origin": "1.2.3.4"
}

Now, replace http://httpbin.org/ip with the website of your choice and that’s it!