UA-Scrapper

Scrape the latest list of browser User Agents from Tech Blog and expose as an API. Scrapping uses Puppeteer to bypass Cloudflare’s anti-bot protection.

Build & Run

docker build --tag ua-scrapper .
docker run --init --cap-add=SYS_ADMIN --rm -p 3000:3000 -it ua-scrapper