Last updated 1 year ago
The tool allows you to get a list of available free proxies.
The request allows you to check the proxy status in real time.
GET /api/free-proxies/countries HTTP/1.1 Host: tools.proxy-solutions.net Accept: */*
Successful request
{ "success": true, "countries": [ { "name": "text", "code": "text" } ] }
Proxy Identifier
GET /api/free-proxies/{proxy_id}/check HTTP/1.1 Host: tools.proxy-solutions.net Accept: */*
{ "success": true, "proxy": { "id": 1, "state": "alive", "ip": "text", "port": 1, "proto": "text", "location": { "code": "text", "name": "text" }, "tested_at": 1, "tested": 1, "latency": 1, "anonymity": "high" } }
Page number
Country codes (received from previous request/free-proxies/countries)
Ports (separated by comma - 8080,8000-8500)
Latency in milliseconds (500 - means less 500ms)
POST /api/free-proxies/select HTTP/1.1 Host: tools.proxy-solutions.net Content-Type: application/json Accept: */* Content-Length: 115 { "location": [ "text" ], "protocols": { "http": true, "https": true, "socks4": true, "socks5": true }, "ports": "text", "latency": 1 }
{ "success": true, "page": 1, "num_pages": 1, "proxies": [ { "id": 1, "state": "alive", "ip": "text", "port": 1, "proto": "text", "location": { "code": "text", "name": "text" }, "tested_at": 1, "tested": 1, "latency": 1, "anonymity": "high" } ] }