Learn how to export your datacenter and ISP proxies to a list using the list_by_search endpoint
list_by_search
endpoint is specifically designed for exporting proxies in various formats, making it more efficient than manually formatting proxies from the search endpoint.
list_by_search
endpoint provides formatted proxy strings ready for use in your applications. It focuses only on static proxies (datacenter and ISP types), which are designed to have stable IP addresses and ports.
list_format
: Determines how the proxies are formatted in the response
standard
: Simple format (IP:port)http
: HTTP proxy URL format (http://username:password@IP:port)socks5
: SOCKS5 proxy URL format (socks5://username:password@IP:port)socks5h
: SOCKS5 with hostname resolution (socks5h://username:password@IP:port)list_protocol
: Specifies which proxy protocol to use
http
: For HTTP proxies (default port 8080)socks5
: For SOCKS5 proxies (default port 1080)list_version
: Specifies the IP version to return
ipv4
: IPv4 addresses (default)ipv6
: IPv6 addresses (if available)list_authentication
: Authentication method to use in the formatted strings
username_and_password
: Standard authentication with your proxy user credentialsip_address
: IP-based authenticationproxy_specific
: Proxy-specific authentication123.456.78.90:8080
http://your_username:your_password@123.456.78.90:8080
socks5://your_username:your_password@123.456.78.90:1080
socks5h://your_username:your_password@123.456.78.90:1080