Need help building a Node JS website scraper – any tips or libraries you recommend? or What’s the bes

20 Replies, 1393 Views

Playwright > Puppeteer IMO. Better API, less flaky. For a node js website scraper, it’s my top pick.

Handling errors? Use `playwright-test` for retries. Rate-limiting? Limit concurrency with `p-limit`.

CAPTCHAs are brutal… sometimes you just gotta accept defeat.

Messages In This Thread



Users browsing this thread: 1 Guest(s)