NIXPROXYStealth Gateway
RESELLER API

Build resilient scrapers with NixProxy

A developer-first API for residential proxy rotation, session persistence, and automated retries. Integrate in minutes, scale to millions.

AUTHENTICATION

Authentication

NixProxy uses Bearer Tokens. Pass your secret API key in the Authorization header of every request. Keep this key secure and never expose it in client-side code.

curl + python
# Using curl
curl -x proxy.nixproxy.com:8080 \
  -U "username:password" \
  https://api.example.com

# Using Python
import requests

proxies = {
    "http": "http://user:pass@proxy.nixproxy.com:8080",
    "https": "http://user:pass@proxy.nixproxy.com:8080",
}

response = requests.get(
    "https://api.example.com",
    proxies=proxies,
    verify=True
)
COMPLIANCE

Compliance & Privacy

NO_LOGS

No-Logs Architecture

Your data privacy is not just policy. NixProxy operates on a strict ‘No-Logs’ architecture. We do not monitor, record, or store the contents of your traffic.

GDPR_CCPA

GDPR & CCPA Compliant

Fully aligned with global data protection regulations. Request metadata is purged every 30 days to ensure absolute anonymity.

TLS_E2E

End-to-End Encryption

All proxy traffic is encrypted with industry-standard TLS. Your data is protected in transit at every hop.

LATENCY

Latency Distribution

Under-promise, over-deliver. Real performance metrics across 195+ geolocations.

142ms
Avg Latency
Global median
99.98%
Success Rate
Last 30 days
45.2M
Requests/Day
Peak capacity
10M+
IP Pool
Residential IPs
FAQ

Technical FAQ

By default, every request is routed through a unique exit node. You can force session persistence by specifying a session ID, which keeps the same IP for up to 60 seconds.
NixProxy automatically retries failed requests up to 3 times with exponential backoff. You can customize retry behavior via the X-Retry-Count header.
Yes. Use the X-Target-ASN header to specify ASN numbers. We support targeting across 195+ geolocations with carrier-level precision.
START

Ready to integrate?

Start building with NixProxy in under 5 minutes.

Get API Access