Skip to content

Rotating Datacenter

Rotating datacenter proxies come from IDC or cloud provider networks. They do not simulate residential or mobile users, but they are usually faster, cheaper, and better suited for large-scale tasks with lower IP reputation requirements.

Best For

  • Data collection from low-risk websites
  • Bulk access, API checks, and availability tests
  • Cost-sensitive tasks that do not require a real-user network
  • Automation that does not depend on long-term account stability

Characteristics

  • Cost and speed friendly: suitable for high-volume access.
  • Easier to identify as server traffic: some target sites may classify it as datacenter traffic.
  • Country-level control: currently supports country targeting only. State-level and city-level targeting are not supported.
  • Per-request rotation: append -f-1 to rotate IP on every request.
  • Good for stateless tasks: best for tasks that do not rely on login state or long account sessions.

Configuration

Use the proxy details generated in the dashboard. For country-level location control, append country after the account name:

txt
test-country-us
test-country-us-f-1

To run multiple short workflows, use different underscore session IDs for different tasks. If one workflow needs to keep its session for 1-120 minutes, add sessiontime:

txt
test_1-country-us-sessiontime-5

Configuration Flow

  1. Open Datacenter Settings.
  2. Select or enter the account name on the configuration page.
  3. For low-risk bulk tasks, start with the basic account name, such as test.
  4. For country-level targeting, append country, such as test-country-us. Rotating Datacenter currently does not support state or city.
  5. For multiple independent exits, use separate session IDs such as test_1 and test_2. If one exit needs to stay stable for a short period, add sessiontime, such as test_1-country-us-sessiontime-5. The supported range is 1-120 minutes.
  6. If every request should rotate IP, append -f-1, such as test-country-us-f-1.
  7. Copy the generated host, port, username, and password into your client or program.
  8. If the connection fails or the target site restricts datacenter IPs, first check the account, password, whitelist, and country parameter. If it is still unstable, switch to Rotating Residential or Mobile IP.

Send a Request

After getting the generated username, password, proxy domain, and port from the dashboard, send a test request with curl to confirm that the rotating datacenter proxy is connected.

SOCKS5 proxy:

bash
curl -x socks5h://username:password@proxy-domain:port http://ip123.in/ip.json

HTTP proxy:

bash
curl -x http://username:password@proxy-domain:port http://ip123.in/ip.json

The response will use a structure similar to the example below. The actual IP, location, and organization depend on the current exit. city and region in the response are detected IP details from the lookup service; they do not mean Rotating Datacenter supports city-level targeting.

json
{
  "ip": "47.239.91.123",
  "city": "hong kong",
  "organization": "Alibaba (US) Technology Co., Ltd.",
  "asn": 45102,
  "network": "47.238.0.0/15",
  "country": "Hong Kong",
  "country_code": "HK",
  "continent": "Asia",
  "continent_code": "AS",
  "postal": "-",
  "latitude": "22.2842",
  "longitude": "114.1759",
  "timezone": "Asia/Hong_Kong",
  "metro_code": null,
  "region_code": null,
  "region_cn": "",
  "region": "Hong Kong"
}

Notes

  • Rotating datacenter is better for low-risk tasks. It is not recommended for high-trust login, account warm-up, or payment flows.
  • For bulk access, API checks, and other stateless requests, use -f-1 to rotate IP on every request. If a short workflow needs to keep one exit, use sessionid and sessiontime.
  • If the target site strongly restricts datacenter traffic, switch to Rotating Residential or Mobile IP.
  • Rotating Datacenter currently supports country-level targeting only, and does not support state or city. If resources are insufficient for a selected country, try without a country parameter or switch to another network type.

WARNING

Connectivity can be affected by local network conditions, target website rules, and regional resource availability. If a connection fails, check the dashboard proxy details, whitelist settings, and username parameters first.

Professional IP Proxy Service Platform