Warning
Zyte API is replacing Smart Proxy Manager. It is no longer possible to sign up to Smart Proxy Manager. If you are an existing Smart Proxy Manager user, 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.
- Using Smart Proxy Manager with C#
- Using Smart Proxy Manager with Java
- Using Smart Proxy Manager with Node.js
- Using Smart Proxy Manager with Objective-C
- Using Smart Proxy Manager with PhantomJS, CasperJS, SpookyJS
- Using Smart Proxy Manager with PHP
- Using Smart Proxy Manager with Playwright
- Using Smart Proxy Manager with Puppeteer
- Using Smart Proxy Manager with Pyppeteer
- Using Smart Proxy Manager with Python
- Using Smart Proxy Manager with R
- Using Smart Proxy Manager with Ruby
- Using Smart Proxy Manager with Scrapy
- Using Smart Proxy Manager with Scrapy Cloud
- Using Smart Proxy Manager with Selenium
- Using Smart Proxy Manager with Selenium Wire
- Using Smart Proxy Manager with Splash
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.