WebScrapingAPI Docs
Proxy & InfrastructureResidential Proxies

Endpoint generator

Generate residential proxy endpoints and copy matching code samples.

Endpoint generator

Select the proxy options you need, then copy the generated endpoint.

Authentication
Session
Generated endpoint
https://username=<YOUR_PROXY_USERNAME>+country=us+session=checkout-flow+rotation=600:<YOUR_PROXY_PASSWORD>@pr.webscrapingapi.com:7777

Code samples

These samples use the generated endpoint above and request https://httpbin.org/get.

curl --proxy "https://username=<YOUR_PROXY_USERNAME>+country=us+session=checkout-flow+rotation=600:<YOUR_PROXY_PASSWORD>@pr.webscrapingapi.com:7777" \
  --request GET "https://httpbin.org/get" \
  --insecure