Python client for the Browser-Use Fetch HTTP service, enabling programmatic HTTP requests with browser-level headers and fingerprints. Current version 0.4.0, released under MIT license. Development is active with monthly releases.
pip install fetch-useNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key and make a GET request.
Set FETCH_USE_BASE_URL env var or pass via config object.
Always pass method argument, e.g., client.request('GET', url).Set the environment variable before importing or pass api_key directly.
No dependency data recorded yet.