Export IPs in txt/csv/custom

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

Endpoint:

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

Example

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

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

Parameters

Name
Value
Description

Authorization

<Your_API_Key>

Proxy type

ipv4

ipv6

mobile

isp

mix

mix_isp

resident

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

Optional parameters

Name
Value
Description

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)

country

String

Alpha3 country name (FRA or USA or ...)

ends

String

Y - List of ending proxies

Response

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

Last updated