Data Center Proxy
Data center proxies route your requests through servers hosted in professional data centers. They provide fast, reliable IP rotation with strong anonymity - ideal for high-volume scraping where speed matters and wide geolocation coverage is not required.
Set the proxyType parameter to DataCenter to enable this option. Each request using a data center proxy costs an additional 5 credits. See Credit Usage for details.
When To Use This
- High-volume production scraping - Reliable and fast, suitable for scraping thousands of pages per day.
- Avoiding IP bans - Automatic IP rotation prevents your requests from being blocked by target sites.
- Anonymous scraping - Data center IPs hide your origin and are difficult to trace back to you.
- Cost-effective proxy option - Half the credit cost of residential proxies when geolocation isn’t critical.
Tip: Data center proxies have a limited set of geolocations. If you need IP addresses from specific countries or cities, Residential Proxies offer significantly more options. Check the Available Countries API to see what’s available.
Example Request
GET https://api.scrapi.tech/v1/scrape?url=https://deventerprise.com&proxyType=DataCenter
POST https://api.scrapi.tech/v1/scrape
{
"url": "https://deventerprise.com",
"proxyType": "DataCenter"
}Related Features
- Residential Proxy - Premium proxy with broader geolocation support.
- Geotargeting - Route requests through specific countries and cities.
- Sessions - Keep the same proxy IP for 10 minutes across multiple requests.
- Captcha Solving - Data center IPs may trigger captchas more often than residential IPs.
- Credit Usage - Data center proxies cost 5 additional credits per request.
Testing
Test this request in the Playground or view the OpenAPI specification.