Download proxies

GET https://geonix.com/personal/api/v1/{apiKey}/proxy/download/{type}

This endpoint provides a streamlined solution for exporting and downloading your proxy credentials, including login, password, IP, port, and protocol information. It allows you to specify a proxy type and choose from txt, csv, or a custom format for the download, facilitating effortless access and integration of your proxy data into various applications or for archival purposes.

Headers

Name
Value

Accept

*/*

Path parameters

Name
Type
Description

apiKey*

string

API key to authorize requests

type*

string

Available values : ipv4, ipv6, mobile, isp, resident

Query parameters

Name
Type
Description

ext

string

File type: [txt/csv] or custom format [%login%:%password%@%ip%:%port%]. For mobile proxies, an additional parameter [%rotation_link%] is available.

listId

integer

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

proto

string

Available values : HTTPS, SOCKS5

Request examples

curl -X GET "https://geonix.com/personal/api/v1/YOUR_API_KEY_HERE/proxy/download/ipv4" -o proxies_ipv4.csv

Response examples

Last updated