Welcome to ProxyOmega Documentation
ProxyOmega provides high-performance proxy solutions for businesses and developers. Access our global network of residential, mobile, and datacenter IPs with 99.9% uptime guarantee.
Check out our Quick Start Guide to get up and running in minutes.
Overview
ProxyOmega offers a comprehensive proxy infrastructure designed for scale, reliability, and performance. Our network spans across 195+ countries with millions of IPs available for your use cases.
Key Features
Global Coverage
195+ countries and territories with city-level targeting
High Performance
Average response time under 100ms with 99.9% uptime
Enterprise Security
SSL encryption, IP authentication, and API key management
Getting Started
Follow these steps to start using ProxyOmega:
curl -x http://username:[email protected]:8080 \
-L https://api.ipify.org?format=json
import requests
proxies = {
'http': 'socks5://username:[email protected]:1080',
'https': 'socks5://username:[email protected]:1080'
}
response = requests.get('https://api.ipify.org?format=json', proxies=proxies)
print(response.json())
const axios = require('axios');
const config = {
proxy: {
host: 'proxy.proxyomega.com',
port: 8080,
auth: {
username: 'your_username',
password: 'your_password'
}
}
};
axios.get('https://api.ipify.org?format=json', config)
.then(response => console.log(response.data))
.catch(error => console.error(error));
API Endpoints
ProxyOmega provides a RESTful API for managing your proxy infrastructure programmatically.
Proxy Types Comparison
Type | Speed | Pool Size | Best For | Starting Price |
---|---|---|---|---|
Residential | Medium | 70M+ IPs | Web scraping, Social media | $8/GB |
Mobile | Medium | 5M+ IPs | App testing, Mobile sites | $15/GB |
Datacenter | Very Fast | 100K+ IPs | Speed-critical tasks | $2/IP |
IPv6 | Fast | Unlimited | Future-proof applications | $0.50/subnet |
Need Help?
Our support team is here to help. Contact us at [email protected] or use the live chat in your dashboard.