Using a Data Center Proxy
This example shows how to make a request with or without a browser using a proxy pool server hosted in a data center.
By default, no proxy is used which can quickly result in the ScrAPI server IP address being banned. You can use a proxy which provides IP rotation to avoid this.
This use a data center proxy, simply set the proxyType
parameter to DataCenter
.
These proxies are great for anonymity but have a limited number of geolocations available if you need your IP address to appear from a specific country.
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",
"useBrowser": false,
"proxyType": "DataCenter"
}
Testing
If you want to test this request or a variation of it, head to the Playground or the OpenAPI page.