toolip support

Integrate your proxies into any script

How To Integrate into your own scripts.

  1. Navigate to toolip orders page
    • ISP Proxies
    • Datacenter Proxies
  2. Click on Proxy List, You will be brought to your purchased plan.
  3. 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.
  4. You will need to put them into the format your script requires. All proxies are delivered in an ip:portlogin:password format.
  5. 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.
  6. We suggest testing your script first to http://httpbin.org/ip
  7. If successfully configured, your proxy IP will be returned.