I am searching for a REST API that offers headless browser support to fetch HTML. I plan hosting this via Docker and need a modern alternative to outdated tools.
I experimented with headless browser services recently and found that utilizing a containerized approach with Puppeteer integrated with Node.js provided a flexible and practical solution. By hosting it in Docker, it allowed me to easily scale and integrate with different microservices for REST API access. This method handles HTML rendering and JavaScript execution effectively, which is often required by modern applications unlike some older tools. In contrast to many outdated options, this approach offers active community support and regular updates.
hey, i tried selenium grid in docker which worked fine for dynamic html fetching. seems solid compared to old tools, and its pretty flexible for today web apps