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
NixProxy authenticates with standard proxy credentials — a unique username and password per subscription. Pass them with every request via the curl -U flag or embedded in the proxy URL as user:pass@host:port, exactly as shown below. Keep these credentials secure and never expose them in client-side code. TLS spoofing requires installing our CA — see the Certificate guide.
# 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 & Privacy
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 Compliant
Fully aligned with global data protection regulations. Request metadata is purged every 30 days to ensure absolute anonymity.
End-to-End Encryption
All proxy traffic is encrypted with industry-standard TLS. Your data is protected in transit at every hop.
Latency Distribution
Under-promise, over-deliver. Real performance metrics across 195+ geolocations.