v1

latestOpenAPI 3.0.32026-07-2246176.0 KB
Public API

Get proxy list

Returns a list of free proxies. Use query parameters to filter by protocol, country, timeout, anonymity, and more. Results can be displayed in the browser or returned for download.

get/v4/free-proxy-list/get

Query parameters

request'displayproxies' | 'getproxies' | 'proxyinfo' required

displayproxies — show list in browser; getproxies — download list; proxyinfo — return metadata (count, last update, countries, etc.). Use optional simplified=true with proxyinfo for count only.

protocol'http' | 'socks4' | 'socks5' | 'all'

Protocol: http, socks4, socks5, or all. For multiple: socks4,socks5

timeoutinteger

Maximum proxy timeout in milliseconds

countrystring

Alpha-2 ISO country code or all. Multiple: comma-separated

ssl'all' | 'yes' | 'no'

HTTPS support. Only for HTTP proxies: all, yes, or no

anonymity'elite' | 'anonymous' | 'transparent' | 'all'

Anonymity level (HTTP only). Multiple: comma-separated

skipinteger

Number of records to skip (pagination)

limitinteger

Maximum number of records to return (max 2000)

simplifiedboolean

Only when request=proxyinfo: set to true to get only the count of available proxies

Response

Proxy list (displayproxies/getproxies) or metadata (proxyinfo)