Hacker News new | ask | show | jobs
Webyshots – REST API for webpage screenshot capture (webyshots.com)
16 points by fawzyj 4966 days ago
6 comments

Are these run by the same company? The copy on Webyshot's FAQ is straight lifted from url2png on the 'Limit of One Domain' question.

edit: most of the FAQ, actually. Poor form.

Not the same company. URL2PNG takes better screenshots as they didn't just throw up PhantomJS on a server, lift some wording from a competitor, leave the placeholders in a template and call it a day. Missing fonts are the main reason for the worse screenshot quality -- the default fonts that replace them mess up layouts.
as we said in other comment, we have several generators, currently we are using a phantomjs based one, we are investigating more options as we mark this period "Early Access Preview", we are collecting feedback , at the end of it, you will have the best experience ever
They are not affiliated with us.. (said in the voice of Mr. Incredible) http://pixar.wikia.com/Bob_Parr
And Paul Hammond's webkit2png, if you want to run something yourself.

http://www.paulhammond.org/webkit2png/

I made a really basic PhantomJS app that runs on Heroku for this purpose: https://github.com/titanous/screenshotplz
This is fantastic! Have you given any thought to how you might support additional fonts?
I think phantomjs uses system fonts, but research is warranted. It sounds like you may be able to use @font-face to inject more fonts.
It would be nice if webyshots.com took an accurate screenshot of webyshots.com. The left side of the content does not get rendered .... http://api.webyshots.com/v1/shot/123456789/123456789/webysho...
I've been working on an (admittedly primitive) REST API (open source) for PhantomJS screenshots at https://github.com/peterlandry/unbrowser
I created an account and activated it. Password is not recognised and when I follow the reset your password process I get a blank email. =(

Looks promising - I want to be able to use it!

Is this using PhantomJS?
we have multiple backend generators, the currently deployed one is phantomjs based,yes we use phantomjs