Residential Proxy Acquire
The proxies extracted from the dynamic proxy API can only be used with whitelist authentication.
Request Code Samples
curl --location 'http://api.go2proxy.com/v1/dynamic/proxies?orderid=undefined&num=undefined&period=undefined®ion=undefined' \
--header 'App-Id: iF6eAFg46XOc8v4A0g' \
--header 'Signature: CfHhZ628Iswhf0iompkJejhQ3Fd6'
Responses
application/json
{
"code": 0,
"msg": "success",
"data": {
"count": 2,
"proxy_list": [
{
"ip": "43.130.57.106",
"port": 10001
},
{
"ip": "43.130.57.106",
"port": 10002
}
]
}
}
Modified at 2025-03-04 03:31:08