Menu

user_proxy_config

user_proxy_config: Information about account proxy configuration. AdsPower supports frequently used proxy software and protocol.

NameTypeNecessaryDefaultExampleDescription
proxy_softtextYES-brightdata
proxy_typetextNO-socks5Currently supports http, https, socks5; For no_proxy, you may pass the parameter or not
proxy_hosttextNO-pr.oxylabs.ioAddress of the proxy server, users can enter domain name or IP; For no_proxy, you may pass the parameter or not
proxy_porttextNO-123Port of the proxy server; For no_proxy, you may pass the parameter or not
proxy_usertextNO-abcProxy account name
proxy_passwordtextNO-xyzProxy account password
proxy_urltextNO-http://www.xxx.com/The link to change IP is used for mobile proxies and only supports http/https/socks5 proxy.
1. You can change proxy IP address via the link
2. If many profiles have the same proxy settings, IP address of these profiles will be changed simultaneously after refreshing proxy IP address
global_configtextNO01Whether to use the proxy information saved in the Proxies>Configuration page.
0: Not to use the saved information
1: Use the saved information


For user_proxy_config to pass corresponding JSON object is required, for example,

agentJSONinstructions
brightdata{"proxy_soft":"brightdata","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xxx","proxy_password":"**"}
proxy_type supports settings to use http, https, and 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":"**"}
-
ipfoxyauto{"proxy_soft":"ipfoxyauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
proxy_type supports settings to use http, socks5
kookauto{"proxy_soft":"kookauto","proxy_type":"http","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}
proxy_type supports settings to use http, socks5
lumiproxyauto{"proxy_soft":"lumiproxyauto","proxy_type":"http","proxy_host":"xxxx", "proxy_port":"xx","proxy_user":"xx","proxy_password":"**"}proxy_type supports settings to use http, socks5
other{"proxy_soft":"other","proxy_type":"socks5","proxy_host":"xxxx",
"proxy_port":"xx","proxy_user":"xxx","proxy_password":"**"}
proxy_type supports settings to use http, https, and socks5.
no_proxy{"proxy_soft":"no_proxy"} -


Previous
Parameter Object
Next
fingerprint_config
Last modified: 2026-01-29Powered by