user_proxy_config: Information about account proxy configuration. AdsPower supports frequently used proxy software and protocol.
Name | Type | Necessary | Default | Example | Description |
---|---|---|---|---|---|
proxy_soft | text | YES | - | brightdata | Currently supports brightdata, brightauto, oxylabsauto, 922S5auto,ipideaauto, ipfoxyauto, 922S5auth, kookauto,lumiproxyauto, ssh, other, noproxy |
proxy_type | text | NO | - | socks5 | Currently supports http, https, socks5; For no_proxy, you may pass the parameter or not |
proxy_host | text | NO | - | pr.oxylabs.io | Address of the proxy server, users can enter domain name or IP; For no_proxy, you may pass the parameter or not |
proxy_port | text | NO | - | 123 | Port of the proxy server; For no_proxy, you may pass the parameter or not |
proxy_user | text | NO | - | abc | Proxy account name |
proxy_password | text | NO | - | xyz | Proxy account password |
proxy_url | text | NO | - | 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_config | text | NO | 0 | 1 | Information on the list of accounts managed using the proxy |
For user_proxy_config to pass corresponding JSON object is required, for example,
agent | JSON | instructions |
---|---|---|
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":"**"} | - |
ipideaauto | {"proxy_soft":"ipideaauto","proxy_type":"http","proxy_host":"xxxx", "proxy_port":"xx","proxy_user":"xx","proxy_password":"**"} | proxy_type supports settings to use http, socks5 |
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 |
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 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 |
922S5auto | {"proxy_soft":"922S5auto"} | Using 922S5auto, just pass the value of proxy_soft |
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"} | - |