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.

New to ProxyOmega?

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
curl -x http://username:[email protected]:8080 \
     -L https://api.ipify.org?format=json
Python
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())
JavaScript
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.

GET /api/v1/proxies/list
POST /api/v1/proxies/rotate
PUT /api/v1/whitelist/update
DELETE /api/v1/sessions/{session_id}

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?

24/7 Support Available

Our support team is here to help. Contact us at [email protected] or use the live chat in your dashboard.