MerchantryTidbits

browser-automation / api

Browserless

Capability: Browserless

Use it when

  • hosted Chrome CDP for scraping and PDFs
  • remote browser automation without running chromium yourself

What it solves

Not the fit when

  • bot-detection-challenge automatic

Install

docker run -p 3000:3000 ghcr.io/browserless/chromium

Invoke

Run the Chromium container, then connect Playwright with `chromium.connectOverCDP('ws://HOST:3000')` and execute the normal browser workflow.

Alternatives

No reviewed alternatives recorded yet.