Platform features

Everything you need.One platform.

From owned datacenter IPs to residential proxies, from real-time analytics to a full REST API, Node4.io is the complete proxy infrastructure platform.

Owned Infrastructure

Premium Datacenter Proxies

Proxies from our owned blocks of IPs: thousands of clean, dedicated IPs with full subnet diversity. No shared pools, no third-party dependencies.

Owned IP blocks
99.9% uptime target
Full subnet control
HTTP(S) & SOCKS5
Dedicated IP allocation
Premium Datacenter Proxies
Thousands
Owned IPs
HTTP + SOCKS5
Protocols
99.9%
Uptime Target
100+ Gbps
Network Capacity
Worldwide coverage

Residential Proxies

Residential exits from a partner network, reached through our own gateway. Country, state and city targeting for geo-restricted content and market research.

Real device IPs
City-level targeting
Rotating & sticky sessions
High concurrency
Auto-retry on failure
Country/state/city selection
Country, state, city
Targeting
Sticky or rotating
Sessions
HTTP + SOCKS5
Protocols
Real devices
IP source
Best Value

Shared Proxies

A published cap of 5 users per IP, on datacenter blocks we own and announce. Ideal for testing, development, and moderate-volume operations.

Affordable pricing
HTTP(S) & SOCKS5
Quick provisioning
Bandwidth monitoring
Top up bandwidth any time
$0.14
Per proxy at 1,000
Up to 5 users
Per IP
Free
Starter Tier
3 GB/proxy
Pooled Bandwidth
Per GB Pricing

Rotating Premium Proxies

Auto-rotating premium datacenter proxies with dedicated IPs. Billed by bandwidth usage, ideal for large-scale scraping and data collection where fresh IPs on every request matter.

Auto-rotation per request
Sticky sessions up to 30 minutes
Dedicated premium IPs
Per GB billing
Unlimited Threads
HTTP(S) & SOCKS5
$0.39
Per GB at 1 TB
Auto or pinned
IP Rotation
Unlimited
Threads
99.9%
Uptime Target
Lowest Cost

Rotating Shared Proxies

Auto-rotating shared proxies (up to 5 users per IP) billed by bandwidth. The most affordable rotating option for high-volume use cases that don’t require dedicated IPs.

Auto-rotation per request
up to 5 users per IP
Per GB billing
Unlimited Threads
HTTP(S) & SOCKS5
Budget-friendly
$0.29
Per GB at 1 TB
Auto
IP Rotation
Unlimited
Threads
99.9%
Uptime Target
No Bandwidth Meter

Rotating Unmetered Proxies

Rotating Unmetered gives you unlimited bandwidth on datacenter proxies we own, priced by how many connections you run at once rather than by the gigabyte. Per-request rotation by default, or pin one exit with a session id.

Auto-rotation per request
Sticky sessions up to 30 minutes
No bandwidth meter
Priced by concurrent connections
Threads match your connection count
HTTP(S) & SOCKS5
$0.062
Per connection at 4,000 connections
Unlimited
Bandwidth
Auto or pinned
IP Rotation
Set by your plan
Threads
Security

Enterprise-Grade Security

Your data and operations are protected by the controls listed below: TLS is never terminated or inspected, authentication is per service, and every API key carries scoped permissions and an audit trail. Privacy by design. We don't inspect or sell the content of your traffic. We retain only the connection metadata needed to operate, secure, and bill the service, and we cooperate with valid legal requests.

Encrypted Connections

HTTPS stays end-to-end encrypted through the proxy; we never terminate or inspect TLS

Flexible Authentication

Username/password everywhere; IP whitelist on every product

API Key Permissions

Granular permissions per key with audit logging

Role-Based Access

Team permissions for multi-user organizations

Under the hood

Core Platform Features

Every feature is designed to give you full control over your proxy infrastructure.

Enterprise Security

Username/password authentication on every product, plus IP whitelisting on every product (3 addresses included on paid plans, more available), encrypted connections, and role-based access control.

Real-Time Analytics

Monitor bandwidth usage, request counts, latency metrics, and provider health in real-time dashboards.

Full REST API

Programmatic access to all features. Generate proxies, check usage, manage keys, and automate workflows.

API Key Management

Create multiple API keys with granular permissions. Revoke, rotate, and audit access at any time.

Smart Rotation

Automatic IP rotation. Declare a session in the username to hold one exit; drop it to rotate again. One-click regeneration from the dashboard.

Health Monitoring

Automated health checks every 5 minutes. Real-time latency tracking and instant degradation alerts.

Flexible Auth

Username/password on every product; IP whitelisting additionally on every product, untargeted on residential. HTTP(S) on all tiers; SOCKS5 on paid plans.

Provider Agnostic

Our integration layer sits between you and the upstream network. Switch providers without changing your proxy configuration.

Rate Limiting

Built-in rate limiting protects your infrastructure. 60 req/min API, 120 req/min dashboard, with custom limits available.

Integration

Easy Integration

Get started in minutes with standard proxy protocols. Works with any language or framework.

Node.js
// Node.js - Using Node4.io Proxies
const axios = require('axios');

const proxy = {
  host: 'gw-rotating_shared.node4.io',
  port: 8083,
  auth: {
    username: 'user_abc123',
    password: 'pass_xyz789'
  }
};

const response = await axios.get('https://api.example.com/data', {
  proxy,
  timeout: 10000
});

console.log(response.data);
cURL
# cURL - Quick Test
curl -x http://user_abc123:pass_xyz789@gw-rotating_shared.node4.io:8083 \
  https://api.example.com/data
Python
# Python - Requests Library
import requests

proxies = {
    'http': 'http://user_abc123:pass_xyz789@gw-rotating_shared.node4.io:8083',
    'https': 'http://user_abc123:pass_xyz789@gw-rotating_shared.node4.io:8083'
}

response = requests.get('https://api.example.com/data', proxies=proxies)
print(response.json())

Wiring up an integration? Our free developer tools include a proxy connection string builder that generates these snippets for your own host, port and credentials.

Ready to Get Started?

Create an account and get free proxies instantly. No credit card required.