Proxies for parsing and scraping
Data collection breaks at the access stage, not at HTML parsing: after a run of similar requests from one address a site responds with an error, a captcha or an empty page. A rotating pool substitutes a new IP on every request, so the run looks like traffic from many clients rather than one script.
From 650 ₽ a month for 50 threads.
Threads in the plan
Rotation · timed mode available
Traffic on rotating plans
Both protocols
Rotation per request or on a timer
Two modes for different jobs. Per-request rotation suits independent pages: product listings, search results, cards fetched by direct URL. Timed rotation holds one address for a set period, which is what you need when the server links steps through cookies: sign-in, pagination inside a session, multi-step forms.
Connecting from code
A proxy is set through your language's standard means — no separate library needed. In Python that is the proxies argument in requests or environment variables for Scrapy; in Selenium and Playwright the address is passed in the browser launch options. HTTP and SOCKS5 are supported, with authentication by login and password or by whitelisted IP.
How many threads a parser needs
Thread count is the ceiling on concurrent connections, not a speed setting. A script running 20 threads on a 50-thread plan uses less than half the limit and has headroom. If the parser is configured for more threads than the plan allows, the extra connections queue — what drops is throughput, not correctness.
What people take for this
Three products. The difference is the address type and whether it changes: some jobs need a pool, others a single fixed IP.
- 10 different /29 networks
- Rotation: per-request or time-based
- Connections as you need
- HTTP, SOCKS5
- User/pass and IP — at once
- 10,000+ rotating IPs
- Rotation: per-request
- Connections as you need
- HTTP, SOCKS5
- User/pass and IP — at once
- 15,000+ static IPv4
- Dedicated stable IPs
- HTTP, HTTPS, SOCKS5
- User/pass and IP — at once
How to connect
Setup fits in one line: the program only needs a gateway host and port. Rotation happens on our side — the program never has to know about it.
- 1Pick a plan
The plan's thread count must be at least what the program is set to, or some connections will sit waiting for a free slot.
- 2Get the credentials
Gateway host, HTTP and SOCKS5 ports, login and password appear in the dashboard right after payment.
- 3Paste it into the program
One address instead of a list: any field that takes a normal proxy server with authentication will do.
Frequently asked questions
Short answers to what gets asked before ordering. Everything else goes to support, which answers around the clock.
Why are rotating proxies better than static ones for parsing?
A static address accumulates history on the target's side across a run of similar requests, and sooner or later that history works against it. Rotation spreads the same load across many addresses, so each individual IP carries few requests. Static addresses fit the opposite case — when you need a constant IP.Do proxies solve captchas?
Partly and indirectly. A captcha often appears as a reaction to request frequency from one address, and spreading load across a pool triggers it less often. But proxies are transport: they do not process page content and do not remove captchas by themselves.Which countries are available?
On rotating IPv6 they are Germany, the Netherlands, Austria and Russia, and there the country is selectable in the configurator or changeable later through the API. On rotating IPv4 there is no country selection: addresses are assigned at random from a pool spanning Germany, the Netherlands, the United Kingdom, France, the United States, Canada, Italy, Spain, Austria, Brazil and Thailand.Can I buy and renew a plan from code?
Yes. The service has a REST API v1 with an OpenAPI 3.1 specification: buying a plan, renewing it, changing the country and retrieving credentials are all done with Bearer-authenticated requests. This helps when a pool is spun up for a specific job and shut down afterwards.
Other use cases
- For multi-threaded software
- For marketplaces
- For antidetect browsers
- For captcha software
- For SEO and SERP checks
- Rotating IPv6 and IPv4
- IPv6 proxies
- Static datacenter IPv4
Covered in the blog
- ReferencePython proxy errors: why the strings you find in search do not match yours“Cannot connect to proxy.” is urllib3 1.x wording; version 2 says something else. Current messages with the versions they were checked on, how to read nested exceptions, and three myths that outlived their bugs.Read
- SetupAuthenticated proxies in Selenium: why every old recipe brokeAcross 2025 Chrome removed four separate things, and each one breaks a different line of the decade-old tutorial. What actually broke, what MV3 did not lose, and four routes that work today.Read
A pool for data collection
Rotating IPv6 from 650 ₽ for 50 threads. HTTP and SOCKS5, rotation per request or on a timer, delivered right after payment.
