Trusted by the world's best
The Proxifly API is powerful and flexible.
Proxifly is available in Node.js or any other language via standard http post requests.
Proxifly Node.js example
// 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))
Our helpful documentation has tons of examples and tutorials to help you get started Learn more
Proxifly curl / http request example
# 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
Our helpful documentation has tons of examples and tutorials to help you get started Learn more
Find the right package for your business.
Our team uses cutting-edge technology to manage and deliver the best results.
Explore pricing