Documentation Index
Fetch the complete documentation index at: https://docs.oculusproxies.com/llms.txt
Use this file to discover all available pages before exploring further.
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]:[password].oculus-proxy.com:[port] http://httpbin.org/ip
The code above uses the residential proxy to send a request to http://httpbin.org/ip.
It returns your IP information:
Now, replace http://httpbin.org/ip with the website of your choice and that’s it!