菜单

user_proxy_config

user_proxy_config对象是环境代理配置的参数信息,AdsPower支持市面上常用的代理软件和协议。

属性名称类型必需默认值示例说明
proxy_softtext-brightdata目前支持的代理有brightdata,brightauto,oxylabsauto,922S5auto,ipideaauto,ipfoxyauto,922S5auth,kookauto,lumiproxyauto,ssh,other,no_proxy。
proxy_typetext-socks5代理的类型,目前支持的类型有http,https,socks5;no_proxy可不传。
proxy_hosttext-pr.oxylabs.io代理服务器的地址,可以填域名或者IP;no_proxy可不传。
proxy_porttext-123代理服务器的端口号;no_proxy可不传。
proxy_usertext-abc代理需要登录时的账号。
proxy_passwordtext-xyz代理需要登录时的密码。
proxy_urltext-http://www.xxx.com/该URL用于移动代理,仅支持http/https/socks5的代理。
1、通过该链接,您可以通过手动操作去改变代理的IP地址。
2、多个环境使用同个代理账号时,刷新IP会改变同个代理账号的IP地址。
global_configtext01用于指定是否启用【代理管理】-【代理配置】中已保存的代理账号信息:
0:不使用已保存的代理信息;
1:使用已保存的代理信息。


user_proxy_config需要传入对应的JSON对象,示例:

代理商JSON说明
brightdata{"proxy_soft":"brightdata","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xxx","proxy_password":"**"}
proxy_type支持设置使用http、https、socks5
brightauto{"proxy_soft":"brightauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xxx","proxy_password":"**"}
-
oxylabsauto{"proxy_soft":"oxylabsauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
-
ipideaauto{"proxy_soft":"ipideaauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
proxy_type支持设置使用http、socks5
ipfoxyauto{"proxy_soft":"ipfoxyauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
proxy_type支持设置使用http、socks5
922S5auth{"proxy_soft":"922S5auth","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
-
kookauto{"proxy_soft":"kookauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
proxy_type支持设置使用http、socks5
lumiproxyauto{"proxy_soft":"lumiproxyauto","proxy_type":"http","proxy_host":"xxxx", "proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}proxy_type支持设置使用http、socks5
922S5auto{"proxy_soft":"922S5auto"}使用922S5auto,只需传proxy_soft的值
other{"proxy_soft":"other","proxy_type":"socks5","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xxx","proxy_password":"**"}
proxy_type支持设置使用http、https、socks5
no_proxy{"proxy_soft":"no_proxy"}-


上一个
参数对象
下一个
fingerprint_config
最近修改: 2025-07-16Powered by