Install the package
Make your first request
For best performance, prefer sessions for anything beyond a single request.
One-off
fetch() calls are ephemeral by default (fresh cookies/TLS per call), which is great for isolation but usually slower.Use a session for multiple requests
Sessions persist cookies and connection state 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 connection pools across requests (ideal per-proxy).
API Reference
Explore the full API documentation.
WebSockets
Connect to WebSocket servers with browser fingerprints.