Session ID + TTL
To use it, you need to create and use a special sheet: the API TOOL for each proxy list.
Basic usage
Credentials:
Proxy host:
res.proxy-seller.com
(NL)
us.res.proxy-seller.com
(US)
Proxy port:
10000
Proxy type:
HTTPS/SOCKS5 (
(auto-detected))
Proxy user:
xxx
Proxy password:
yyy
Attention:
For simultaneous requests, use different ports in the range 10000-10999.
Important note: Each IP address port corresponds to a unique IP address (e.g. 1.23.45.6:10005 and 1.23.45.6:10006 are different IPs).
User & password (Main package)
Only via API
To obtain a username and password, you must create a special list
User & password (Resident Subuser)
Only via API
To obtain a username and password, you must create a special list in your subaccoun
Curl command line sample
Restrict exit IPs to a specific country
Curl command line sample:
Restrict exit IPs to a specific subdivision
Curl command line sample:
curl -v -x xxx_sd_1906:yyy@res.proxy-seller.com:10000 https://www.google.com
Restrict exit IPs to a specific city
Curl command line sample:
City names:
Spaces in city names (e.g. New York) must be replaced with the minus sign (-). For example:
Restrict exit IPs to a specific ISP
Curl command line sample:
Restrict exit IPs to a specific ASN
Curl command line sample:
Restrict exit IPs to a specific ZIP code
The ZIP code works only in combination with the country code.
Curl command line sample:
Session control
Session ID
Curl command line sample:
Session time
If you need to set up the session time (rotation), you can add a session time to the login with session ID as follows: xxx_s_100_ttl_30s
The ttl
parameter goes along with the session ID and allows you to set the session time. The suffixes s
(seconds), m
(minutes), h
(hours) can be used in this parameter. After the specified time has elapsed, a request within that session will cause it to be re-created, resulting in the assignment of a new IP address (it's an alternative method to set a custom rotation time for each session).
Example with a TTL of 10 seconds:
Example with a TTL of 15 minutes:
Example with a TTL of with 1 hour:
Different geotargeting combinations
Example with country, city, ASN, session.
Example with country, city, session.
Example with country, ASN.
Last updated