Proxy-seller

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

  1. 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

  2. Port

    10000

  3. Type

    HTTPS / SOCKS5 (auto-detected)

  4. Login & password

    Issue them via for the main package

    PUT/resident/list/tools

    or 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

_c_US

ISO 3166-1 two-letter code, case-sensitive. Country list →

Subdivision

_sd_1906

Region/state ID. Subdivision list →

City

_city_Paris

Replace spaces with - (e.g. New-York). Often combined with country.

ISP

_isp_51811

Numeric ISP ID. ISP list →

ASN

_asn_12389

Autonomous System Number.

ZIP code

_zip_10001

Requires country (_c_US_zip_10001).

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

_s_100

Any alphanumeric string. Same ID = same exit IP while session is alive. Inactive sessions expire after 60 minutes.

Session TTL

_ttl_30s

Custom session lifetime. Suffixes: s seconds, m minutes, h hours. Must follow _s_. After TTL elapses, the next request gets a new IP.

# 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.com

Putting 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.com

Cheat 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

FAQ

On this page