NEW ScrapingAnt MCP for Claude Code, Cursor & Windsurf — try it free →
★★★★★ 5.0 on Capterra

Datacenter proxies. 10× cheaper per GB.

Direct backbone routing across 13+ regions via standard HTTP/HTTPS proxy. Sub-second responses, unlimited concurrency, sticky sessions on demand. Billed by bandwidth — from $0.42/GB at scale.

Pay only for bandwidth · unlimited concurrency · cancel anytime

# Connect via datacenter proxy, US exit
$ curl --proxytunnel \
    --proxy "https://datacenter.scrapingant.com" \
    --proxy-user "customer-USER-country-us:PASS" \
    "https://target-site.com"
import requests

proxy = (
    'http://customer-USER-country-us:'
    'PASS@datacenter.scrapingant.com:8080'
)

r = requests.get(
    'https://target-site.com',
    proxies={'http': proxy, 'https': proxy},
    verify=False,
)
print(r.text)
import { HttpsProxyAgent } from 'https-proxy-agent';

const agent = new HttpsProxyAgent(
  'http://customer-USER-country-us:' +
  'PASS@datacenter.scrapingant.com:8080',
);

const res = await fetch(
  'https://target-site.com',
  { agent, dispatcher: agent },
);
console.log(await res.text());
$0.42–$0.60 per GB
~/scraper — bash $ curl --proxy "https://datacenter.scrapingant.com" --proxy-user "customer- USER -country- us : PASS " ▲ credentials green · parameters orange HOST datacenter.scrapingant.com PORT 8080 (HTTP) · 443 (HTTPS) SDK none — works with any HTTP client
Connection

Standard HTTP proxy. No SDK, no API client.

Point any HTTP library at datacenter.scrapingant.com:8080 (or :443 for HTTPS) and pack country / session into the username. Password is your datacenter key. Same syntax as the residential proxy pool — easy to switch products without rewriting client code. Want managed Headless Chrome rendering and retries on top? Use the Web Scraping API with proxy_type=datacenter.

  • Drop into curl, requests, axios, fetch — anywhere
  • HTTP on :8080, HTTPS on :443
  • Username syntax matches residential — swap host to switch product
Datacenter setup docs →
0s 0.5s 1s 1.5s 2s datacenter ≈ 700ms 2.6× faster residential ≈ 1.8s p50 round-trip · typical scraping target measured across our US/EU exits PREDICTABLE TAIL p99 ≈ 1.4s — low variance
Speed

Sub-second on the happy path.

Datacenter exits ride backbone fiber from major cloud regions to the open internet — no last-mile residential hop, no consumer ISP variance. For non-aggressive targets, that means typical p50 round-trips around 700ms and predictable tail latency.

  • Direct routing — no last-mile latency
  • Predictable p99 — fewer slow tail requests
  • Fast enough to power realtime SERP and price-comparison APIs
US/CA EU HK/SG BR IN US · UK · CA · DE · FR · IT · ES · AT · RO · HK · SG · BR · IN 13 regions · pick one with country-XX
Network

13+ regions, pick your exit.

Datacenter footprints across the US, UK, Canada, Germany, France, Italy, Spain, Austria, Romania, Hong Kong, Singapore, Brazil, India — and growing. Pin a country with country-us in the proxy username to route through that region.

  • 13+ datacenter regions worldwide
  • ISO country pinning via country-us in the username
  • Same syntax across all regions — easy to switch
BATCH.QUEUE 300 workers 0.6s 0.7s 0.6s 0.8s 0.7s 0.7s 0.6s 0.7s 0.7s 0.6s 0.7s 0.7s 12 of 300 shown · all HTTP 200 CONCURRENCY CAP none — push your queue, we distribute
Concurrency

Burst hundreds of connections in parallel.

No concurrency cap on the datacenter plan — there's no per-IP rate limit you have to manage from your code. Push your queue at the cluster and we distribute exits across the 50K+ IP pool. Crank your worker pool until your bandwidth tier is the limit, not the proxy. Hitting walls on tougher targets? Switch to rotating residential proxies for the same flat-username scheme at consumer-ISP exit points.

  • No client-side IP rotation logic to maintain
  • Sticky sessions via sessionid-anything when you need them
  • Failed connections never count against bandwidth
Datacenter proxy pricing

Bandwidth tiers, no request metering.

Pay only for the bandwidth you use. Unlimited concurrency, no setup fees, no per-request math. Cancel anytime.

Micro
50 GB
$0.60 per GB
$30/mo
  • Unlimited concurrency
  • 50 GB bandwidth
  • Email support
Start with Micro
Micro+
100 GB
$0.58 per GB
$58/mo
  • Unlimited concurrency
  • 100 GB bandwidth
  • Email support
Start with Micro+
Regular
200 GB
$0.55 per GB
$110/mo
  • Unlimited concurrency
  • 200 GB bandwidth
  • Priority support queue
Start with Regular

…and custom plans for higher volume.

Advanced
400 GB
$0.50 per GB
$200/mo
  • Unlimited concurrency
  • 400 GB bandwidth
  • Priority support
Start with Advanced
Advanced+
800 GB
$0.48 per GB
$384/mo
  • Unlimited concurrency
  • 800 GB bandwidth
  • Account manager
Start with Advanced+
Startup
1.2 TB
$0.46 per GB
$552/mo
  • Unlimited concurrency
  • 1200 GB bandwidth
  • Account manager
Start with Startup
Business
2.4 TB
$0.44 per GB
$1056/mo
  • Unlimited concurrency
  • 2400 GB bandwidth
  • Account manager
Start with Business
Need higher volume or dedicated capacity? Talk to sales →
Customers

What teams are saying.

From solo developers shipping side projects to enterprise pipelines at Fortune 500s.

★★★★★ 5.0 on Capterra →
★★★★★

“Onboarding and API integration was smooth and clear. Everything works great. The support was excellent.

Illia K.
Android Software Developer
★★★★★

“Great communication with co-founders helped me to get the job done. Great proxy diversity and good price.”

Andrii M.
Senior Software Engineer
★★★★★

“This product helps me to scale and extend my business. The setup is easy and support is really good.”

Dmytro T.
Senior Software Engineer
FAQ

Frequently asked questions.

Still curious? Get in touch with our team — we usually reply within hours.

What is a datacenter proxy?

A datacenter proxy is an HTTP/HTTPS proxy whose exit IPs come from cloud / hosting providers, not consumer ISPs. Because the bandwidth runs through backbone fiber from a cloud region, datacenter proxies are fast and cheap ($0.44–$0.60 / GB) but easier for anti-bot systems to flag than residential proxies. ScrapingAnt's rotating datacenter pool spans 50K+ IPs across 13+ regions and is the right primitive for non-aggressive targets — public APIs, news, SEO crawls, internal monitoring, and most B2B scraping.

When should I use datacenter proxies vs residential?

Use datacenter for non-aggressive targets — public APIs, news sites, government records, SEO crawls, broken-link audits, internal monitoring. They're ~10× cheaper per GB ($0.44–$0.60 vs $3.50–$6) and faster, and you can burst hundreds of concurrent connections.

Switch to residential proxies when the target uses Cloudflare / Akamai / PerimeterX or actively blocks cloud IP ranges (Amazon, ticketing, sneakers, social). Same proxy username syntax — just point at residential.scrapingant.com instead.

How do I connect to the rotating datacenter proxy?

Point your HTTP client at datacenter.scrapingant.com:8080 (HTTP) or :443 (HTTPS). Username encodes parameters: customer-USER-country-us; password is your datacenter proxy key from app.scrapingant.com/datacenter. Works with curl, requests, axios, or any standard HTTP / proxy library — no SDK. Every request gets a fresh datacenter IP from the pool by default.

Which countries and regions can I target?

Datacenter exits in US, UK, CA, HK, SG, ES, FR, IT, DE, AT, RO, BR, IN — list grows over time. Pick the country that fits your target with customer-USER-country-us; without a country parameter, requests route through the default pool. For city / state targeting at the consumer-ISP level (e.g. state-us_california, city-us_los_angeles), use the residential proxy pool.

Do sticky sessions work the same on datacenter as residential?

Yes. Append -sessionid-anything to the username and we pin the same datacenter exit for that string until idle expiry (~10 min). Useful when a target site bakes IP into a cookie or login session — change the value to rotate, drop it for per-request rotation.

Are concurrent connections limited on the datacenter pool?

No. Run as many parallel connections as your worker pool can manage — there's no per-account concurrency cap, no per-IP rate limit you have to enforce. Push your queue at the cluster and we distribute exits across the 50K+ IP pool. Datacenter is the natural choice for high-concurrency batch scrapes.

How are datacenter proxies billed — per request or per GB?

Per GB of bandwidth used, same scheme as residential — but at much lower per-GB rates. Plans start at 50 GB for $30 ($0.60/GB) and scale to 2.4 TB for $1056 ($0.44/GB). No per-request fees, no setup costs. Bandwidth pricing is separate from the credit-based Web Scraping API — proxies bill by GB, the API bills per request. Contact us for higher volume.

When should I use the datacenter proxy directly vs the Web Scraping API?

Use the datacenter proxy when you already have your own scraper / browser stack and just need clean, fast exits. Use the Web Scraping API when you also want managed Headless Chrome rendering, retries, and a single endpoint that accepts a URL and returns rendered HTML / Markdown. The proxy is the primitive; the API is the managed layer on top — same datacenter pool underneath when you set proxy_type=datacenter.

Talk to us

Need a custom datacenter plan?

Higher monthly bandwidth, dedicated regions, custom SLA, or private IP pools — drop us a line and a real human gets back within a few hours.

“Our clients are pleasantly surprised by the response speed of our team.”

Oleg Kulyk
Founder, ScrapingAnt

A real human replies within a few hours · we don't share your email

Thanks — we'll be in touch shortly.
Something went wrong submitting the form. Please try again or email us directly.

Ready to scrape the web?

10,000 free credits every month. No credit card. Pay only for successful requests.

Sign up in under 30 seconds — no card, no commitment.