A scalable browser pool for controlled Cloudflare-protected navigation
1.2K
Minimal Chromium browser pool exposed via HTTP.
Runs real browsers, keeps them alive, and hands them out using leases. Built for control, not tricks.
Source: https://github.com/Kyozen-Sys/PhantomPool
GET /navigate
Query:
url (required)timeoutMS (optional)Responses:
200 success429 queue full499 client aborted5xx errorReturns HTML + status + headers (cookies, UA, etc).
HOST=0.0.0.0
PORT=4000
BROWSER_POOL_SIZE=1
BROWSER_POOL_RETRYMS=3000
BROWSER_LEASE_TIMEOUTMS=30000
QUEUE_MAXJOBS=20
QUEUE_RETRYMS=100
docker run -p 4000:4000 phantompool
Chromium is bundled.
Content type
Image
Digest
sha256:7dd10c0ab…
Size
388.2 MB
Last updated
4 months ago
docker pull kyozensys/phantompool