How To Integrate into my own scripts
- Navigate to toolip.io My proxies page (https://toolip.io/dashboard/page/plans)
- ISP Proxies
- Datacenter Proxies
- Rotating Residential Proxies
- Click on Generate
- You will be brought to the "Configure Proxies" interface
- Select the country and the number of credential you need
- Click on "Download CSV file", the file will be downloaded to your computer.
- You will need to put them into the format your script requires. All proxies are delivered in an ip:port:username: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.