Go2proxy
English
  • 中文繁体
  • English
Home
Home
English
  • 中文繁体
  • English
  1. API Documentation
  • Product introduction
    • Residential Proxy
    • ISP Residential Rroxy
    • Quick Start
  • Function Introduction
    • Team Function
  • Developer Guide
    • Proxy region and Proxy replacement cycle settings
    • Periodic version uses multiple channels
    • Test proxy availability
    • Error code
    • World country code
  • API Documentation
    • Get Order Information
      GET
    • Get Usage Traffic
      GET
    • Residential Proxy Acquire
      GET
    • ISP Proxy Acquire
      GET
    • Get Residential Proxy Order Region Code
      GET
    • Get Residential Proxy Order Area Code
      GET
  • Update Log
    • Update Log
  1. API Documentation

Residential Proxy Acquire

GET
/v1/dynamic/proxies
The proxies extracted from the dynamic proxy API can only be used with whitelist authentication.

Request

Query Params
orderid
string 
required
Order Number
num
integer 
required
Number of proxy to Extract This Time(1-1000)
period
integer 
required
Proxy Validity Period(1-30)
region
string 
optional
Country Code (Leave Blank for Global Mixed Broadcasting)
Header Params
App-Id
string 
required
Example:
iF6eAFg46XOc8v4A0g
Signature
string 
required
signature=AppSecret
Example:
CfHhZ628Iswhf0iompkJejhQ3Fd6

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.go2proxy.com/v1/dynamic/proxies?orderid&num&period&region' \
--header 'App-Id: iF6eAFg46XOc8v4A0g' \
--header 'Signature: CfHhZ628Iswhf0iompkJejhQ3Fd6'

Responses

🟢200成功
application/json
Body
code
integer 
required
Request Business Status
A value of 0 signifies success
any value other than 0 indicates a business failure
msg
string 
required
Request Business Description
data
object 
required
Empty string if the request business fails
count
integer 
required
proxy_list
array [object {2}] 
required
Example
{
    "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
Previous
Get Usage Traffic
Next
ISP Proxy Acquire