Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Ask HN: Best screenshot generation API?
6 points
by
bigdicklouie
on Nov 25, 2017
|
hide
|
past
|
favorite
|
4 comments
I need an API to generate screenshots of web pages. I'll pass the URL, it'll return a screenshot, ideally nicely compressed.
henrixd
on Nov 25, 2017
|
next
[–]
I don't have much more knowledge about this than you probably have and I'm sure you did your own googling but just in case you missed this:
https://stackoverflow.com/questions/4912092/using-html5-canv...
Suggested tool by best answer was this.
https://github.com/niklasvh/html2canvas
jarvisdung
on Nov 28, 2017
|
parent
|
next
[–]
thank you this is what i need
graystevens
on Nov 25, 2017
|
prev
|
next
[–]
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.
sus_007
on Nov 25, 2017
|
prev
[–]
Check out Enpose. Heard lot of good things about it.
https://enpose.co
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Suggested tool by best answer was this. https://github.com/niklasvh/html2canvas