USERNAME and SECRET with your credentials, and adjust the targeting tokens (-country-us, -session-…) to taste.
| Field | Value |
|---|---|
| Proxy URL | http://USERNAME-country-us:SECRET@proxy.illusory.io:1080 |
| Host (recommended) | proxy.illusory.io |
| IP (alternative) | 160.202.129.71 |
| Port | 1080 |
| Protocols | HTTP/HTTPS and SOCKS5 |
160.202.129.71 if you prefer to connect by IP.
curl
Python (requests)
Node (axios)
Browser (FoxyProxy)
- Install the FoxyProxy extension (Chrome or Firefox).
- Add a new proxy:
- Type: HTTP
- Host:
proxy.illusory.io - Port:
1080 - Username:
USERNAME-country-us(add any targeting tokens here) - Password:
SECRET
- Enable the proxy and browse. Your traffic now exits through a residential IP.
Because targeting lives in the username, you can save multiple FoxyProxy entries (one per country or session) and switch between them instantly.
Tips
- For best throughput, run multiple parallel requests with rotating mode. Residential bandwidth aggregates across peers.
- Use
socks5h://(notsocks5://) with curl so DNS is resolved through the proxy. - Keep sticky sessions short-lived and scoped to a single flow.