Datacenter Proxies

Scrapingdog also provides a proxy method to use the web scraping API. It is just an alternative to the scraping API. The functionalities remain the same.

Any request to this proxy will be forwarded to the web scraping API.

Note- Remember to configure your code to not verify SSL and pass the target URL with http only.

Proxy Example

curl -x "http://scrapingdog:652c6647e4921e35dab690bc@proxy.scrapingdog.com:8081" -k "https://httpbin.org/ip"

Last updated