Pricing
Use Cases
Resources
Set up residential and datacenter proxies, support HTTP/HTTPS and SOCKS5, username/password and IP whitelist with global nodes.
Visit our registration page to create your proxy service account. Fill in the required information and verify your email address.
Select the appropriate plan based on your needs. We offer various plan options, including pay-per-traffic and monthly packages.
Log into the control panel and get your proxy server address, port, and authentication credentials from the "Proxy Settings" page.
We support standard username/password authentication. You can view and manage your authentication credentials in the control panel.
Proxy Server: proxy.example.com
Port: 8080
Username: your_username
Password: your_password
For enhanced security, you can set up an IP whitelist. Only IP addresses in the whitelist can use your proxy service.
Our proxy service supports multiple protocols to meet different usage scenario requirements.
HTTP/HTTPS: Suitable for web scraping, API calls, SEO tools, etc.
SOCKS5: Suitable for applications requiring higher performance, such as gaming, P2P downloads, email clients, etc.
import requests
proxies = {
'http': 'http://username:[email protected]:8080',
'https': 'http://username:[email protected]:8080'
}
response = requests.get('https://httpbin.org/ip', proxies=proxies)
print(response.json())
const axios = require('axios');
const proxy = {
host: 'proxy.example.com',
port: 8080,
auth: {
username: 'your_username',
password: 'your_password'
}
};
axios.get('https://httpbin.org/ip', { proxy })
.then(response => console.log(response.data))
.catch(error => console.error(error));
curl -x http://username:[email protected]:8080 https://httpbin.org/ip
Most modern browsers support proxy configuration. You can configure proxy servers in your browser's network settings.
Settings → Advanced → System → Open your computer's proxy settings
Settings → Network Settings → Manual proxy configuration
If you encounter any issues during use, please feel free to contact our technical support team.
Contact Us via Telegram
You can also contact us via Telegram. Please note: we will never accept any payment or transfer through Telegram. Stay alert for scams.