A Python library providing a unified interface for different proxy providers. Version 0.2.2, actively maintained with monthly releases. It abstracts API calls to various proxy services (e.g., BrightData, Oxylabs, Smartproxy) into a single API, supporting rotation, session management, and async usage.
pip install proxyprovidersVerified import paths — ran on the pinned version, not inferred.
Initialize a proxy client with an API key from environment variable and fetch a proxy.
Use `proxy['http']` instead of treating the return as a string.
Use `provider='your_provider'` instead of `provider_name='your_provider'`.
Replace `from proxyproviders import BrightData` with `from proxyproviders import ProxyClient; client = ProxyClient(provider='brightdata', ...)`.
Check the library's provider docs or error messages for required auth fields.
No dependency data recorded yet.