Export IPs in txt/csv/custom

This API endpoint allows you to download the list of your proxies.

Endpoint:

GET https://proxy-seller.com/api/v1/{YourApiKey}/proxy/download/{type}

Example

To retrieve proxies of a specific type (e.g., IPv4):

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/proxy/download/ipv4?ext=txt&proto=https

Parameters

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key (how to get)

Proxy type

ipv4

ipv6

mobile

isp

mix

mix_isp

resident

Specifies the type of proxies to include in the downloaded list.

Optional parameters

NameValueDescription

ext

txt

csv

Specifies the format in which the proxy list will be downloaded.

%login%:%password%@%ip%:%port%

Custom format

proto

https

socks5

Specifies the proxy port format you prefer for the proxies.

listId

integer

Proxy list id (only for resident, if not set - will return ip from all sheets)

package_key

string

Proxy list package_key (only for subresident)

Response

login:password@127.0.0.1:80;
login2:password2@127.0.0.1:81;

Last updated