Download proxy list

Download proxy list

This API does not require authentication.

You can download the proxy list as a file using the links below. These links use proxy_list_download_token which can be retrieved from the Proxy Config API.

Download proxy list endpoint

GET https://proxy.webshare.io/api/v2/proxy/list/download/
  {token}/{country_codes}/any/{authentication_method}/{endpoint_mode}/{search}/

Parameters

KeyTypeDescription
tokenstring

Token retrieved from the Proxy Config API.

country_codesstring

country code separated by hyphen (-). In order to select all countries, use -

authentication_methodstring

username or sourceip. Determines the authentication method to access to the proxies.

endpoint_modestring

backbone or direct. Determines the proxy format. Must be set to backbone if plan.pool_filter is residential.

searchstring

URL encoded search terms. Can be set as - to indicate no search terms.

Request & Response

download_list.py
import requests
 
response = requests.get(
  "https://proxy.webshare.io/api/v2/proxy/list/download/{TOKEN}/-/any/username/direct/san%20francisco/"
)
 
response.text

The commands above return plain text file in the following format:

response
10.1.2.3:9421:username:password
10.1.2.4:6511:username:password