Skip to main content

Integrate Catproxy in Minutes

Welcome to the integration hub! Our goal is to make connecting to the catproxy.io network as seamless and fast as possible, no matter what tool you use. Our proxies are designed to be compatible with any application that supports standard HTTP/S or SOCKS5 protocols. Whether you’re building a custom scraper, managing profiles in an anti-detect browser, or just need to route your traffic, we’ve got you covered.

Find Your Tool

This section provides step-by-step, copy-paste ready guides for the most popular tools in the data collection ecosystem. Choose your category to get started:

Scraping Frameworks

Get code examples for integrating with popular libraries and frameworks like Python Requests, Scrapy, Puppeteer, and Playwright.

Anti-Detect Browsers

Find step-by-step visual guides on how to configure our proxies in browsers like AdsPower, Dolphin Anty, and Multilogin.

Proxy Managers & Tools

Learn how to set up our proxies in system-level tools like FoxyProxy, SwitchyOmega, and Proxifier for easy browser or application-wide routing.

The Core Principle: username:password@host:port

No matter which tool you use, the integration always comes down to providing these four pieces of information, which you can find in your proxy’s settings:
  1. Host: proxy.catproxy.net
  2. Port: 5555
  3. Username: (Your proxy’s username, e.g., cat-customer-...)
  4. Password: (Your proxy’s password)
Don’t forget the power of parameters! You can add geo-targeting and session control parameters directly to your username to change the proxy’s behavior on the fly. Learn more in the Configuration Guide.
cURL (Example)
curl --proxy PROXY_USERNAME:PROXY_PASSWORD@proxy.catproxy.net:5555 "https://ipinfo.io/country"