Transitioning from the API to the Proxy Manager is easy.
By default, the Proxy Manager supports a drop-in port 22225 which is configured to behave exactly the same way as our super proxies do.
- Download and install Proxy Manager
- Run the Proxy Manager on a machine your code can access
- In the relevant place update the proxy address from(zproxy.lum-superproxy.io)to the machine IP where your Proxy Manager runs on (usually 127.0.0.1)
- Send your requests the same way you did using the API to http://127.0.0.1:22225
A more advanced way to integrate the Proxy Manager in your code is by configuring new proxies with your desired configuration through the Proxy Manager UI(http://127.0.0.1:22999)and by sending HTTP(S) requests to the specified port.
In this case, you do not need to send the additional user parameter. For example, if you set a new proxy on port 24001 with a long session IP preset, you would send HTTP requests to http://127.0.0.1:24001 without additional parameters, unless you want to send custom headers with the request.