- Data residency or network isolation - air-gapped environments, on-premise deployments, strict compliance
- A custom fork - you want to modify scraping behavior, add new engines, or ship patches to your own version
- Extreme volume - your workload is high enough that infrastructure costs beat API credits
reader on GitHub →
Full source, issues, Dockerfile, and examples.
Cloud vs Self-Hosted
What self-hosted Reader gives you
ReaderClient- high-level API with lazy initialization, browser pool management, and proxy rotationscrape()andcrawl()- the same primitives as the Cloud API- Playwright browser engine - full headless Chrome with JavaScript execution and anti-bot bypass via stealth plugin
- Proxy tiers - standard (datacenter) and premium (residential) proxy pools, selectable per request
- Browser pool - recycled Chrome instances with health checks and graceful retirement
- CLI - one-off scrapes, crawls, and a daemon mode with shared pool
- Pluggable config - domain profiles, block detection, and URL rewriters are all caller-provided
- Deployment scripts - production-ready Dockerfile and Docker Compose setup
Where to go next
Installation
Install the package and its system dependencies.
Quickstart
Make your first scrape in 60 seconds.
Examples
Real runnable examples for every feature.
API Reference
Full type reference for every option and result.

