This guide works for all proxy products

  • Rotating Residential Proxies
  • Search Engine ISP Proxie
  • Global ISP Proxies
  • Shared Datacenter Proxies
  • Dedicated Datacenter 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:

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!