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=httpsResponse
login:[email protected]:80;
login2:[email protected]:81;response wrong proxy type
{
"status": "error",
"data": null,
"errors": [
{
"message": "Could not find description of list{type} in CrmUserApiProxy",
"code": 22002,
"customData": null
}
]
}Parameters
Proxy type
ipv4
ipv6
mobile
isp
mix
mix_isp
resident
Specifies the type of proxies to include in the downloaded list.
Optional parameters
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
Last updated