Skip to main content
Working examples for the most common scripting tools. Each section uses CodeGroup tabs: your language choice syncs across the page.

Basic GET request

SOCKS5

Timing / debugging

Rotating IPs per request

Force a fresh session ID per call so each request gets a new IP on the sticky port.

Quick country check

Other Python clients

Common mistakes

  • “Works in cURL but not in my script”: set BOTH http and https proxy keys, not just one
  • URL-encoded characters in password: make sure they’re not being decoded twice
  • SOCKS5 in Python requests: install requests[socks]
  • Tunnel connection failed: 466 Limit Reached: hit a bandwidth or thread cap. See Error codes.
See Common issues for diagnosing weirder failures.