/integration/ — Webshare with Python Requests
Retrieve a proxy from Webshare’s management API, then use its connection details with Python Requests.
Integration. Official documentation · Checked · Review due .
documented capabilities
Proxy- API authentication
- The proxy-list request uses an Authorization header with Token authentication.[1]
- Product scope
- The walkthrough retrieves a datacenter proxy in direct connection mode.[1]
- Proxy authentication
- Build the HTTP proxy URL from the returned username, password, address and port.[1]
- Requests setup
- Assign the proxy URL to both HTTP and HTTPS keys in the proxies mapping.[1]
Billing: Pricing is not specified by this integration guide; check the selected product plan.
Outputs: http-response
Documented for: Python Requests
[ official reference ][ provider discussion ][ JSON record ]
getting started
documentation reviewed- Create an API key and request the proxy list in direct mode.
- Construct the proxy URL from a returned proxy record.
- Pass the mapping to the Requests call.
Requirements & limitations
- The management API token and proxy username/password are distinct credentials.
- The documented direct-mode walkthrough is not a test of every Webshare product.
We reviewed the linked documentation. No live service connection, checkout or performance test is claimed for this listing.
primary sources
1 references- Webshare with Python Requests — official documentationChecked 2026-09-27