Warning

Zyte API is replacing Smart Proxy Manager. See Migrating from Smart Proxy Manager to Zyte API.

Smart Proxy Manager Integrations#

Here you can find information and sample code on how to integrate Smart Proxy Manager with the most popular lanaguages and tool stacks used by Smart Proxy Manager customers, in no particular order.

Smart Proxy Manager also works with other technologies listed here, as it is accessed through a standard proxy API. If you need help integrating Smart Proxy Manager with your system, do not hesitate to contact support.

You can test your credentials using curl by replacing your “API key” below:

Note

If you haven’t used curl before, download curl using this page and check out this tutorial.

curl -vkx proxy.zyte.com:8011 -U <API key>: https://httpbin.org/get

You should be able to see a proxy IP address as a response to this command. If you’re not able to get an expected response, check out Fetching HTTPS pages with Zyte Smart Proxy Manager.

Congratulations, you’ve successfully made your first request using Smart Proxy Manager. Check out more integration options below.

Note

To fetch HTTPS web pages you need to download and install the certificate file or disable SSL certificate verification. See Fetching HTTPS pages with Zyte Smart Proxy Manager.