Crawler mixed pool
About 95% residential and 5% datacenter IPs for faster general scraping.
Connect through one fixed gateway and choose between a faster crawler pool or a pure residential pool. Exits are globally random by default; broad region presets are optional when extracting proxies.
The crawler pool usually provides faster public web collection by mixing a small share of datacenter IPs into a residential-majority pool. The pure residential pool keeps residential network identity and supports SESSION.
About 95% residential and 5% datacenter IPs for faster general scraping.
A pool containing only residential IP exits.
Use SESSION on the pure residential pool to keep an exit for multi-step requests.
Use global random exits directly, or choose Europe and America, North America, Europe, Asia, United States, or Japan and Korea when extracting proxies.
Pay for transferred data when workloads are elastic or project-accounted.
Pay for in-flight request capacity with unmetered traffic in the plan.
Traffic plans fit variable workloads and measured data budgets. Concurrency plans fit sustained code-driven requests and do not meter transferred GB within the selected thread capacity.
Test real response sizes and latency before choosing. Browser pages can consume many concurrent requests for HTML, images, CSS, JavaScript, fonts, and APIs.
A browser can open 10–20 or more in-flight requests while loading a page. Concurrency packages are usually easier to model for requests, Scrapy, and direct HTTP clients.
Choose this product for globally random exits or broad regional routing through a standard rotating gateway.
High-frequency list, detail, and search result requests across public sites.
Pagination and short workflows that need a residential exit and SESSION.
Long-running code workers using a predictable concurrent request allowance.
Select a pool, configure authentication, choose a billing model, and send requests through the fixed gateway.
Use the crawler pool for speed or the pure residential pool for residential identity and SESSION.
Select traffic GB or concurrent request threads.
Use the assigned gateway, port, username, password, or IP allowlist.
Track response time, success rate, retries, and in-flight requests.
Available locations, inventory, bandwidth, and package options are subject to the current console and pricing page.
Configure the assigned proxy endpoint in requests, Scrapy, cURL, or another standard HTTP client. The network handles pool selection, health checks, and exit rotation.
import requests
proxy = "http://customer-session-demo:YOUR_PASSWORD@proxy.123proxy.cn:36923"
proxies = {"http": proxy, "https": proxy}
response = requests.get(
"https://target.example/data",
proxies=proxies,
timeout=20,
)
print(response.status_code)Validate the product boundary, package model, target behavior, and capacity with representative requests.
The crawler pool mixes about 5% datacenter IPs into a residential-majority pool and is usually faster. The pure residential pool contains only residential IPs and supports SESSION.
Exits are globally random by default. When extracting proxies, you may choose Europe and America, North America, Europe, Asia, United States, or Japan and Korea. Country-level and city-level targeting are not supported.
SESSION is available on the pure residential pool.
Traffic plans meter transferred GB. Concurrency plans meter in-flight requests and provide unmetered traffic within the selected thread capacity.
No. Applications connect to a fixed gateway while the proxy network selects and rotates exits.
Compare success rate, response time, response size, and concurrency before selecting a production package.