workingproxysites.

/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
  1. Create an API key and request the proxy list in direct mode.
  2. Construct the proxy URL from a returned proxy record.
  3. 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
  1. Webshare with Python Requests — official documentationChecked 2026-09-27

related listings