Connect & target via login
Pin sessions, restrict exit IPs by GEO/ASN/ISP/ZIP, and combine targeting — all by appending suffixes to your proxy login.
How it works
Your residential proxy login looks like login_targetingSuffixes. The base xxx is your credential — append targeting and session suffixes after it, separated by underscores.
base country city session ttl xxx_c_US_city_New-York_s_100_ttl_30s
Connection details
Proxy host (region-specific)
Host
Location
res.proxy-seller.com
NL
us.res.proxy-seller.com
US
asia.res.proxy-seller.com
JP-Tokyo
asia2.res.proxy-seller.com
JP-Tokyo
Port
10000
Type
HTTPS / SOCKS5 (auto-detected)
Login & password
Issue them via for the main package
PUT/resident/list/toolsor for a subuser
PUT/residentsubuser/list/tools
For simultaneous requests use ports 10000–10999. Each port maps to a distinct exit IP — 1.2.3.4:10005 and 1.2.3.4:10006 are different IPs.
Targeting suffixes
Append any combination to your login to restrict the exit IP. Without suffixes, a fresh IP is allocated from the global pool on every request.
Target | Suffix | Notes |
|---|---|---|
Country |
| ISO 3166-1 two-letter code, case-sensitive. Country list → |
Subdivision |
| Region/state ID. Subdivision list → |
City |
| Replace spaces with - (e.g. New-York). Often combined with country. |
ISP |
| Numeric ISP ID. ISP list → |
ASN |
| Autonomous System Number. |
ZIP code |
| Requires country ( |
Combine multiple suffixes by chaining: xxx_c_US_city_New-York_asn_12271
Session control
Reuse the same exit IP across requests by adding a session ID, optionally with a TTL.
Control | Suffix | Notes |
|---|---|---|
Session ID |
| Any alphanumeric string. Same ID = same exit IP while session is alive. Inactive sessions expire after 60 minutes. |
Session TTL |
| Custom session lifetime. Suffixes: s seconds, m minutes, h hours. Must follow |
# pinned for 10 seconds curl -x xxx_s_100_ttl_10s:yyy@res.proxy-seller.com:10000 https://example.com
# pinned for 15 minutes curl -x xxx_s_100_ttl_15m:yyy@res.proxy-seller.com:10000 https://example.com
# pinned for 1 hour curl -x xxx_s_100_ttl_1h:yyy@res.proxy-seller.com:10000 https://example.comPutting it all together
Chain any suffixes — country + city + ISP + session + TTL all at once.
# country + city + ASN + session curl -x xxx_c_US_city_New-York_asn_12271_s_100:yyy@res.proxy-seller.com:10000 https://example.com
# country + city + session curl -x xxx_c_US_city_New-York_s_100:yyy@res.proxy-seller.com:10000 https://example.com
# country + ASN curl -x xxx_c_US_asn_12271:yyy@res.proxy-seller.com:10000 https://example.comCheat sheet
_c_{country} → _c_US _sd_{subdivision} → _sd_1906 _city_{city} → _city_New-York _isp_{ispId} → _isp_51811 _asn_{asn} → _asn_12389 _zip_{zip} → _zip_10001 (with _c_) _s_{sessionId} → _s_100 _ttl_{duration} → _ttl_30s | _ttl_15m | _ttl_1h