Scrapingdog

Datacenter Proxies

Scrapingdog's datacenter proxies let you use a standard HTTP proxy configuration instead of the REST API. All requests are forwarded to the same web scraping backend. Configure your HTTP client to route through proxy.scrapingdog.com:8081 using your API key as the password.

Important: Configure your code to disable SSL verification and use http:// for the target URL.

Endpoint: http://proxy.scrapingdog.com:8081
Proxy format: http://scrapingdog:[email protected]:8081

API Parameters

🔌

Proxy Configuration

  • Host Required
    proxy.scrapingdog.com

    Type: String
  • Port Required
    8081

    Type: Integer
  • Username Required
    scrapingdog

    Type: String
  • Password Required
    Your personal API key from your dashboard.

    Type: String

API Examples

Code to Integrate
curl -x "http://scrapingdog:[email protected]:8081" -k "https://httpbin.org/ip"