Access the Proxy
Web Stealth Proxy is available via HTTP and HTTPS. Authentication is done using the username and password method.
These are the Proxy endpoints:
HTTPS at
stealthproxy.webscrapingapi.com:8000
HTTP at
stealthproxy.webscrapingapi.com:80
The authentication protocol requires you to specify:
username:password
@stealthproxy.webscrapingapi.com:port_number
The most basic example of an authenticated cURL request is:
If you decide to use the Web Stealth Proxy, please make sure you disable the SSL certificates verification (-k
switch in cURL
, verify=false
in Python
etc.)
Last updated