Introducing Proxifly
Get proxies that just work
Fetch HTTPS & SOCKS5 proxies from 100+ countries in one API call.
100+ Countries
REST API
HTTPS & SOCKS5
Join the world's best
Developer API
Unlock endless possibilities
Use our API in Node.js or any language via standard HTTP requests.
Node.js
// First, initiate the Proxifly lib
const Proxifly =require('proxifly');
const proxifly =new Proxifly({apiKey: 'your_api_key'});
// Fetch fresh proxies
proxifly.getProxy({
countries: ['US', 'RU']
protocol: ['http', 'socks4']
quantity: 20
https: true
})
.then(result => console.log(result))
cURL
# JSON Example
curl \
-d'{"apiKey": "your_api_key", "country": ["US", "RU"], "https": true, "quantity": 20}' \
-H'Content-Type: application/json' \
https://api.proxifly.dev/get-proxy