Ask HN: Best screenshot generation API?

6 points by bigdicklouie ↗ HN
I need an API to generate screenshots of web pages. I'll pass the URL, it'll return a screenshot, ideally nicely compressed.

4 comments

[ 6.6 ms ] story [ 11.2 ms ] thread
We built our own using Chrome Headless and some python. This allows us to use a Tor proxy where required, capture full height screenshots, and dump the DOM.