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.
-
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.
-
Send a request.
Terminal window curl https://rayobyte.com/ \-x USERNAME:PASSWORD@la.residential.rayobyte.com:8000Terminal window # No credentials. Your source IP must be whitelisted first.curl https://rayobyte.com/ \-x la.residential.rayobyte.com:8000 -
Check which IP you came out of.
Terminal window curl https://api.ipify.org \-x USERNAME:PASSWORD@la.residential.rayobyte.com:8000Run it twice. You should get two different IPs — residential proxies rotate on every request unless you ask for a sticky session.
Target a country
Section titled “Target a country”Append -country-<CODE> to your password, using a two-letter ISO country code.
curl https://rayobyte.com/ \ -x USERNAME:PASSWORD-country-US@la.residential.rayobyte.com:8000curl --proxy-header "X-Rayobyte-Country: US" https://rayobyte.com/ \ -x la.residential.rayobyte.com:8000Keep the same IP
Section titled “Keep the same IP”Append -session-<id> with any string you choose. Reuse that string and you keep
the same exit IP.
curl https://rayobyte.com/ \ -x USERNAME:PASSWORD-session-abc12345@la.residential.rayobyte.com:8000curl --proxy-header "X-Rayobyte-Session: abc12345" https://rayobyte.com/ \ -x la.residential.rayobyte.com:8000Every targeting and session option is listed in Residential Proxies.
Next steps
Section titled “Next steps”- Find your proxy credentials — where everything lives in the dashboard
- Residential Proxies — the full parameter reference
- Scraping API — skip proxies entirely
Was this page helpful?
Thanks — that helps us fix it.