Live data from Hacker News

Show HN: Scrappy – Open-source browser scraper written in Go

github.com

1–3 of 3 posts

Re: Show HN: Scrappy – Open-source browser scraper written in Go

#3
Pretty cool

Short thing, when I built something similar using chromedp I had to scroll on some pages to properly render all of them, due to lazy rendering on some websites ( also some pages had infinite scroll so had to break after a certain amount scrolled)

Might be worth adding it as an option ( unless it is already)

Nice project