toolip support

How To Integrate into my own scripts

  1. Navigate to toolip.io My proxies page (https://toolip.io/dashboard/page/plans)
    1. ISP Proxies
    2. Datacenter Proxies
    3. Rotating Residential Proxies
  2. Click on Generate
  3. You will be brought to the "Configure Proxies" interface
  4. Select the country and the number of credential you need
  5. Click on "Download CSV file", the file will be downloaded to your computer.
  6. You will need to put them into the format your script requires. All proxies are delivered in an ip:port:username:password format.
  7. See a very simple proxy script here to test through Python - https://pastebin.com/raw/JLv0EZWj
  8. In this script example the proxies are in username:password@IP:Port format.
  9. We suggest testing your script first to http://httpbin.org/ip
  10. If successfully configured, your proxy IP will be returned.