Integrate your proxies into any script
How To Integrate into your own scripts.
- Navigate to toolip orders page
- ISP Proxies
- Datacenter Proxies
- Click on Proxy List, You will be brought to your purchased plan.
- Click on generate, select the country you want your proxies from and then click on download csv file to get the relevant details you need to connect.
- You will need to put them into the format your script requires. All proxies are delivered in an ip:portlogin:password format.
- See a very simple proxy script here to test through Python - https://pastebin.com/raw/JLv0EZWj
- In this script example the proxies are in username:password@IP:Port format. - We suggest testing your script first to http://httpbin.org/ip
- If successfully configured, your proxy IP will be returned.