IPv6 Proxies

79 octillion IPv6 addresses with thread-based pricing and global coverage.

Massive IP Pool

Access to 79 octillion unique IPv6 addresses - virtually unlimited IPs for your scaling needs.

Key Features

79 Octillion IPs

Virtually unlimited IPv6 address pool

120+ Countries

Global coverage with country selection

HTTP/SOCKS5

Support for both HTTP and SOCKS5 protocols

Thread-Based Pricing

Pay per concurrent connection thread

Pricing Structure

Threads Daily Price Weekly Price Monthly Price
100 Threads $7.00 $42.00 $168.00
500 Threads $25.00 $150.00 $600.00
1000 Threads $45.00 $270.00 $1,080.00
Custom Contact sales for enterprise pricing

Configuration

Connection Parameters

Parameter Value
HTTP Endpoint Generated per country/configuration
SOCKS5 Endpoint Generated per country/configuration
Port Range Dynamic based on threads
Authentication Username/Password

Usage Example

python
import requests
import concurrent.futures

# Configure proxy for thread-based usage
def make_request(thread_id):
    proxy = f"http://username:[email protected]:{9000 + thread_id}"
    proxies = {
        "http": proxy,
        "https": proxy
    }
    
    response = requests.get("https://ipv6.icanhazip.com", proxies=proxies)
    return response.text

# Use multiple threads concurrently
with concurrent.futures.ThreadPoolExecutor(max_workers=100) as executor:
    futures = [executor.submit(make_request, i) for i in range(100)]
    results = [f.result() for f in concurrent.futures.as_completed(futures)]
    
print(f"Fetched {len(set(results))} unique IPv6 addresses")

Why Choose IPv6?

  • Unlimited Scale - Never run out of IPs with 79 octillion addresses
  • Future-Proof - IPv6 is the future of internet addressing
  • Clean Reputation - Fresh IPs with no history
  • Cost-Effective - Thread-based pricing for efficient scaling
  • High Performance - Direct routing without NAT overhead
Ready to Scale?

Start with 100 threads and scale up as your needs grow. No long-term commitments required.