Using a Residential Proxy
This example shows how to make a request with or without a browser using private residential proxies.
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 private residential proxy, simply set the proxyType
parameter to Residential
.
These proxies are often referred to as “premium” since they are very fast and have a high success rates. They also have the largest 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=Residential
POST https://api.scrapi.tech/v1/scrape
{
"url": "https://deventerprise.com",
"useBrowser": false,
"proxyType": "Residential"
}
Testing
If you want to test this request or a variation of it, head to the Playground or the OpenAPI page.