管理代理网络的IP
Proxy IPs management
-
获取可用的机房代理和静态住宅代理的IP数量
API endpoint: GET /api/zone/count_available_ips Parameters: zone=ZONE [string] - name of the Zone plan={...} [JSON object] - abstract plan parameters pool_ip_type=static_res [string] - should search in ISP instead of DC ips_type=...
-
获取最近想使用你的通道的IP
API endpoint: GET /api/zone/recent_ips Parameter: zones=ZONE - To get attempting IPs to any of your zone : zones=* Sample Response: {"ZONE":["255.0.0.127","10.0.0.1"]} Shell curl "https://brightdata.com/api/zone/recent_ips?zones=...
-
获取某个通道可用的机房代理和静态住宅代理的独享IP
API endpoint: GET /api/zone/route_ips Parameter: zone=ZONE[string] [required] country=COUNTRY_CODE[string] [optional] Sample Response: 10.0.0.0/24 Shell curl "https://brightdata.com/api/zone/route_ips?zone=ZONE&country=COUNTRY"...
-
获取某个通道可用的动态住宅代理的独享IP数量
API endpoint: GET /api/zone/route_vips Sample Response: ["us_7922_fl_hollywood_0","ma_36903_01_tetouan_5","br_52894_mg_montesclaros_99"] Shell curl "https://brightdata.com/api/zone/route_vips?zone=ZONE" -H "Authorization: Bearer ...