Skip to main content

Export your proxies

Download your proxy list in txt, csv or a custom format through the API.

This guide shows you how to download your proxies in txt, csv or a custom format.

Every request uses your personal API key from your account dashboard (how to get your API key). In the examples below, replace YOUR_API_KEY with your own key. To pay from your account balance, use paymentId = 1.

Step 1 — Find the proxies

Note the proxy type you want to export (and the order or list, if you need a specific one).

Endpoint

GET https://proxy-seller.com/personal/api/v1/YOUR_API_KEY/proxy/list/{type}

Step 2 — Download the list

Export the IPs. Choose the format with ext (txt/csv or a custom template) and the port protocol with proto. For residential, pass listId; for subresident, package_key.

Endpoint

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

Path parameters

Name

Value

Description

type

ipv4

The proxy type (ipv4, ipv6, mobile, isp, mix, mix_isp).

Optional query parameters

Name

Type

Description

ext (optional)

String

Format: txt, csv, or a custom template like %login%:%password%@%ip%:%port%.

proto (optional)

String

Port protocol, e.g. https.

listId (optional)

Integer

Residential only: list id. Without it, IPs from all lists are returned.

Example

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

The response is the proxy list in your chosen format:

Full API reference

Did this answer your question?