Skip to content

Quickstart

This gets one request through a Rayobyte residential proxy. The same shape works for Web Unblocker, Rotating ISP and Rotating DC — only the host and your credentials change.

  1. Get your credentials.

    Sign in to app.rayobyte.com, open your product, and go to Proxy Access. Copy the username, password, host and port. Full walkthrough: Find your proxy credentials.

  2. Send a request.

    Terminal window
    curl https://rayobyte.com/ \
    -x USERNAME:PASSWORD@la.residential.rayobyte.com:8000
  3. Check which IP you came out of.

    Terminal window
    curl https://api.ipify.org \
    -x USERNAME:PASSWORD@la.residential.rayobyte.com:8000

    Run it twice. You should get two different IPs — residential proxies rotate on every request unless you ask for a sticky session.

Append -country-<CODE> to your password, using a two-letter ISO country code.

Terminal window
curl https://rayobyte.com/ \
-x USERNAME:PASSWORD-country-US@la.residential.rayobyte.com:8000

Append -session-<id> with any string you choose. Reuse that string and you keep the same exit IP.

Terminal window
curl https://rayobyte.com/ \
-x USERNAME:PASSWORD-session-abc12345@la.residential.rayobyte.com:8000

Every targeting and session option is listed in Residential Proxies.

Was this page helpful?