Install the package
Make your first request
For multi-step flows, prefer sessions after your first request.
One-off
fetch() calls use an isolated request context by default.Use a session for multiple requests
Sessions keep a shared session context across requests:Use a proxy
What’s next?
Browser Profiles
Learn about available browser profiles and operating systems.
Sessions
Understand session management and cookie isolation.
Transport
Reuse transport settings across requests (ideal per proxy).
API Reference
Explore the full API documentation.
WebSockets
Connect to WebSocket servers with browser profile options.