Skip to main content
GET
/
v4
/
account
/
{subAccountId}
/
datacenter_shared
/
proxy-list
Get datacenter proxy list
curl --request GET \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/datacenter_shared/proxy-list \
  --header 'api-token: <api-key>'
"<string>"

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required

Query Parameters

type
enum<string>
Available options:
getproxies,
displayproxies
country[]
string[]
protocol
enum<string>
Available options:
http,
socks
format
enum<string>
Available options:
normal,
json

Response

200 - application/json

Proxy list (plain text or JSON depending on format param)

Proxy list as plain text (ip:port per line) or JSON array depending on the format parameter