Skip to main content
Use these copy-paste examples to send your first authenticated request through Roundproxies. Replace USERNAME, PASSWORD, and the gateway host with the values from your dashboard.
Credentials are tied to your account. Grab them from the dashboard before running any of the snippets below.

Proxy Endpoint

All examples on this page point at the same gateway. Adjust the host and port to match the network you’re using (residential, datacenter, or ISP).

Components Breakdown

Python

The requests library is the most popular choice for synchronous scraping in Python.

Node.js

Use axios together with https-proxy-agent to route both HTTP and HTTPS traffic through the gateway.

Go

The standard net/http package supports proxies out of the box via http.ProxyURL.

PHP

PHP’s bundled cURL bindings make routing requests through Roundproxies a one-liner.

Ruby

The standard library’s Net::HTTP::Proxy factory wraps Net::HTTP with proxy auth.

cURL

The fastest way to verify your credentials from a shell.